mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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>
This commit is contained in:
parent
11dafe8447
commit
dd376e77f4
|
|
@ -145,12 +145,12 @@
|
|||
#MULTILIBS = "multilib:lib32"
|
||||
#DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
|
||||
|
||||
# Set RPM_PREFER_COLOR to configure preferred ABI when using rpm packaging
|
||||
# Set RPM_PREFER_ELF_ARCH 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"
|
||||
# 4: ELF64 N32 wins (for mips64 or mips64el only)
|
||||
#RPM_PREFER_ELF_ARCH ?= "2"
|
||||
|
||||
# The network based PR service host and port
|
||||
# Uncomment the following lines to enable PRservice.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user