Add meta-multimedia layer for ccimx8/ccimx9 platforms

NXP's machine learning packagegroup now has a dependency for gst-shark, a GPU
profiling tool which is provided by this layer. Since it's a part of a repo
that already exists in our manifest, simply add it to the default layers of all
i.MX platforms that support the machine learning feature to be able to include
its packages out of the box.

https://onedigi.atlassian.net/browse/DEL-8551

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2023-05-29 14:58:06 +02:00
parent 7374cd0685
commit 563153f04d
4 changed files with 4 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \