From: Alexander Kanavin <[email protected]> This setting isn't necessary as it matches what is set in oe-core already. It may also interfere with settings on other places such as distro files or fragments.
Signed-off-by: Alexander Kanavin <[email protected]> --- meta/conf/templates/default/local.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/templates/default/local.conf.sample b/meta/conf/templates/default/local.conf.sample index 9bb6601eb19..2639be3ddf1 100644 --- a/meta/conf/templates/default/local.conf.sample +++ b/meta/conf/templates/default/local.conf.sample @@ -85,8 +85,8 @@ MACHINE ??= "qemux86-64" # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) # - 'package_rpm' for rpm style packages # E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" -# We default to ipk: -PACKAGE_CLASSES ?= "package_ipk" +# We default to ipk (via meta/conf/distro/defaultsetup.conf included in meta/conf/bitbake.conf): +#PACKAGE_CLASSES ?= "package_ipk" # # SDK target architecture -- 2.39.5
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#226532): https://lists.openembedded.org/g/openembedded-core/message/226532 Mute This Topic: https://lists.openembedded.org/mt/116359641/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
