| Message ID | 20251118165843.3674407-1-alex.kanavin@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/2] local.conf.sample: do not set PACKAGE_CLASSES as it is matching oe-core's default | expand |
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