From c24474e46b86a39fb5f112d5569ddb136b01917e Mon Sep 17 00:00:00 2001 From: Jackie Huang <jackie.huang@windriver.com> Date: Sat, 9 Oct 2021 10:31:27 +0800 Subject: [PATCH] stx-platform-armada-app: update the SRCREV A fix is required after the upversion of Tiller to > 2.16.8 which is required for the Armada upversioning, so just update the SRCREV to include the following fix: * 8f770bd Fix chart syntax to comply with Go 1.14 Partial-Bug: 1946420 Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Change-Id: I951c173d8538620f4dd81c4bab74c55668755555 --- .../stx-platform-armada-app-source_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-stx-flock/stx-platform-armada-app/stx-platform-armada-app-source_git.bb b/meta-stx-flock/stx-platform-armada-app/stx-platform-armada-app-source_git.bb index 2efad3c..ea551b0 100644 --- a/meta-stx-flock/stx-platform-armada-app/stx-platform-armada-app-source_git.bb +++ b/meta-stx-flock/stx-platform-armada-app/stx-platform-armada-app-source_git.bb @@ -5,4 +5,4 @@ inherit stx-source STX_REPO = "platform-armada-app" BRANCH = "r/stx.5.0" -SRCREV = "42b97c591a38167623f6dccb35f3b3ff67fd78db" +SRCREV = "8f770bdddac396d53fdd740d69610d6fca8fcd65"