Revert "Drop meta-python2 [YOCIMX-5837]"

Not quite ready for this.

This reverts commit 28e4cb99c8.
This commit is contained in:
Tom Hochstein 2022-01-06 11:18:36 -06:00
parent 2e87bfaa68
commit e6fb3954f6
2 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,9 @@ LAYERSERIES_COMPAT_networking-layer:append = " zeus gatesgarth"
LAYERSERIES_COMPAT_filesystems-layer:append = " zeus gatesgarth" LAYERSERIES_COMPAT_filesystems-layer:append = " zeus gatesgarth"
LAYERSERIES_COMPAT_qt6-layer = "zeus dunfell gatesgarth hardknott" 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 += " \ BBFILES_DYNAMIC += " \
chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/*/*/*.bb \ chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/*/*/*.bb \
chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/*/*/*.bbappend \ chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/*/*/*.bbappend \
@ -57,3 +60,5 @@ BBMASK += " \
meta-ivi/meta-ivi/recipes-graphics/wayland/weston-conf.bbappend \ meta-ivi/meta-ivi/recipes-graphics/wayland/weston-conf.bbappend \
" "
# python2 is out of support, this hack is for temporary use
I_SWEAR_TO_MIGRATE_TO_PYTHON3 = "yes"

View File

@ -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-openembedded/meta-filesystems\"" >> $BUILD_DIR/conf/bblayers.conf
echo "BBLAYERS += \"\${BSPDIR}/sources/meta-qt6\"" >> $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 # Enable docker for mx8 machines
echo "BBLAYERS += \"\${BSPDIR}/sources/meta-virtualization\"" >> conf/bblayers.conf echo "BBLAYERS += \"\${BSPDIR}/sources/meta-virtualization\"" >> conf/bblayers.conf