mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-14 14:36:02 +01:00
parent
15b3b2085a
commit
1a8e904dd3
|
|
@ -31,6 +31,9 @@ LAYERSERIES_COMPAT_networking-layer:append = " zeus gatesgarth"
|
|||
LAYERSERIES_COMPAT_filesystems-layer:append = " zeus gatesgarth"
|
||||
LAYERSERIES_COMPAT_qt6-layer = "zeus dunfell gatesgarth hardknott"
|
||||
|
||||
# Add zeus to LAYERSERIERS_COMPAT for meta-python2
|
||||
LAYERSERIES_COMPAT_meta-python2:append = " zeus gatesgarth"
|
||||
|
||||
BBFILES_DYNAMIC += " \
|
||||
chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/*/*/*.bb \
|
||||
chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/*/*/*.bbappend \
|
||||
|
|
|
|||
|
|
@ -184,6 +184,7 @@ echo "BBLAYERS += \"\${BSPDIR}/sources/meta-openembedded/meta-networking\"" >> $
|
|||
echo "BBLAYERS += \"\${BSPDIR}/sources/meta-openembedded/meta-filesystems\"" >> $BUILD_DIR/conf/bblayers.conf
|
||||
|
||||
echo "BBLAYERS += \"\${BSPDIR}/sources/meta-qt6\"" >> $BUILD_DIR/conf/bblayers.conf
|
||||
echo "BBLAYERS += \"\${BSPDIR}/sources/meta-python2\"" >> $BUILD_DIR/conf/bblayers.conf
|
||||
|
||||
# Enable docker for mx8 machines
|
||||
echo "BBLAYERS += \"\${BSPDIR}/sources/meta-virtualization\"" >> conf/bblayers.conf
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user