mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
linux-yocto/5.2: backport perf build fix for latest binutils
[ Author: Changbin Du <changbin.du@gmail.com> Date: Tue Jan 28 23:29:38 2020 +0800 perf: Make perf able to build with latest libbfd libbfd has changed the bfd_section_* macros to inline functions bfd_section_<field> since 2019-09-18. See below two commits: o http://www.sourceware.org/ml/gdb-cvs/2019-09/msg00064.html o https://www.sourceware.org/ml/gdb-cvs/2019-09/msg00072.html This fix make perf able to build with both old and new libbfd. Signed-off-by: Changbin Du <changbin.du@gmail.com> Acked-by: Jiri Olsa <jolsa@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lore.kernel.org/lkml/20200128152938.31413-1-changbin.du@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: fb3a4c0ef61ca9b6313d4fdc6e2b28d415780dc7) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 14a338dbbe2da5a022a916081b3aab9c7472c3ce) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ef51ce1aef
commit
266e22f25f
@@ -12,15 +12,15 @@ KBRANCH_qemux86 ?= "v5.2/standard/base"
|
||||
KBRANCH_qemux86-64 ?= "v5.2/standard/base"
|
||||
KBRANCH_qemumips64 ?= "v5.2/standard/mti-malta64"
|
||||
|
||||
SRCREV_machine_qemuarm ?= "1ed2236e622e5b79d910fc1db37ec6eec5a94fdc"
|
||||
SRCREV_machine_qemuarm64 ?= "c926964d00caf714f42878535af8c7374452072d"
|
||||
SRCREV_machine_qemumips ?= "e669e4307d07072458904ac0fda56f7192e2880d"
|
||||
SRCREV_machine_qemuppc ?= "c926964d00caf714f42878535af8c7374452072d"
|
||||
SRCREV_machine_qemuriscv64 ?= "c926964d00caf714f42878535af8c7374452072d"
|
||||
SRCREV_machine_qemux86 ?= "c926964d00caf714f42878535af8c7374452072d"
|
||||
SRCREV_machine_qemux86-64 ?= "c926964d00caf714f42878535af8c7374452072d"
|
||||
SRCREV_machine_qemumips64 ?= "217cada95bbe7eb4c3a6d40ee141ea4cea3bc1b6"
|
||||
SRCREV_machine ?= "c926964d00caf714f42878535af8c7374452072d"
|
||||
SRCREV_machine_qemuarm ?= "fdb7cd1bb5e4238e5b3d120ce9db31119ec2b5ee"
|
||||
SRCREV_machine_qemuarm64 ?= "73b12de4c879e4569bef3b2d0ee9c783a9788b27"
|
||||
SRCREV_machine_qemumips ?= "eb7faee13cfce200e9add4ba1852a3fe5d8b92e6"
|
||||
SRCREV_machine_qemuppc ?= "73b12de4c879e4569bef3b2d0ee9c783a9788b27"
|
||||
SRCREV_machine_qemuriscv64 ?= "73b12de4c879e4569bef3b2d0ee9c783a9788b27"
|
||||
SRCREV_machine_qemux86 ?= "73b12de4c879e4569bef3b2d0ee9c783a9788b27"
|
||||
SRCREV_machine_qemux86-64 ?= "73b12de4c879e4569bef3b2d0ee9c783a9788b27"
|
||||
SRCREV_machine_qemumips64 ?= "8e3bfeb7e9b5aa92c5bea941d361ff5b081a2aaa"
|
||||
SRCREV_machine ?= "73b12de4c879e4569bef3b2d0ee9c783a9788b27"
|
||||
SRCREV_meta ?= "bb2776d6beaae64b1a0fc902b64376f082085498"
|
||||
|
||||
# remap qemuarm to qemuarma15 for the 5.2 kernel
|
||||
|
||||
Reference in New Issue
Block a user