aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-08-17oracle-java: create directory before creating linksHEADmasterJan Remmet
if bindir directory doesn't exists the link is created wrongly: file -b tmp/work/x86_64-linux/oracle-jse-jdk-x86-64-native/1.8.0-u131r0/image/home/yocto/build/tmp/sysroots/x86_64-linux/usr/bin symbolic link to `/home/yocto/build/tmp/sysroots/x86_64-linux/usr/lib/jvm/java-8-oracle/bin/javac' tested on morty Signed-off-by: Jan Remmet <j.remmet@phytec.de> Signed-off-by: Maxin B. John <maxin.john@intel.com>
2017-05-11Fix binary paths when setting alternativesJan Kiszka
Neither the JDK nor the JRE puts binaries under $JAVA_HOME/jre anymore. Seen with Java 8, update 131. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
2017-05-04Update version to 8u131-b11 for all recipesRomain Bazile
Checksum change for license file following update to 8u131-b11 Signed-off-by: Romain Bazile <romain.bazile@ubiant.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
2017-04-10oracle-jse-ejre: Fix destinationJaap de Jong
Signed-off-by: Jaap de Jong <jaap.dejong@nedap.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
2017-03-31oracle-jse: Add sources packageJaap de Jong
Signed-off-by: Jaap de Jong <jaap.dejong@nedap.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
2017-03-31oracle-java: Use update-alternativesJaap de Jong
Signed-off-by: Jaap de Jong <jaap.dejong@nedap.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
2017-03-31oracle-java: Use 'standarized' install pathJaap de Jong
Signed-off-by: Jaap de Jong <jaap.dejong@nedap.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
2017-03-31oracle-jse-ejre: Add recipe for arm softfloat jvmJaap de Jong
Signed-off-by: Jaap de Jong <jaap.dejong@nedap.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
2017-03-31oracle-java: upgrade to 8u121Jaap de Jong
Signed-off-by: Jaap de Jong <jaap.dejong@nedap.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
2017-03-31oracle-jse.inc: Fix unattended downloading sourceJaap de Jong
Signed-off-by: Jaap de Jong <jaap.dejong@nedap.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
2017-03-22README: remove restrictions related to package management supportMaxin B. John
With RPM4, we no longer have to restrict the package managers supported by meta-oracle-java layer to ipk and deb. Remove the restrictions specified in the README file. Signed-off-by: Maxin B. John <maxin.john@intel.com>
2017-03-22oracle-jse.inc: update RDEPENDS listMaxin B. John
Update RDEPENDS list to satisfy the dependencies reported by rpm package manager. Signed-off-by: Maxin B. John <maxin.john@intel.com>
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-09-21README: Update email address for Maxin JohnMaxin B. John
Updated email address 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-13README: Update NotesMaxin B. John
Update the Notes section by re-introducing the text about how to handle the scenario where the automated binary download fails. 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-20README: Update NotesMaxin B. John
1. Remove notes related to manual downloading of Oracle Java binaries. 2. Add notes about the temporary fix for installing Java packages. Signed-off-by: Maxin B. John <maxin.john@enea.com> Reviewed-by: Vladimir Redzhepov <Vladimir_Redzhepov@epam.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>
2014-08-07README: Update Maintainers listMaxin B. John
Update the maintainers list Signed-off-by: Maxin B. John <maxin.john@enea.com>
2013-07-09layer.conf: add the custom oracle license file locationNitin A Kamble
and also populate the layer with the latest license text file This avoids this kind of QA warnings: WARNING: oracle-jse-jre-x86-64: No generic license file exists for: Oracle_Binary_Code_License_Agreement in any provider Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.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>
2013-03-19README: provide info abt where to send the patchesNitin A Kamble
And also mention how to deal with the fetch issues observed with the oracle java recipes. 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-02README: add license informationNitin 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>
2012-02-01layer.conf: bitbake layer config fileNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-02-01README: initial readme for the layer/repoNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-02-011st empty commitNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>