diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-10-19 20:35:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-24 17:36:21 +0100 |
commit | dd376e77f4ab478bfd8caea4053ef03e136ae477 (patch) | |
tree | 475734636361d2985c1c024cd5ab6079b54a7111 /meta-yocto/conf/local.conf.sample.extended | |
parent | 11dafe84473a1197931f068e1c6e002bc461cefd (diff) | |
download | poky-dd376e77f4ab478bfd8caea4053ef03e136ae477.tar.gz |
local.conf.sample.extended: update for RPM_PREFER_ELF_ARCH
Updated as the rpm upstream suggested:
- RPM_PREFER_COLOR -> RPM_PREFER_ELF_ARCH
- 3 -> 4
(From meta-yocto rev: 4bc3b88bbf626e412b5e3892d0b6fbe641e1cb1a)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/local.conf.sample.extended')
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index 1995732619..ccdd326827 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended | |||
@@ -145,12 +145,12 @@ | |||
145 | #MULTILIBS = "multilib:lib32" | 145 | #MULTILIBS = "multilib:lib32" |
146 | #DEFAULTTUNE_virtclass-multilib-lib32 = "x86" | 146 | #DEFAULTTUNE_virtclass-multilib-lib32 = "x86" |
147 | 147 | ||
148 | # Set RPM_PREFER_COLOR to configure preferred ABI when using rpm packaging | 148 | # Set RPM_PREFER_ELF_ARCH to configure preferred ABI when using rpm packaging |
149 | # backend to generate a rootfs, choices are: | 149 | # backend to generate a rootfs, choices are: |
150 | # 1: ELF32 wins | 150 | # 1: ELF32 wins |
151 | # 2: ELF64 wins | 151 | # 2: ELF64 wins |
152 | # 3: ELF64 N32 wins (for mips64 or mips64el only) | 152 | # 4: ELF64 N32 wins (for mips64 or mips64el only) |
153 | #RPM_PREFER_COLOR ?= "2" | 153 | #RPM_PREFER_ELF_ARCH ?= "2" |
154 | 154 | ||
155 | # The network based PR service host and port | 155 | # The network based PR service host and port |
156 | # Uncomment the following lines to enable PRservice. | 156 | # Uncomment the following lines to enable PRservice. |