aboutsummaryrefslogtreecommitdiff
path: root/meta-aarch64/recipes-core/openjdk/openjdk-8_0.1.bb
blob: 44eef0322520fd581c5e04554f4cd2845d354620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
require openjdk-8-common.inc

PR = "${INC_PR}.0"

OPENJDK_URI = "\
        hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/jdk8;name=jdk8;module=jdk8 \
        hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/corba;name=corba;module=jdk8/corba \
        hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/hotspot;name=hotspot;module=jdk8/hotspot \
        hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/jaxp;name=jaxp;module=jdk8/jaxp \
        hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/jaxws;name=jaxws;module=jdk8/jaxws \
        hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/jdk;name=jdk;module=jdk8/jdk \
        hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/langtools;name=langtools;module=jdk8/langtools \
        hg://hg.openjdk.java.net/aarch64-port;protocol=http;destsuffix=hg/nashorn;name=nashorn;module=jdk8/nashorn \
       "

SRCREV_jdk8 = "${AUTOREV}"
SRCREV_corba = "${AUTOREV}"
SRCREV_hotspot = "${AUTOREV}"
SRCREV_jaxp = "${AUTOREV}"
SRCREV_jaxws = "${AUTOREV}"
SRCREV_jdk = "${AUTOREV}"
SRCREV_langtools = "${AUTOREV}"
SRCREV_nashorn = "${AUTOREV}"

S = "${WORKDIR}/jdk8"

LIC_FILES_CHKSUM="file://LICENSE;md5=7b4baeedfe2d40cb03536573bc2c89b1"

BUILD_DIR="linux-aarch64-normal-clientANDserver-release/images"