diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2021-03-26 12:37:33 +0000 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2021-03-26 12:37:33 +0000 |
commit | f14f5cdbf4704315137e6dfd51d4b3e4cdb6ae21 (patch) | |
tree | e0ce1fdb41258f8818d22f05193728a32acb77ac | |
parent | 6b958980f325633c5d2ff446391d669881df85f7 (diff) |
SPEC-3414: Add two missing machines
Two machines were missing, add them.
Change-Id: I78b0b76bc2a0a56f6c5245b1f850388c4c17093e
Bug-AGL: SPEC-3414
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
-rw-r--r-- | jjb/common/include-agl-kci-publish-build-meta.sh | 6 |
1 files changed, 6 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 ce4b1d53..26f2bf0b 100644 --- a/jjb/common/include-agl-kci-publish-build-meta.sh +++ b/jjb/common/include-agl-kci-publish-build-meta.sh @@ -40,9 +40,15 @@ kci-publish() { raspberrypi4) TARGETARCH="arm64" ;; + raspberrypi4-64) + TARGETARCH="arm64" + ;; h3ulcb-nogfx) TARGETARCH="arm64" ;; + h3ulcb) + TARGETARCH="arm64" + ;; *) echo "ERROR: unknow machine $TARGETMACHINE" return 0 |