mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
local.conf.sample.extended: fix commented-out override syntax
(From meta-yocto rev: af596adf3eb5275656cda94b2ad41ca2deef3eab) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3874ce6ee5
commit
cae167c5ba
@@ -135,7 +135,7 @@ DISTRO_FEATURES:remove = "x11"
|
||||
# Uncomment the following lines to enable multilib builds
|
||||
#require conf/multilib.conf
|
||||
#MULTILIBS = "multilib:lib32"
|
||||
#DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
|
||||
#DEFAULTTUNE:virtclass-multilib-lib32 = "x86"
|
||||
|
||||
# Set RPM_PREFER_ELF_ARCH to configure preferred ABI when using rpm packaging
|
||||
# backend to generate a rootfs, choices are:
|
||||
@@ -313,7 +313,7 @@ DISTRO_FEATURES:remove = "x11"
|
||||
# Note this is not officially supported and is just illustrated here to
|
||||
# show an example of how it can be done
|
||||
# You'll also need your fortran recipe to depend on libgfortran
|
||||
#FORTRAN_forcevariable = ",fortran"
|
||||
#FORTRAN:forcevariable = ",fortran"
|
||||
|
||||
#
|
||||
# Kernel image features
|
||||
|
||||
Reference in New Issue
Block a user