Skip to content

Commit

Permalink
meta-lxatac-software: perf: fix build with 6.7 kernel
Browse files Browse the repository at this point in the history
Fix Build error due to:

make[3]: *** No rule to make target '.../perf-1.0/arch/arm64/tools/gen-sysreg.awk',
needed by '.../perf-1.0/arch/arm64/include/generated/asm/sysreg-defs.h'.  Stop.

This can be removed once commit 683aff7a08 (poky commit hash)
("perf: fix build with latest kernel") is in a release.

Signed-off-by: Leonard Göhrs <[email protected]>
  • Loading branch information
hnez committed Jan 8, 2024
1 parent fb6e0d7 commit 55b063b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions meta-lxatac-software/recipes-kernel/perf/perf.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Fix Build error due to:
#
# make[3]: *** No rule to make target '.../perf-1.0/arch/arm64/tools/gen-sysreg.awk',
# needed by '.../perf-1.0/arch/arm64/include/generated/asm/sysreg-defs.h'. Stop.
#
# This can be removed once commit 683aff7a08 (poky commit hash)
# ("perf: fix build with latest kernel") is in a release.

PERF_SRC:append = " arch/arm64/tools "

0 comments on commit 55b063b

Please sign in to comment.