From a2fcaf1777e96cd7933cddebb26f9a510d6e4eea Mon Sep 17 00:00:00 2001 From: Li Zhou Date: Thu, 21 Sep 2023 06:41:04 +0000 Subject: [PATCH] Remove linux-yocto git repo from manifest The linux-yocto git repo clone is added for CENTOS based StarlingX. Now the master branch is for DEBIAN based StarlingX support. The build system uses source code tar archive snapshots downloaded instead of the kernel git repo from "git.yoctoproject.org". So we remove linux-yocto git repo from manifest and don't clone it anymore when "repo sync" to avoid waste of bandwidth and disk resources. Test Plan: PASS: Run "repo init" and "repo sync" following the DEBIAN based StarlingX build instructions, and the linux-yocto-std and linux-yocto-rt folders don't exist under this path: /localdisk/designer/$USER/stx/cgcs-root/stx/git PASS: Run "build-pkgs -p linux,linux-rt" and the build is OK. Closes-bug: 2037028 Change-Id: I49ce817c48520c8a227e9fbf19473854b2eab9e9 Signed-off-by: Li Zhou --- default.xml | 6 ------ distro.xml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/default.xml b/default.xml index c6f01a7..59b040a 100644 --- a/default.xml +++ b/default.xml @@ -5,7 +5,6 @@ - @@ -96,11 +95,6 @@ - - - - - diff --git a/distro.xml b/distro.xml index e292dee..c1ced73 100644 --- a/distro.xml +++ b/distro.xml @@ -6,7 +6,6 @@ - @@ -41,11 +40,6 @@ - - - - -