summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto/conf/local.conf.sample.extended7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index 89b80a6eed..bc9860ff16 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -145,6 +145,13 @@
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
149# backend to generate a rootfs, choices are:
150# 1: ELF32 wins
151# 2: ELF64 wins
152# 3: ELF64 N32 wins (for mips64 or mips64el only)
153#RPM_PREFER_COLOR ?= "2"
154
148# The network based PR service host and port 155# The network based PR service host and port
149# Uncomment the following lines to enable PRservice. 156# Uncomment the following lines to enable PRservice.
150# Set PRSERV_HOST to 'localhost:0' to automatically 157# Set PRSERV_HOST to 'localhost:0' to automatically