diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-06-29 15:09:16 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-07 13:28:56 +0100 |
commit | 9d0e39195d8fa835cf37247dcd57a728c05e489b (patch) | |
tree | 52b526aded585fcb03d4eaa96eb0b849dfc1d640 /meta-poky/conf | |
parent | 11af6595303389b5fc087718ceee4311c8249f74 (diff) | |
download | poky-9d0e39195d8fa835cf37247dcd57a728c05e489b.tar.gz |
local.conf.sample.extended: drop RPM4 example
We don't have RPM4 support anymore, so there's no point including this.
(From meta-yocto rev: 81fc11e65c4fb189cc91422018aec5041f44ae02)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf')
-rw-r--r-- | meta-poky/conf/local.conf.sample.extended | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/local.conf.sample.extended index aa7b42f828..118ed62852 100644 --- a/meta-poky/conf/local.conf.sample.extended +++ b/meta-poky/conf/local.conf.sample.extended | |||
@@ -371,16 +371,6 @@ | |||
371 | #IPK_HIERARCHICAL_FEED = "1" | 371 | #IPK_HIERARCHICAL_FEED = "1" |
372 | # | 372 | # |
373 | 373 | ||
374 | # Using RPM4 | ||
375 | # | ||
376 | # Currently the rootfs_rpm code has a hard depends on rpmresolve:do_populate_sysroot, | ||
377 | # when using rpm4 the rpmresolve code will not compile due to a missing header file. | ||
378 | # That dependency needs to be removed when using RPM4, also the PREFERRED_VERSION needs | ||
379 | # to be set. This example shows how to enable rpm4 | ||
380 | # PREFERRED_VERSION_rpm = "4.11.2" | ||
381 | # PREFERRED_VERSION_rpm-native = "4.11.2" | ||
382 | # RPMROOTFSDEPENDS_remove = "rpmresolve-native:do_populate_sysroot" | ||
383 | |||
384 | # | 374 | # |
385 | # Use busybox/mdev for system initialization | 375 | # Use busybox/mdev for system initialization |
386 | # | 376 | # |