[oe-commits] [openembedded-core] 07/14: linux-yocto: perf: Make perf able to build with latest libbfd

git at git.openembedded.org git at git.openembedded.org
Fri Feb 21 17:54:45 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c4b513d7bbba4cee271bb6462126d0d98d940ef4
Author: Bruce Ashfield <bruce.ashfield at gmail.com>
AuthorDate: Fri Feb 21 12:45:59 2020 -0500

    linux-yocto: perf: Make perf able to build with latest libbfd
    
    Khem pointed out that we need to backport the following change to get
    perf building with the latest binutils:
    
    commit 0ada120c883d4f1f6 upstream:
    
    [
        Subject: 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 at gmail.com>
        Acked-by: Jiri Olsa <jolsa at redhat.com>
        Cc: Peter Zijlstra <peterz at infradead.org>
        Link: http://lore.kernel.org/lkml/20200128152938.31413-1-changbin.du@gmail.com
        Signed-off-by: Arnaldo Carvalho de Melo <acme at redhat.com>
    ]
    
    Reported-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Bruce Ashfield <bruce.ashfield at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb   |  2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb |  4 ++--
 meta/recipes-kernel/linux/linux-yocto_5.4.bb      | 18 +++++++++---------
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
index 94a8e05..2a35e33 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
@@ -11,7 +11,7 @@ python () {
         raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
 }
 
-SRCREV_machine ?= "2f533134cfb54b0f77e39a9a9108836aafc3eea1"
+SRCREV_machine ?= "97cb5fe4e4fa529a5b8165c4f84182d2d4751b39"
 SRCREV_meta ?= "c11911d4d1cf0d0b069dfd1922b41256f61442de"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
index 622f5e6..463451f 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
@@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native"
 KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
-SRCREV_machine_qemuarm ?= "b73dad53d5bfa6b53f56a9022dd9f965d47c93e2"
-SRCREV_machine ?= "239eea7ef5dd5ec7ce6712ea6fc8e9ba9bd49ece"
+SRCREV_machine_qemuarm ?= "f0aeaeffb8ba6d0c24f9f0212fd7a11866c918b8"
+SRCREV_machine ?= "f4d7dbafb103e4f782323017c239c548871c1567"
 SRCREV_meta ?= "c11911d4d1cf0d0b069dfd1922b41256f61442de"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.4.bb b/meta/recipes-kernel/linux/linux-yocto_5.4.bb
index feb8978..5dd7b68 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.4.bb
@@ -12,15 +12,15 @@ KBRANCH_qemux86  ?= "v5.4/standard/base"
 KBRANCH_qemux86-64 ?= "v5.4/standard/base"
 KBRANCH_qemumips64 ?= "v5.4/standard/mti-malta64"
 
-SRCREV_machine_qemuarm ?= "65ea2729e3e6a8db8512a80a9838a975ca38f1b3"
-SRCREV_machine_qemuarm64 ?= "239eea7ef5dd5ec7ce6712ea6fc8e9ba9bd49ece"
-SRCREV_machine_qemumips ?= "75b3ff96ee76cdfbf5320ddf97b1c929bb8400c8"
-SRCREV_machine_qemuppc ?= "239eea7ef5dd5ec7ce6712ea6fc8e9ba9bd49ece"
-SRCREV_machine_qemuriscv64 ?= "239eea7ef5dd5ec7ce6712ea6fc8e9ba9bd49ece"
-SRCREV_machine_qemux86 ?= "239eea7ef5dd5ec7ce6712ea6fc8e9ba9bd49ece"
-SRCREV_machine_qemux86-64 ?= "239eea7ef5dd5ec7ce6712ea6fc8e9ba9bd49ece"
-SRCREV_machine_qemumips64 ?= "419af24bb95f01a2106b7cf25b0adc965368d486"
-SRCREV_machine ?= "239eea7ef5dd5ec7ce6712ea6fc8e9ba9bd49ece"
+SRCREV_machine_qemuarm ?= "aa91aac123d12d9d4f420862238a437781fe3825"
+SRCREV_machine_qemuarm64 ?= "f4d7dbafb103e4f782323017c239c548871c1567"
+SRCREV_machine_qemumips ?= "6cb162ab5262318fc52a7cbef86afcf48c6b2449"
+SRCREV_machine_qemuppc ?= "f4d7dbafb103e4f782323017c239c548871c1567"
+SRCREV_machine_qemuriscv64 ?= "f4d7dbafb103e4f782323017c239c548871c1567"
+SRCREV_machine_qemux86 ?= "f4d7dbafb103e4f782323017c239c548871c1567"
+SRCREV_machine_qemux86-64 ?= "f4d7dbafb103e4f782323017c239c548871c1567"
+SRCREV_machine_qemumips64 ?= "fcbec8b4f0f2f24a31ce5c6e6439c69f7512fb31"
+SRCREV_machine ?= "f4d7dbafb103e4f782323017c239c548871c1567"
 SRCREV_meta ?= "c11911d4d1cf0d0b069dfd1922b41256f61442de"
 
 # remap qemuarm to qemuarma15 for the 5.4 kernel

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list