summaryrefslogtreecommitdiff
path: root/meta-amd/meta-ethanolx/conf/local.conf.sample
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-09-01 11:34:44 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-09-10 16:22:18 +0300
commit2de8c6037ff56bf950c6af048fccc9d07f952387 (patch)
treeb53ae09cfbe48ea3979fe9503029037636c58fad /meta-amd/meta-ethanolx/conf/local.conf.sample
parentac568e75cc8e194f52a7d7ed2e596f3b9d7e7418 (diff)
downloadopenbmc-2de8c6037ff56bf950c6af048fccc9d07f952387.tar.xz
meta-amd: fix compilation errors with latest Yocto
Make the following changes to fix compilation errors: - add honister to the LAYERSERIES_COMPAT variable, - increase CONF_VERSION to 2, - use new bitbake override syntax Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I971f0f0f7110e0350994ced151ca429444885056
Diffstat (limited to 'meta-amd/meta-ethanolx/conf/local.conf.sample')
-rw-r--r--meta-amd/meta-ethanolx/conf/local.conf.sample8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-amd/meta-ethanolx/conf/local.conf.sample b/meta-amd/meta-ethanolx/conf/local.conf.sample
index 34a13a566..27e36f84d 100644
--- a/meta-amd/meta-ethanolx/conf/local.conf.sample
+++ b/meta-amd/meta-ethanolx/conf/local.conf.sample
@@ -115,7 +115,7 @@ PACKAGE_CLASSES ?= "package_rpm"
# Supported values are i686 and x86_64
#SDKMACHINE ?= "i686"
-SANITY_TESTED_DISTROS_append ?= " RedHatEnterpriseWorkstation-6.*"
+SANITY_TESTED_DISTROS:append ?= " RedHatEnterpriseWorkstation-6.*"
#
# Extra image configuration defaults
@@ -226,12 +226,12 @@ BB_DISKMON_DIRS = "\
# By default qemu will build with a builtin VNC server where graphical output can be
# seen. The two lines below enable the SDL backend too. This assumes there is a
# libsdl library available on your build system.
-PACKAGECONFIG_append_pn-qemu-native = " sdl"
-PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
+PACKAGECONFIG:append:pn-qemu-native = " sdl"
+PACKAGECONFIG:append:pn-nativesdk-qemu = " sdl"
#ASSUME_PROVIDED += "libsdl-native"
# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
# track the version of this file when it was generated. This can safely be ignored if
# this doesn't mean anything to you.
-CONF_VERSION = "1"
+CONF_VERSION = "2"