From 9f5581d2d4e644ab25c83269c8549d98af14ffc5 Mon Sep 17 00:00:00 2001 From: Stephen Lawrence Date: Fri, 21 Apr 2017 14:07:11 +0100 Subject: libgcc: fix bitbake QA issue "No GNU_HASH" Yocto 2.2 changed the default linker hash style [1] which can result in "No GNU_HASH in the elf binary" QA issues during a build. This occurs building libgcc using the meta-linaro toolchain. There seems to be no upstream fix for this. As a first step disable the warning for ldflags. [1] http://www.yoctoproject.org/docs/2.2.1/ref-manual/ref-manual.html#migration-2.2-default-linker-hash-style-changed (cherry picked from commit 64c345992217b65141ca9dc1c39ca086ec50190b) Signed-off-by: Stephen Lawrence --- meta-rcar-gen3/recipes-devtools/gcc/libgcc_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-rcar-gen3/recipes-devtools/gcc/libgcc_%.bbappend diff --git a/meta-rcar-gen3/recipes-devtools/gcc/libgcc_%.bbappend b/meta-rcar-gen3/recipes-devtools/gcc/libgcc_%.bbappend new file mode 100644 index 0000000..cec33a6 --- /dev/null +++ b/meta-rcar-gen3/recipes-devtools/gcc/libgcc_%.bbappend @@ -0,0 +1 @@ +INSANE_SKIP_${PN} = "ldflags" -- cgit 1.2.3-korg