diff --git a/.ostc-ci/machines-and-flavours.yaml b/.ostc-ci/machines-and-flavours.yaml index 1bb417a7b5fe5fff35f528fac453300fdba44899..7fcf99256045abd51ffa80f4bfca229f0c6d2e69 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"