From d77f60582ea167ccf42051871d8ba2bc8febfa1f Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 18 Nov 2025 17:58:42 +0100 Subject: [PATCH] local.conf.sample: do not set PACKAGE_CLASSES as it is matching oe-core's default 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 Signed-off-by: Richard Purdie --- 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.47.3