SPEC-3414: Add two missing machines 04/26204/1
authorCorentin LABBE <clabbe@baylibre.com>
Fri, 26 Mar 2021 12:37:33 +0000 (12:37 +0000)
committerCorentin LABBE <clabbe@baylibre.com>
Fri, 26 Mar 2021 12:37:33 +0000 (12:37 +0000)
Two machines were missing, add them.

Change-Id: I78b0b76bc2a0a56f6c5245b1f850388c4c17093e
Bug-AGL: SPEC-3414
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
jjb/common/include-agl-kci-publish-build-meta.sh

index ce4b1d5..26f2bf0 100644 (file)
@@ -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