diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-09-28 08:44:37 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-28 08:44:37 -0700 |
commit | 8860ef24497e77380df2d464d1a7dccdc3b05fd5 (patch) | |
tree | 9f17194ca08058fa1f6586b89030d39ee57af889 | |
parent | a1d1e4e47db18607be6158efd993a5ad531ce85e (diff) | |
download | poky-8860ef24497e77380df2d464d1a7dccdc3b05fd5.tar.gz |
local.conf.sample: set RPM as default package and rootfs image creation
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
-rw-r--r-- | meta/conf/local.conf.sample | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 052c1a9406..8ccdd138cb 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample | |||
@@ -73,8 +73,9 @@ EXTRA_IMAGE_FEATURES_mx31ads = "tools-testapps debug-tweaks" | |||
73 | # The first package type listed will be used for rootfs generation | 73 | # The first package type listed will be used for rootfs generation |
74 | # include 'package_deb' for debs | 74 | # include 'package_deb' for debs |
75 | # include 'package_ipk' for ipks | 75 | # include 'package_ipk' for ipks |
76 | #PACKAGE_CLASSES ?= "package_deb package_ipk" | 76 | # include 'package_rpm' for rpms |
77 | PACKAGE_CLASSES ?= "package_ipk" | 77 | #PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" |
78 | PACKAGE_CLASSES ?= "package_rpm" | ||
78 | 79 | ||
79 | # A list of additional classes to use when building the system | 80 | # A list of additional classes to use when building the system |
80 | # include 'image-prelink' in order to prelink the filesystem image | 81 | # include 'image-prelink' in order to prelink the filesystem image |