From: Jackie Huang Date: Wed, 16 Jun 2021 07:06:05 +0000 (+0800) Subject: stx-config-files-source: add new recipe X-Git-Tag: f-release~89 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=295659e76490bd8696cc7b76fb59ee9e311c50b5;p=pti%2Frtp.git stx-config-files-source: add new recipe The config-files repo includes StarlingX specific config files for many packages, to reduce download and increase re-use of this repo, add this new recipe and inhert stx-source so it will be used as a work-shared directory. Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: I1ce31c7685296cf0d67013e0a8b19e06fecb084f --- diff --git a/meta-starlingx/meta-stx-flock/stx-config-files/stx-config-files-source_git.bb b/meta-starlingx/meta-stx-flock/stx-config-files/stx-config-files-source_git.bb new file mode 100644 index 0000000..bc79dc5 --- /dev/null +++ b/meta-starlingx/meta-stx-flock/stx-config-files/stx-config-files-source_git.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "The source recipe for StarlingX Config-Files repo" + +inherit stx-source + +STX_REPO = "config-files" + +BRANCH = "r/stx.5.0" +SRCREV = "237737bbd2488bcae6822dfadc4977d86ea642d7" +