From 295659e76490bd8696cc7b76fb59ee9e311c50b5 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 16 Jun 2021 15:06:05 +0800 Subject: [PATCH] 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 --- .../stx-config-files/stx-config-files-source_git.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-starlingx/meta-stx-flock/stx-config-files/stx-config-files-source_git.bb 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" + -- 2.16.6