sdk: bblayers.conf.sample: remove GUI-related layers from headless devices
Qt5/Qt6 and Webkit layers are specifically for functionality related with GUIs, which aren't available for these platforms. For the moment, leave meta-webkit in the ccimx91's bblayers, since our dynamic selinux layer has a spurious dependency with our dey-image-webkit recipe. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
5adb109b62
commit
ef26e935d0
|
|
@ -13,7 +13,6 @@ BBLAYERS ?= " \
|
|||
##DIGIBASE##/meta-openembedded/meta-python \
|
||||
##DIGIBASE##/meta-openembedded/meta-networking \
|
||||
##DIGIBASE##/meta-openembedded/meta-webserver \
|
||||
##DIGIBASE##/meta-qt5 \
|
||||
##DIGIBASE##/meta-swupdate \
|
||||
##DIGIBASE##/meta-freescale \
|
||||
##DIGIBASE##/meta-fsl-demos \
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ BBLAYERS ?= " \
|
|||
##DIGIBASE##/meta-openembedded/meta-multimedia \
|
||||
##DIGIBASE##/meta-openembedded/meta-networking \
|
||||
##DIGIBASE##/meta-openembedded/meta-webserver \
|
||||
##DIGIBASE##/meta-qt6 \
|
||||
##DIGIBASE##/meta-swupdate \
|
||||
##DIGIBASE##/meta-freescale \
|
||||
##DIGIBASE##/meta-fsl-demos \
|
||||
|
|
|
|||
|
|
@ -13,9 +13,7 @@ BBLAYERS ?= " \
|
|||
##DIGIBASE##/meta-openembedded/meta-python \
|
||||
##DIGIBASE##/meta-openembedded/meta-networking \
|
||||
##DIGIBASE##/meta-openembedded/meta-webserver \
|
||||
##DIGIBASE##/meta-qt5 \
|
||||
##DIGIBASE##/meta-swupdate \
|
||||
##DIGIBASE##/meta-webkit \
|
||||
##DIGIBASE##/meta-timesys \
|
||||
##DIGIBASE##/meta-st-stm32mp \
|
||||
##DIGIBASE##/meta-st-stm32mpu-ai \
|
||||
|
|
|
|||
Loading…
Reference in New Issue