mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
local.conf.sample: Until bug 227 is resolved, ipk packaging is needed for meta-toolchain so enable by default
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -75,7 +75,7 @@ EXTRA_IMAGE_FEATURES_mx31ads = "tools-testapps debug-tweaks"
|
||||
# include 'package_ipk' for ipks
|
||||
# include 'package_rpm' for rpms
|
||||
#PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
|
||||
PACKAGE_CLASSES ?= "package_rpm"
|
||||
PACKAGE_CLASSES ?= "package_rpm package_ipk"
|
||||
|
||||
# A list of additional classes to use when building the system
|
||||
# include 'image-prelink' in order to prelink the filesystem image
|
||||
|
||||
Reference in New Issue
Block a user