1
0
mirror of https://git.yoctoproject.org/poky synced 2026-08-25 17:21:31 +00:00

linux-yocto/5.19: fix perf build with clang

Integrating the following commit(s) to linux-yocto/5.19:

    3326dff489c8 tools: Remove some options from CLANG_CROSS_FLAGS
    5b92f7def854 libbpf: Fix build warning on ref_ctr_off
    b7cd8e00afcd perf python: Account for multiple words in CC

(From OE-Core rev: 5cd80b0fb27560a516b3634e9a98f366883c8047)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b734bd73763548e3991803c03b8bcc3b4bea6432)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2023-01-08 19:38:50 -05:00
committed by Richard Purdie
parent 4d042f99c7
commit 24f647a1fb
3 changed files with 15 additions and 15 deletions
@@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "aaf4490d1807c49e3e0ceab1372533937ef2c82b"
SRCREV_meta ?= "0cba9aa40445bf59bfa651e1bd43a31c2ca7d524"
SRCREV_machine ?= "3326dff489c84262dc81b7e96cae4c359cab38b2"
SRCREV_meta ?= "239a6c0d3c3b046971909f1e066380465b0c331d"
PV = "${LINUX_VERSION}+git${SRCPV}"