The recipe is in openembedded-layer, so fix the location of the
bbappend.
The customization of the defconfig relative to the baseline is visible
in this commit.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
The upstream recipe fails to build without x11 in DISTRO_FEATURES:
ERROR: //meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.1.5.bb: wxwidgets: PACKAGECONFIG[no_gui] Conflict package config 'opengl' set in PACKAGECONFIG.
Revert the recent change to the PACKAGECONFIG to fix the build.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
python3-wheel recipe is deleted from meta-openembedded and it will be moved to oe-core (poky)
Remove the bbappend temporarily until the main recipe is added in poky to get pass build errors.
c720dc971b
This fixes the following error:
ERROR: No recipes in default available for:
/home/nxa07886/kirkstone/sources/meta-imx/meta-sdk/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-wheel_%.bbappend
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
Append patch to python3-cryptography package to make it compatible with
the recent OpenSSL 3 upgrade. [1]
[1] cd430556f8
Signed-off-by: Clement Faure <clement.faure@nxp.com>
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
The package does a network download in the compile task and fails on
hosts where a proxy is needed.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>