]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
configfragments.py: Correct the help for enable-fragment
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Fri, 21 Nov 2025 13:25:33 +0000 (05:25 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Nov 2025 17:48:50 +0000 (17:48 +0000)
commit9a67e5d70bf4c8352a0b8d477485a65ba9d2a580
treeccff3a264c13db69695f5eb59f669354e9d89325
parent4742334451f5bd9d91d0332cf3d5bbf218db1361
configfragments.py: Correct the help for enable-fragment

The help entry for --quiet had been added to list-fragments rather than
enable-fragment.

Due to the fact that --quiet is a global option, this actually adds a
dummy --quiet option as it would otherwise hide the global option, but
would never be set since any --quiet argument would already have been
parsed when this option is parsed.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/bbconfigbuild/configfragments.py