aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-kci-publish-build-meta.sh
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2021-05-10 07:26:47 +0000
committerCorentin LABBE <clabbe@baylibre.com>2021-05-10 07:26:47 +0000
commite784cf9b3579a275f16a9de70880eafc5a0892c6 (patch)
treece02cc4e9c296c0046ffb530a945e866b3ef8004 /jjb/common/include-agl-kci-publish-build-meta.sh
parentd48ccd9c3cc8351aa656fa743bd14d52b7777117 (diff)
SPEC-3904: add support for BBE
Add support for CIBT for BBE in ci-management. Change-Id: Icf86432821f3b6e24f0cc0e0ebe576218013d613 Bug-AGL: SPEC-3904 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'jjb/common/include-agl-kci-publish-build-meta.sh')
-rw-r--r--jjb/common/include-agl-kci-publish-build-meta.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/common/include-agl-kci-publish-build-meta.sh b/jjb/common/include-agl-kci-publish-build-meta.sh
index b4dec252..f8d8d895 100644
--- a/jjb/common/include-agl-kci-publish-build-meta.sh
+++ b/jjb/common/include-agl-kci-publish-build-meta.sh
@@ -38,6 +38,9 @@ kci-publish() {
# TARGETARCH exists only in ci-apps
case $TARGETMACHINE in
+ bbe)
+ TARGETARCH="arm"
+ ;;
qemuarm64)
TARGETARCH="arm64"
;;