diff mbox series

poky: fix remove/append override syntax in comment

Message ID 20250324104135.3826255-1-ejo@pengutronix.de (mailing list archive)
State New
Headers show
Series poky: fix remove/append override syntax in comment | expand

Commit Message

Enrico Jörns March 24, 2025, 10:41 a.m. UTC
The examples for changing WARN_QA and ERROR_QA still use the old
('_'-style) override syntax.

Signed-off-by: Enrico Jörns <ejo@pengutronix.de>
---
 meta-poky/conf/distro/poky.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 09c9f41..c3cc127 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -56,8 +56,8 @@  INHERIT += "poky-sanity"
 # QA check settings - a little stricter than the OE-Core defaults
 # (none currently necessary as we now match OE-Core)
 #WARN_TO_ERROR_QA = "X"
-#WARN_QA_remove = "${WARN_TO_ERROR_QA}"
-#ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
+#WARN_QA:remove = "${WARN_TO_ERROR_QA}"
+#ERROR_QA:append = " ${WARN_TO_ERROR_QA}"
 
 require conf/distro/include/poky-world-exclude.inc
 require conf/distro/include/no-static-libs.inc