ccmp15-dvk: bblayers: replace meta-qt5 with meta-qt6

Use Qt6 by default in ccmp15-dvk builds

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2025-05-16 12:20:40 +02:00
parent b9bf87d8f1
commit e60dbe03cb
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ BBLAYERS ?= " \
##DIGIBASE##/meta-openembedded/meta-multimedia \ ##DIGIBASE##/meta-openembedded/meta-multimedia \
##DIGIBASE##/meta-openembedded/meta-networking \ ##DIGIBASE##/meta-openembedded/meta-networking \
##DIGIBASE##/meta-openembedded/meta-webserver \ ##DIGIBASE##/meta-openembedded/meta-webserver \
##DIGIBASE##/meta-qt5 \ ##DIGIBASE##/meta-qt6 \
##DIGIBASE##/meta-swupdate \ ##DIGIBASE##/meta-swupdate \
##DIGIBASE##/meta-webkit \ ##DIGIBASE##/meta-webkit \
##DIGIBASE##/meta-timesys \ ##DIGIBASE##/meta-timesys \