[oe-commits] Saul Wold : local.conf.sample.extended: Document RPM4 setup

git at git.openembedded.org git at git.openembedded.org
Tue Sep 30 20:38:19 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 00acfb8d1eac2612a8b2d60025e172401314e2f7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=00acfb8d1eac2612a8b2d60025e172401314e2f7

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Sep 30 13:24:52 2014 -0700

local.conf.sample.extended: Document RPM4 setup

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/local.conf.sample.extended | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended
index 196590e..1995732 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"



More information about the Openembedded-commits mailing list