From 11ebcec4456e90b6b345cdbe5d21015ec87266c4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 7 Oct 2010 10:23:30 +0100 Subject: local.conf.sample: Until bug 227 is resolved, ipk packaging is needed for meta-toolchain so enable by default Signed-off-by: Richard Purdie --- meta/conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf') 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 -- cgit v1.2.3-54-g00ecf