From 5cf9584bdefaa2efbe10fd16ef692cf82ed6b573 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 4 Aug 2023 11:40:51 -0700 Subject: CI: Use yoe-kiosk-image instead of yoe-qt5-image We are removing QT5 from defaults and switching to QT6 Signed-off-by: Khem Raj --- .github/workflows/yoe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yoe.yml b/.github/workflows/yoe.yml index 2bf1f8d..79398a7 100644 --- a/.github/workflows/yoe.yml +++ b/.github/workflows/yoe.yml @@ -63,7 +63,7 @@ jobs: - name: Build Image run: | cd yoe - /bin/bash -c ". ./envsetup.sh qemuarm64 && bitbake yoe-qt5-image yoe-sdk-image yoe-debug-image" + /bin/bash -c ". ./envsetup.sh qemuarm64 && bitbake yoe-kiosk-image yoe-sdk-image yoe-debug-image" - name: Build SDK run: | cd yoe -- cgit v1.2.3-54-g00ecf