From 91ecea59b2e658720876d858b25d6f37b874bcdb Mon Sep 17 00:00:00 2001 From: Jackie Huang <jackie.huang@windriver.com> Date: Wed, 16 Jun 2021 15:06:05 +0800 Subject: [PATCH] stx-helm-charts-source: add new recipe The helm-charts repo includes StarlingX specific helm chats config files for armada 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. Story: 2008952 Task: 42576 Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Change-Id: I32460ac5c3235723af35312615734f610773fbf0 --- .../stx-helm-charts/stx-helm-charts-source_git.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-stx-flock/stx-helm-charts/stx-helm-charts-source_git.bb diff --git a/meta-stx-flock/stx-helm-charts/stx-helm-charts-source_git.bb b/meta-stx-flock/stx-helm-charts/stx-helm-charts-source_git.bb new file mode 100644 index 0000000..0302646 --- /dev/null +++ b/meta-stx-flock/stx-helm-charts/stx-helm-charts-source_git.bb @@ -0,0 +1,8 @@ +DESCRIPTION = "The source recipe for StarlingX helm-charts repo" + +inherit stx-source + +STX_REPO = "helm-charts" + +BRANCH = "r/stx.5.0" +SRCREV = "7e5965685d39efa90419a49be47e09f685638bad"