summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/intel-common-pkgarch.inc
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-11-05 22:52:12 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-11-08 09:08:47 +0800
commitd0f1c1ebfd9b7fe8d22c6a62208f78bccc6f3bf6 (patch)
treef736ea38b0ae806185e17a9a41c7c9383559ecb2 /conf/machine/include/intel-common-pkgarch.inc
parent6fa578ecfebe308eee5c12c37829593482892968 (diff)
downloadmeta-intel-d0f1c1ebfd9b7fe8d22c6a62208f78bccc6f3bf6.tar.gz
intel-common-pkgarch.inc: fix operator combination
Bitbake now warns if :append is combined with +=. Change this to use the preferred format. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit c4ba0f18c2685d192dc956ea81e54e256c336381) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf/machine/include/intel-common-pkgarch.inc')
-rw-r--r--conf/machine/include/intel-common-pkgarch.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/intel-common-pkgarch.inc b/conf/machine/include/intel-common-pkgarch.inc
index e50d9cb4..94d77e06 100644
--- a/conf/machine/include/intel-common-pkgarch.inc
+++ b/conf/machine/include/intel-common-pkgarch.inc
@@ -11,5 +11,5 @@ PACKAGE_ARCH:pn-intel-microcode = "${INTEL_COMMON_PACKAGE_ARCH}"
11PACKAGE_ARCH:pn-backport-iwlwifi = "${INTEL_COMMON_PACKAGE_ARCH}" 11PACKAGE_ARCH:pn-backport-iwlwifi = "${INTEL_COMMON_PACKAGE_ARCH}"
12PACKAGE_ARCH:pn-ixgbe = "${INTEL_COMMON_PACKAGE_ARCH}" 12PACKAGE_ARCH:pn-ixgbe = "${INTEL_COMMON_PACKAGE_ARCH}"
13PACKAGE_ARCH:pn-ixgbevf = "${INTEL_COMMON_PACKAGE_ARCH}" 13PACKAGE_ARCH:pn-ixgbevf = "${INTEL_COMMON_PACKAGE_ARCH}"
14PACKAGE_EXTRA_ARCHS:append += "${INTEL_COMMON_PACKAGE_ARCH}" 14PACKAGE_EXTRA_ARCHS:append = " ${INTEL_COMMON_PACKAGE_ARCH}"
15MACHINEOVERRIDES =. "${INTEL_COMMON_PACKAGE_ARCH}:" 15MACHINEOVERRIDES =. "${INTEL_COMMON_PACKAGE_ARCH}:"