From 411b5a3fca9b00469a15789abc8319a3a6952c13 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Mon, 21 Jun 2021 15:09:07 +0100 Subject: [PATCH] .ostc-ci/machines-and-flavours: Introduce Smart Panel Blueprint jobs Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .ostc-ci/machines-and-flavours.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.ostc-ci/machines-and-flavours.yaml b/.ostc-ci/machines-and-flavours.yaml index 1bb417a7..7fcf9925 100644 --- a/.ostc-ci/machines-and-flavours.yaml +++ b/.ostc-ci/machines-and-flavours.yaml @@ -99,3 +99,17 @@ freertos-armv5: # See the note on linux-qemu-x86. OHOS_BUILD_CACHE: "pub" OHOS_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1 + +blueprint-smartpanel-zephyr: + extends: .build-zephyr + variables: + MACHINE: 96b-nitrogen + DISTRO: allscenarios-zephyr-blueprint-dashboard + OHOS_BITBAKE_TARGETS: "zephyr-blueprint-smarthome-sensors zephyr-blueprint-smarthome-switch" + +blueprint-smartpanel-linux: + extends: .build-linux + variables: + MACHINE: stm32mp1-av96 + DISTRO: allscenarios-linux-blueprint-dashboard + OHOS_BITBAKE_TARGETS: "blueprint-dashboard-gateway-image" -- GitLab