diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-09-30 13:24:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-30 21:36:26 +0100 |
commit | 00acfb8d1eac2612a8b2d60025e172401314e2f7 (patch) | |
tree | 77d978dec07754c2b8e4876a5bce9e044be4589d /meta | |
parent | 2c1c70eef4df66a0208f60ee51bd36d8f794144e (diff) | |
download | openembedded-core-00acfb8d1eac2612a8b2d60025e172401314e2f7.tar.gz openembedded-core-00acfb8d1eac2612a8b2d60025e172401314e2f7.tar.bz2 openembedded-core-00acfb8d1eac2612a8b2d60025e172401314e2f7.zip |
local.conf.sample.extended: Document RPM4 setup
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/local.conf.sample.extended | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended index 196590e55e..1995732619 100644 --- a/meta/conf/local.conf.sample.extended +++ b/meta/conf/local.conf.sample.extended @@ -361,3 +361,14 @@ # feed layout is used where package files are placed in <outdir>/<arch>/. # #IPK_HIERARCHICAL_FEED = "1" +# + +# Using RPM4 +# +# Currently the rootfs_rpm code has a hard depends on rpmresolve:do_populate_sysroot, +# when using rpm4 the rpmresolve code will not compile due to a missing header file. +# That dependency needs to be removed when using RPM4, also the PREFRRED_VERSION needs +# to be set. This example shows how to enable rpm4 +# PREFERRED_VERSION_rpm = "4.11.2" +# PREFERRED_VERSION_rpm-native = "4.11.2" +# RPMROOTFSDEPENDS_remove = "rpmresolve-native:do_populate_sysroot" |