From 9ee65c2b980e4081264f4acaddcae8adb7358668 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 23 Aug 2021 12:59:36 +0100 Subject: [PATCH] local.conf.sample.extended: fix commented-out override syntax Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/conf/local.conf.sample.extended | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended index 08c3906b12..e72fb80361 100644 --- a/meta/conf/local.conf.sample.extended +++ b/meta/conf/local.conf.sample.extended @@ -136,7 +136,7 @@ # 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: @@ -314,7 +314,7 @@ # 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 -- 2.40.1