diff mbox series

[1/2] local.conf.sample: do not set PACKAGE_CLASSES as it is matching oe-core's default

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

Commit Message

Alexander Kanavin Nov. 18, 2025, 4:58 p.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

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>
---
 meta/conf/templates/default/local.conf.sample | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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