diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-19 10:09:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-23 16:06:28 +0100 |
commit | 30f3774f4cd5bbb8c1e6884aeff5af91ab053fc1 (patch) | |
tree | 3c74207e1ab2d13f8f01a25f09a36fbd54493ff1 /meta/recipes-core | |
parent | ab7c1d239b122c8e549e8112c88fd46c9e2b061b (diff) | |
download | openembedded-core-30f3774f4cd5bbb8c1e6884aeff5af91ab053fc1.tar.gz openembedded-core-30f3774f4cd5bbb8c1e6884aeff5af91ab053fc1.tar.bz2 openembedded-core-30f3774f4cd5bbb8c1e6884aeff5af91ab053fc1.zip |
staging: Strip files in sysroot
Add functionality to strip binaries/libraries going into the sysroot. Whilst
this does fractionally slow down the build, it also significantly reduces the
size of the sstate cache files.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glibc/glibc-package.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index 984362e3ce..8ea591502b 100644 --- a/meta/recipes-core/glibc/glibc-package.inc +++ b/meta/recipes-core/glibc/glibc-package.inc @@ -17,6 +17,8 @@ python __anonymous () { # Set this to zero if you don't want ldconfig in the output package USE_LDCONFIG ?= "1" +INHIBIT_SYSROOT_STRIP = "1" + PACKAGES = "${PN}-dbg catchsegv sln nscd ldd tzcode ${PN}-utils glibc-thread-db ${PN}-pic libcidn libmemusage libsegfault ${PN}-pcprofile libsotruss ${PN} glibc-extra-nss ${PN}-dev ${PN}-staticdev ${PN}-doc" # The ld.so in this glibc supports the GNU_HASH |