summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-09-30 13:24:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-30 21:37:12 +0100
commitd4cf38dcf39ed544efe5f224da1bd1f8e1a996d8 (patch)
tree202bccd7640cc596c66f11a6966692873df4493a /meta-yocto
parent03813f4870e2d6e6f4b97d643352eb42887ce99a (diff)
downloadast2050-yocto-poky-d4cf38dcf39ed544efe5f224da1bd1f8e1a996d8.zip
ast2050-yocto-poky-d4cf38dcf39ed544efe5f224da1bd1f8e1a996d8.tar.gz
local.conf.sample.extended: Document RPM4 setup
(From meta-yocto rev: 07da1f62e967ea749eb773027530bbe35379fc3c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/local.conf.sample.extended11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index 196590e..1995732 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/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"
OpenPOWER on IntegriCloud