summaryrefslogtreecommitdiffstats
path: root/meta-aarch64/recipes-core/openjdk/openjdk-8_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-aarch64/recipes-core/openjdk/openjdk-8_0.1.bb')
-rw-r--r--meta-aarch64/recipes-core/openjdk/openjdk-8_0.1.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-aarch64/recipes-core/openjdk/openjdk-8_0.1.bb b/meta-aarch64/recipes-core/openjdk/openjdk-8_0.1.bb
new file mode 100644
index 0000000..44eef03
--- /dev/null
+++ b/meta-aarch64/recipes-core/openjdk/openjdk-8_0.1.bb
@@ -0,0 +1,29 @@
1require openjdk-8-common.inc
2
3PR = "${INC_PR}.0"
4
5OPENJDK_URI = "\
6 hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/jdk8;name=jdk8;module=jdk8 \
7 hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/corba;name=corba;module=jdk8/corba \
8 hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/hotspot;name=hotspot;module=jdk8/hotspot \
9 hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/jaxp;name=jaxp;module=jdk8/jaxp \
10 hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/jaxws;name=jaxws;module=jdk8/jaxws \
11 hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/jdk;name=jdk;module=jdk8/jdk \
12 hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/langtools;name=langtools;module=jdk8/langtools \
13 hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/nashorn;name=nashorn;module=jdk8/nashorn \
14 "
15
16SRCREV_jdk8 = "${AUTOREV}"
17SRCREV_corba = "${AUTOREV}"
18SRCREV_hotspot = "${AUTOREV}"
19SRCREV_jaxp = "${AUTOREV}"
20SRCREV_jaxws = "${AUTOREV}"
21SRCREV_jdk = "${AUTOREV}"
22SRCREV_langtools = "${AUTOREV}"
23SRCREV_nashorn = "${AUTOREV}"
24
25S = "${WORKDIR}/jdk8"
26
27LIC_FILES_CHKSUM="file://LICENSE;md5=7b4baeedfe2d40cb03536573bc2c89b1"
28
29BUILD_DIR="linux-aarch64-normal-clientANDserver-release/images"