aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-01 09:46:00 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-01 09:46:00 +0100
commit95e46a0e4ce16c9fb952b806caa84c6b66cd5b8c (patch)
treebe175356e2887092636d6a8eb0c3dd893af4e457
parentc8e4b4735f858d73f4a5be208472c98882de7f71 (diff)
aarch64: openjdk8: add LOG=debug to do_compile stage
This prints the raw compilation command and parameters to stdout. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
-rw-r--r--meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
index 803fb36d..a18af91d 100644
--- a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
+++ b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
@@ -6,7 +6,7 @@ SECTION = "libs"
INHIBIT_PACKAGE_STRIP = "1"
#INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
-INC_PR = "r6"
+INC_PR = "r7"
SRC_URI = " \
${OPENJDK_URI} \
@@ -57,7 +57,7 @@ do_configure() {
}
do_compile() {
- make images
+ make LOG=debug images
}
do_install() {