summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-20 10:38:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-20 23:56:06 +0000
commit92739edc9da0dea10ccc9d153226cacd6a18ee33 (patch)
treeef5eec5f668a6fae7268a78e3a4c1e8d3630442f /meta/recipes-devtools
parent31801c66df9fcb14a60b3df2e6aa7c9b86fa702a (diff)
downloadast2050-yocto-poky-92739edc9da0dea10ccc9d153226cacd6a18ee33.zip
ast2050-yocto-poky-92739edc9da0dea10ccc9d153226cacd6a18ee33.tar.gz
gcc-cross-canadian: Enable stripping and packaging of binaries
This seems to have been disabled since the dawn of time for no good reason. Enable the .debug stripping and packaging allowing for a smaller SDK. (From OE-Core rev: bbaf97ba38329b5221e6d4d0d18f20e6b7d6fd91) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-canadian.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
index 0f79533..750a4f2 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
@@ -62,12 +62,10 @@ do_compile () {
oe_runmake all-host configure-target-libgcc
}
-INHIBIT_PACKAGE_STRIP = "1"
-
# Having anything auto depending on gcc-cross-sdk is a really bad idea...
EXCLUDE_FROM_SHLIBS = "1"
-PACKAGES = "${PN} ${PN}-doc"
+PACKAGES = "${PN}-dbg ${PN} ${PN}-doc"
FILES_${PN} = "\
${exec_prefix}/bin/* \
@@ -86,6 +84,11 @@ FILES_${PN} = "\
"
INSANE_SKIP_${PN} += "dev-so"
+FILES_${PN}-dbg += " \
+ ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/.debug \
+ ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/.debug \
+"
+
FILES_${PN}-doc = "\
${infodir} \
${mandir} \
OpenPOWER on IntegriCloud