]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
local.conf.sample: do not set PACKAGE_CLASSES as it is matching oe-core's default
authorAlexander Kanavin <alex@linutronix.de>
Tue, 18 Nov 2025 16:58:42 +0000 (17:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Nov 2025 11:22:12 +0000 (11:22 +0000)
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 <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/templates/default/local.conf.sample

index 9bb6601eb19b06048c3cee9a836d4536e18fa8e4..2639be3ddf122ce94ed27b3273fa4b58d7fea40a 100644 (file)
@@ -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