From 47bc0d5133d1e7d6799d4d3cc159fc3797a33eca Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Tue, 25 Jan 2022 12:37:47 +0100
Subject: [PATCH] default.xml: Remove duplicated openembedded remote

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 manifests/default.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/manifests/default.xml b/manifests/default.xml
index b15aa218..20197596 100644
--- a/manifests/default.xml
+++ b/manifests/default.xml
@@ -21,10 +21,9 @@ SPDX-FileCopyrightText: Huawei Inc.
 	<remote name="yocto" fetch="git://git.yoctoproject.org" />
 	<remote name="openembedded" fetch="git://git.openembedded.org" />
 	<remote name="seco" fetch="https://git.seco.com" />
-	<remote name="oe" fetch="git://git.openembedded.org" />
 
-	<project name="bitbake" remote="oe" revision="bdf5739c5d831dc97a7d81568f94a0953c71017f" path="bitbake" />
-	<project name="openembedded-core" remote="oe" revision="549597d422c7bcb467f34139ff25d2bee96bf851" path="oe-core" />
+	<project name="bitbake" remote="openembedded" revision="bdf5739c5d831dc97a7d81568f94a0953c71017f" path="bitbake" />
+	<project name="openembedded-core" remote="openembedded" revision="549597d422c7bcb467f34139ff25d2bee96bf851" path="oe-core" />
 	<project name="meta-openembedded" remote="openembedded" revision="47a4542bf7ddc72b2b82a0e3c3d9bb2c20bdde27" path="meta-openembedded" />
 	<project name="aehs29/meta-freertos" remote="github" revision="2e735ad3f433a3a4d7a8ce04a24d6159a24f0060" path="meta-freertos" />
 	<project name="meta-intel" remote="yocto" revision="49c69323b547b0c757c05ba65f1e6c2c7e6fc506" path="meta-intel" />
-- 
GitLab