summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-10-07 10:23:30 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-07 10:23:30 +0100
commit11ebcec4456e90b6b345cdbe5d21015ec87266c4 (patch)
tree263f9cc9fb558b5bf303b3e6dd9dd410dbf7797b /meta/conf
parent0a20caf0909f5429176e664a8992ebe2b9ad37c9 (diff)
downloadpoky-11ebcec4456e90b6b345cdbe5d21015ec87266c4.tar.gz
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>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
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"
75# include 'package_ipk' for ipks 75# include 'package_ipk' for ipks
76# include 'package_rpm' for rpms 76# include 'package_rpm' for rpms
77#PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" 77#PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
78PACKAGE_CLASSES ?= "package_rpm" 78PACKAGE_CLASSES ?= "package_rpm package_ipk"
79 79
80# A list of additional classes to use when building the system 80# A list of additional classes to use when building the system
81# include 'image-prelink' in order to prelink the filesystem image 81# include 'image-prelink' in order to prelink the filesystem image