Add meta-multimedia layer to all platforms capable of running dey-image-webkit
By default, wpewebkit now depends on flite, a package that is provided by said layer. To meet this dependency, all platforms that are capable of running webkit must include this layer. https://onedigi.atlassian.net/browse/DEL-9011 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
5c57d503ef
commit
7259027109
|
|
@ -11,6 +11,7 @@ BBLAYERS ?= " \
|
||||||
##OEROOT##/meta-yocto-bsp \
|
##OEROOT##/meta-yocto-bsp \
|
||||||
##DIGIBASE##/meta-openembedded/meta-oe \
|
##DIGIBASE##/meta-openembedded/meta-oe \
|
||||||
##DIGIBASE##/meta-openembedded/meta-python \
|
##DIGIBASE##/meta-openembedded/meta-python \
|
||||||
|
##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-qt6 \
|
##DIGIBASE##/meta-qt6 \
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ BBLAYERS ?= " \
|
||||||
##OEROOT##/meta-yocto-bsp \
|
##OEROOT##/meta-yocto-bsp \
|
||||||
##DIGIBASE##/meta-openembedded/meta-oe \
|
##DIGIBASE##/meta-openembedded/meta-oe \
|
||||||
##DIGIBASE##/meta-openembedded/meta-python \
|
##DIGIBASE##/meta-openembedded/meta-python \
|
||||||
|
##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-qt6 \
|
##DIGIBASE##/meta-qt6 \
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ BBLAYERS ?= " \
|
||||||
##OEROOT##/meta-yocto-bsp \
|
##OEROOT##/meta-yocto-bsp \
|
||||||
##DIGIBASE##/meta-openembedded/meta-oe \
|
##DIGIBASE##/meta-openembedded/meta-oe \
|
||||||
##DIGIBASE##/meta-openembedded/meta-python \
|
##DIGIBASE##/meta-openembedded/meta-python \
|
||||||
|
##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-qt5 \
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ BBLAYERS ?= " \
|
||||||
##OEROOT##/meta-yocto-bsp \
|
##OEROOT##/meta-yocto-bsp \
|
||||||
##DIGIBASE##/meta-openembedded/meta-oe \
|
##DIGIBASE##/meta-openembedded/meta-oe \
|
||||||
##DIGIBASE##/meta-openembedded/meta-python \
|
##DIGIBASE##/meta-openembedded/meta-python \
|
||||||
|
##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-qt5 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue