]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake.conf: Further cleanup compiler optimization flags
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Jul 2024 06:35:48 +0000 (07:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Jul 2024 22:28:28 +0000 (23:28 +0100)
commit9badf68d78d995f7d5d4cf27e045f029fc6d4044
tree101dc3c47a13e4a9d366f49068ef6946d60b31dd
parent1d5162689fbfeddb10fa60e4150ca87f1fa2243e
bitbake.conf: Further cleanup compiler optimization flags

Move the -pipe option out of the optimization flags and directly into
the flags variables since we always use it now.

Also move the debug prefix mapping there to match the nativesdk case
which already does this.

Fix the documentation and two recipe usages to match the change.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf
meta/conf/documentation.conf
meta/recipes-core/ovmf/ovmf_git.bb
meta/recipes-devtools/valgrind/valgrind_3.23.0.bb
meta/recipes-kernel/perf/perf.bb
meta/recipes-sato/webkit/webkitgtk_2.44.1.bb