From cae167c5babebd5d4a946a1c086e37a2ab73f159 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 23 Aug 2021 12:59:36 +0100 Subject: local.conf.sample.extended: fix commented-out override syntax (From meta-yocto rev: af596adf3eb5275656cda94b2ad41ca2deef3eab) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta-poky/conf/local.conf.sample.extended | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-poky/conf') 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" # 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 -- cgit v1.2.3-54-g00ecf