1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00

linux-yocto: enable powerpc debug fragment

gcc12 generates some warnings with arch/powerpc, and we know that
these warnings are understood/non-fatal at runtime.

This fragment allows testing to continue, while upstream powerpc
looks at removing warnings.

We only enable it for 5.10/5.15 standard kernels for now, since
this gets us enough coverage to continue working with gcc12.

(From OE-Core rev: 31b15e5f7f4f6b53af5ad1a44af10bed914d454a)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 992d9d41642981152a387fe59733cc6a77ea3528)
[Make changes only for 5.10 kernel]
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2022-04-28 09:47:59 -04:00
committed by Richard Purdie
parent 06232bc56b
commit a71d6fe171
3 changed files with 5 additions and 3 deletions
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine:qemuarm ?= "ab911ca906ec6d1551ba12373d4133ccaf7f83cc"
SRCREV_machine ?= "aadc46b05e5c77328bd3461578c770af3efa8944"
SRCREV_meta ?= "2311a54750b6d9e0315e4f316b640e4e73945342"
SRCREV_meta ?= "19e7547dd6617760d6094b7a42da1a718b5a96ee"
PV = "${LINUX_VERSION}+git${SRCPV}"