]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: set RPM as default package and rootfs image creation
authorSaul Wold <Saul.Wold@intel.com>
Tue, 28 Sep 2010 15:44:37 +0000 (08:44 -0700)
committerSaul Wold <Saul.Wold@intel.com>
Tue, 28 Sep 2010 15:44:37 +0000 (08:44 -0700)
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
meta/conf/local.conf.sample

index 052c1a940678bf4455e3fc4eea5548ebb5db427b..8ccdd138cb1781ba43bed80193f42f81cf9a8e28 100644 (file)
@@ -73,8 +73,9 @@ EXTRA_IMAGE_FEATURES_mx31ads = "tools-testapps debug-tweaks"
 # The first package type listed will be used for rootfs generation
 # include 'package_deb' for debs
 # include 'package_ipk' for ipks
-#PACKAGE_CLASSES ?= "package_deb package_ipk"
-PACKAGE_CLASSES ?= "package_ipk"
+# include 'package_rpm' for rpms
+#PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
+PACKAGE_CLASSES ?= "package_rpm"
 
 # A list of additional classes to use when building the system
 # include 'image-prelink' in order to prelink the filesystem image