aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
AgeCommit message (Collapse)Author
2016-07-22oracle-java: upgrade to 8u91mortyMaxin B. John
Update JDK and JRE to latest version - 8u91 Signed-off-by: Maxin B. John <maxin.john@intel.com>
2015-12-04oracle-jse-jdk: Don't use ${D} installing symlink targetKyle Russell
When installed to the sysroot, this makes the symlink point to the workdir, which is invalid in the sstate package. Since we cd to ${D} before creating the symlink, this ensures the link is created in the correct install location, so just point the link to the final target so that the patch is correctly fixed up during populate_sysroot. Signed-off-by: Kyle Russell <bkylerussell@gmail.com> Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
2015-10-14oracle-jse-ejre.inc: Make LIC_FILES_CHKSUM path relativeRicardo Ribalda Delgado
If the path is absolute, it invalidates the SSTATE, which also invalidates all the recipes depending on this package. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
2015-10-14oracle-jse.inc: Make LIC_FILES_CHKSUM path relativeRicardo Ribalda Delgado
If the path is absolute, it invalidates the SSTATE, which also invalidates all the recipes depending on this package. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
2015-08-18oracle-jse.inc: don't link to ${D}${datadir}/javaMario Domenech Goulart
Libraries that install files into ${D}${datadir}/java (i.e., they create ${D}${datadir}/java) may cause errors like the following at rootfs time: ERROR: Collected errors: * extract_archive: Cannot create symlink from ./usr/share/java to 'ejre1.7.0_75': File exists. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Maxin B. John <maxin.john@enea.com>
2015-05-27oracle-jse: provide java2-vmMario Domenech Goulart
This is mostly to make meta-oracle-java compatible with what the counterparts in meta-java provide. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Maxin B. John <maxin.john@enea.com>
2015-05-13oracle-jse: provide virtual/javaMario Domenech Goulart
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Maxin B. John <maxin.john@enea.com>
2015-05-13oracle-jse-jdk: provide virtual/javac and virtual/java-initialMario Domenech Goulart
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Maxin B. John <maxin.john@enea.com>
2015-05-13oracle-jse-jre: generate native contentMario Domenech Goulart
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Maxin B. John <maxin.john@enea.com>
2015-05-13oracle-jse: RPROVIDES java2-runtimeMario Domenech Goulart
Move RPROVIDES_${PN} = "java2-runtime" from oracle-jse-ejre.inc and from oracle-jse-jre.inc to oracle-jse.inc. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Maxin B. John <maxin.john@enea.com>
2015-05-13oracle-jse-jdk: fix native installationMario Domenech Goulart
Link java and javac from the bin dir in the $PATH for native contexts. Also link fastjar to jar and gjavah to javah, as some java recipes will look for those tools at build time. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Maxin B. John <maxin.john@enea.com>
2015-05-13oracle-jse-jdk: split recipe into per-architecture recipesMario Domenech Goulart
Due the way BitBake parses recipes, including architecture-specific include files was happening too late, causing native variants to pick wrong include files, thus ending up generating broken content. Setting COMPATIBLE_HOST guarantees that native installations will be consistent. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Maxin B. John <maxin.john@enea.com>
2015-01-05added link to java executable in bindir and changed to place folder in datadirUlf Winberg
separated RDEPENDS into runtime and development changed layer to only use two recipes (jre and jdk) which automatically choses architecture Signed-off-by: Pavel Shumeika <pavel_shumeika@epam.com>
2014-11-05oracle java: small fix of oracle-jse-ejre.incPavel Shumeika
2014-09-10oracle-java: added a recipe of oracle-java for an arm platform.Vladimir Redzhepov
Signed-off-by: Vladimir Redzhepov <vladimir_redzhepov@epam.com> Signed-off-by: Pavel Shumeika <pavel_shumeika@epam.com>
2014-09-08Update jdk and jre to version 67Vladimir Redzhepov
1. Add BUILD_NUMBER variable. 2. Change SRC_URI for all recipes. 3. Recipe cleanup - remove redundant PR = "r0" from all recipes. 4. Update checksums for license files. Signed-off-by: Vladimir Redzhepov <vladimir_redzhepov@epam.com> Signed-off-by: Maxin B. John <maxin.john@enea.com>
2014-09-04Provide common functionality to run jdk on the build host.Vladimir Redzhepov
The native class provides common functionality for recipes that wish to build tools to run on the build host (i.e. tools that use the compiler or other tools from the build host). Signed-off-by: Vladimir Redzhepov <vladimir_redzhepov@epam.com> Signed-off-by: Maxin B. John <maxin.john@enea.com>
2014-08-20oracle-java: update fetch methodMaxin B. John
Use custom FETCHCMD_wget to avoid manual downloading of Oracle Java packages. Signed-off-by: Maxin B. John <maxin.john@enea.com> Reviewed-by: Vladimir Redzhepov <Vladimir_Redzhepov@epam.com>
2013-07-09update oracle jre jdk recipe to latest update 25Nitin A Kamble
Also mute all the QA warnings and errors caused by the binary nature of the recipe. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-03-12oracle-java: make it provider for java2-runtimeNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-02-01new oracle jdk & jre recipesNitin A Kamble
Here are i586 & x86_64 versions of oracle jdk & jre recipes. These build packages from oracle's publically provided binaray java packages. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>