[oe-commits] Robert Yang : local.conf.sample.extended: update for preferred ABI

git at git.openembedded.org git at git.openembedded.org
Sat Aug 2 08:30:34 UTC 2014


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

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Wed Jul 30 23:06:16 2014 -0700

local.conf.sample.extended: update for preferred ABI

[YOCTO #4073]

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

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

diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended
index 89b80a6..bc9860f 100644
--- a/meta/conf/local.conf.sample.extended
+++ b/meta/conf/local.conf.sample.extended
@@ -145,6 +145,13 @@
 #MULTILIBS = "multilib:lib32"
 #DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
 
+# Set RPM_PREFER_COLOR to configure preferred ABI when using rpm packaging
+# backend to generate a rootfs, choices are:
+# 1: ELF32 wins
+# 2: ELF64 wins
+# 3: ELF64 N32 wins (for mips64 or mips64el only)
+#RPM_PREFER_COLOR ?= "2"
+
 # The network based PR service host and port
 # Uncomment the following lines to enable PRservice.
 # Set PRSERV_HOST to 'localhost:0' to automatically



More information about the Openembedded-commits mailing list