aboutsummaryrefslogtreecommitdiff
path: root/meta-aarch64/recipes-core
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-10-30 22:35:57 +0000
committerLinaro Code Review <review@review.linaro.org>2013-10-31 16:59:36 +0000
commita688b769294bce171ab53f76936ebbd0ceeb2587 (patch)
tree4749298cc00df66a2376f88900c72d9bb87f05c0 /meta-aarch64/recipes-core
parent71bd33cb20ce93f016f9d2870ead2fd3ff205258 (diff)
meta-linaro: openjdk-8: don't install debug files (.diz)
The default configure options produce compressed debug info files, however this adds 250MB to the installed package. Add configure options to suppress the generation of these files, particularly as this is supposed to be a 'release' build. Change-Id: Id0f3737e73790367f1863ee5875b4b468532d2b0 Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'meta-aarch64/recipes-core')
-rw-r--r--meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
index 0dd36e88..20ec1ec3 100644
--- a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
+++ b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
@@ -52,7 +52,7 @@ S="${WORKDIR}/openjdk8-aarch64-port-snapshot"
do_configure() {
unset MAKE
- bash ./configure --with-debug-level=release --with-jvm-variants=client,server --with-sys-root=${STAGING_DIR_TARGET} --openjdk-target=aarch64-oe-linux --with-zlib=system --with-stdc++lib=dynamic --disable-ccache
+ bash ./configure --with-debug-level=release --with-jvm-variants=client,server --with-sys-root=${STAGING_DIR_TARGET} --openjdk-target=aarch64-oe-linux --with-zlib=system --with-stdc++lib=dynamic --disable-ccache --disable-zip-debug-info
}
do_compile() {