diff options
author | Ross Burton <ross@burtonini.com> | 2021-08-23 12:59:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-23 13:14:02 +0100 |
commit | cae167c5babebd5d4a946a1c086e37a2ab73f159 (patch) | |
tree | 00a485cc61466a499fa7d91b6edabf5bd2b16fd5 /meta-poky | |
parent | 3874ce6ee53e6dbb6f84ac3becb7c182e47def7a (diff) | |
download | poky-cae167c5babebd5d4a946a1c086e37a2ab73f159.tar.gz |
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>
Diffstat (limited to 'meta-poky')
-rw-r--r-- | meta-poky/conf/local.conf.sample.extended | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/local.conf.sample.extended index 17e95828d5..8a384540f9 100644 --- a/meta-poky/conf/local.conf.sample.extended +++ b/meta-poky/conf/local.conf.sample.extended | |||
@@ -135,7 +135,7 @@ DISTRO_FEATURES:remove = "x11" | |||
135 | # Uncomment the following lines to enable multilib builds | 135 | # Uncomment the following lines to enable multilib builds |
136 | #require conf/multilib.conf | 136 | #require conf/multilib.conf |
137 | #MULTILIBS = "multilib:lib32" | 137 | #MULTILIBS = "multilib:lib32" |
138 | #DEFAULTTUNE_virtclass-multilib-lib32 = "x86" | 138 | #DEFAULTTUNE:virtclass-multilib-lib32 = "x86" |
139 | 139 | ||
140 | # Set RPM_PREFER_ELF_ARCH to configure preferred ABI when using rpm packaging | 140 | # Set RPM_PREFER_ELF_ARCH to configure preferred ABI when using rpm packaging |
141 | # backend to generate a rootfs, choices are: | 141 | # backend to generate a rootfs, choices are: |
@@ -313,7 +313,7 @@ DISTRO_FEATURES:remove = "x11" | |||
313 | # Note this is not officially supported and is just illustrated here to | 313 | # Note this is not officially supported and is just illustrated here to |
314 | # show an example of how it can be done | 314 | # show an example of how it can be done |
315 | # You'll also need your fortran recipe to depend on libgfortran | 315 | # You'll also need your fortran recipe to depend on libgfortran |
316 | #FORTRAN_forcevariable = ",fortran" | 316 | #FORTRAN:forcevariable = ",fortran" |
317 | 317 | ||
318 | # | 318 | # |
319 | # Kernel image features | 319 | # Kernel image features |