From ad6c10e876ccbad2281b805854c1144e4d2db519 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt <stefan.schmidt@huawei.com> Date: Thu, 2 Sep 2021 09:29:04 +0200 Subject: [PATCH] .ostc-ci/machines-and-flavours: Introduce gateway blueprint build To avoid build breaks to stay unnoticed (as happened recently) a simple image build for the blueprint image is added. Fixes https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/111 Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com> --- .ostc-ci/machines-and-flavours.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.ostc-ci/machines-and-flavours.yaml b/.ostc-ci/machines-and-flavours.yaml index 7a3b31cc..914a658b 100644 --- a/.ostc-ci/machines-and-flavours.yaml +++ b/.ostc-ci/machines-and-flavours.yaml @@ -132,3 +132,10 @@ blueprint-smartpanel-linux: MACHINE: stm32mp1-av96 DISTRO: allscenarios-linux-blueprint-dashboard OHOS_BITBAKE_TARGETS: "blueprint-dashboard-gateway-image" + +blueprint-gateway-linux: + extends: .build-linux + variables: + MACHINE: raspberrypi4-64 + DISTRO: allscenarios-linux-blueprint-gateway + OHOS_BITBAKE_TARGETS: "blueprint-gateway-image" -- GitLab