From: Richard Purdie Date: Thu, 7 Oct 2010 09:23:30 +0000 (+0100) Subject: local.conf.sample: Until bug 227 is resolved, ipk packaging is needed for meta-toolch... X-Git-Tag: 2011-1~4350 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=11ebcec4456e90b6b345cdbe5d21015ec87266c4;p=openembedded-core.git local.conf.sample: Until bug 227 is resolved, ipk packaging is needed for meta-toolchain so enable by default Signed-off-by: Richard Purdie --- diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index d090543cb3..5fab4494bc 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -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