Skip to content

Commit

Permalink
projects: Use QT6 instead of QT5 for QEMU projects
Browse files Browse the repository at this point in the history
Using QT6 as reference for qemu makes it closer to test
yoe-kiosk-browser on emulators

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Aug 2, 2023
1 parent a6e68fc commit f358f63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/projects/qemucommon/layers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BBLAYERS = "\
\
${TOPDIR}/sources/meta-clang \
${TOPDIR}/sources/meta-elm-binary \
${TOPDIR}/sources/meta-qt5 \
${TOPDIR}/sources/meta-qt6 \
\
${TOPDIR}/sources/meta-openembedded/meta-filesystems \
${TOPDIR}/sources/meta-openembedded/meta-gnome \
Expand Down
2 changes: 1 addition & 1 deletion conf/projects/qemuriscv32/layers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BBLAYERS = "\
\
${TOPDIR}/sources/meta-clang \
${TOPDIR}/sources/meta-elm-binary \
${TOPDIR}/sources/meta-qt5 \
${TOPDIR}/sources/meta-qt6 \
\
${TOPDIR}/sources/meta-openembedded/meta-filesystems \
${TOPDIR}/sources/meta-openembedded/meta-gnome \
Expand Down
2 changes: 1 addition & 1 deletion conf/projects/qemuriscv64/layers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BBLAYERS = "\
\
${TOPDIR}/sources/meta-clang \
${TOPDIR}/sources/meta-elm-binary \
${TOPDIR}/sources/meta-qt5 \
${TOPDIR}/sources/meta-qt6 \
\
${TOPDIR}/sources/meta-openembedded/meta-filesystems \
${TOPDIR}/sources/meta-openembedded/meta-gnome \
Expand Down

0 comments on commit f358f63

Please sign in to comment.