1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

linux-yocto/5.15: fix perf build with clang

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

    4c5a089621a8 perf python: Account for multiple words in CC

(From OE-Core rev: 9125916666e1d160b10edcb31f4306d20ce9cdd3)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1cf78a856beb42a2d68e6c49bfdbc33fea68ebb5)
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:54 -05:00
committed by Richard Purdie
parent 35ade176ff
commit fd8bc329dc
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 ?= "86627fc3da74aefec1338724a597356e6b8ad88b"
SRCREV_meta ?= "c2d64b008142d2a2bc9c8cca8a3d579a62275122"
SRCREV_machine ?= "c7e10f06a33a546bcdd0b2e2909459b7572b5443"
SRCREV_meta ?= "66de7a6f2687cdaf5169ce5b57dd35f508be1682"
PV = "${LINUX_VERSION}+git${SRCPV}"