summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Jörns <ejo@pengutronix.de>2025-03-24 11:41:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-24 10:58:36 +0000
commit6edb7e77f1342cb63f11067c50f9a2b10f10b3b9 (patch)
tree82d5f250b694f28c1505a1de6e94bf83aade61de
parent769a4479e123a5c2951eab8915cbd2b29d82c7f9 (diff)
downloadpoky-6edb7e77f1342cb63f11067c50f9a2b10f10b3b9.tar.gz
poky: fix remove/append override syntax in comment
The examples for changing WARN_QA and ERROR_QA still use the old ('_'-style) override syntax. (From meta-yocto rev: 303e49733300e7e440ee4e8d9cd6eec67143aa91) Signed-off-by: Enrico Jörns <ejo@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-poky/conf/distro/poky.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 09c9f41388..c3cc127a99 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -56,8 +56,8 @@ INHERIT += "poky-sanity"
56# QA check settings - a little stricter than the OE-Core defaults 56# QA check settings - a little stricter than the OE-Core defaults
57# (none currently necessary as we now match OE-Core) 57# (none currently necessary as we now match OE-Core)
58#WARN_TO_ERROR_QA = "X" 58#WARN_TO_ERROR_QA = "X"
59#WARN_QA_remove = "${WARN_TO_ERROR_QA}" 59#WARN_QA:remove = "${WARN_TO_ERROR_QA}"
60#ERROR_QA_append = " ${WARN_TO_ERROR_QA}" 60#ERROR_QA:append = " ${WARN_TO_ERROR_QA}"
61 61
62require conf/distro/include/poky-world-exclude.inc 62require conf/distro/include/poky-world-exclude.inc
63require conf/distro/include/no-static-libs.inc 63require conf/distro/include/no-static-libs.inc