summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/local.conf.sample.extended6
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.