[yocto] meta-oracle-java][BUG-REPORT

Mark Schnell Mark_Schnell at cree.com
Wed Aug 17 06:19:49 PDT 2016


Good day;

Short version:
[cid:image001.png at 01D1F868.812C33E0]
The ARM architecture for the meta-oracle-java layer still points to Java v7u60.

Long version:
First off, I'm a newbie to the Yocto so be sure you turn on your filters. ;-)

I'm trying to add the meta-oracle-java layer to a plain vanilla meta-raspberrypi layer. After several attempts, false starts and failures; I believe the I have determined the problem.  While the i586 & x64-64 architectures point to Java v8u91, build 14; the ARM architecture points to Java v7u60, build 19.

[mschnell at YoctoBuildHost oracle-java]$ pwd
/home/mschnell/build-rpi/meta-oracle-java/recipes-devtools/oracle-java
[mschnell at YoctoBuildHost oracle-java]$ ls -Al
total 40
-rw-rw-r--. 1 mschnell mschnell  342 Aug 16 21:14 oracle-jse-ejre-arm-vfp-hflt-client-headless.inc
-rw-rw-r--. 1 mschnell mschnell  866 Aug 16 20:50 oracle-jse-ejre.inc
-rw-rw-r--. 1 mschnell mschnell 1246 Aug 16 20:50 oracle-jse.inc
-rw-rw-r--. 1 mschnell mschnell  369 Aug 16 20:50 oracle-jse-jdk-i586_1.8.0.bb
-rw-rw-r--. 1 mschnell mschnell 1158 Aug 16 20:50 oracle-jse-jdk.inc
-rw-rw-r--. 1 mschnell mschnell  370 Aug 16 20:50 oracle-jse-jdk-x86-64_1.8.0.bb
-rw-rw-r--. 1 mschnell mschnell  589 Aug 16 20:50 oracle-jse-jre_1.8.0.bb
-rw-rw-r--. 1 mschnell mschnell  334 Aug 16 20:50 oracle-jse-jre-i586.inc
-rw-rw-r--. 1 mschnell mschnell  657 Aug 16 20:50 oracle-jse-jre.inc
-rw-rw-r--. 1 mschnell mschnell  332 Aug 16 20:50 oracle-jse-jre-x86-64.inc
[mschnell at YoctoBuildHost oracle-java]$ grep "SRC_URI =" *
oracle-jse-ejre-arm-vfp-hflt-client-headless.inc:SRC_URI = "http://download.oracle.com/otn/java/ejre/7u${PV_UPDATE}-b${BUILD_NUMBER}/ejre-7u${PV_UPDATE}-fcs-b${BUILD_NUMBER}-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz"
oracle-jse-jdk-i586_1.8.0.bb:SRC_URI = "http://download.oracle.com/otn-pub/java/jdk/8u${PV_UPDATE}-b${BUILD_NUMBER}/jdk-8u${PV_UPDATE}-linux-i586.tar.gz"
oracle-jse-jdk-x86-64_1.8.0.bb:SRC_URI = "http://download.oracle.com/otn-pub/java/jdk/8u${PV_UPDATE}-b${BUILD_NUMBER}/jdk-8u${PV_UPDATE}-linux-x64.tar.gz"
oracle-jse-jre-i586.inc:SRC_URI = "http://download.oracle.com/otn-pub/java/jdk/8u${PV_UPDATE}-b${BUILD_NUMBER}/jre-8u${PV_UPDATE}-linux-i586.tar.gz"
oracle-jse-jre-x86-64.inc:SRC_URI = "http://download.oracle.com/otn-pub/java/jdk/8u${PV_UPDATE}-b${BUILD_NUMBER}/jre-8u${PV_UPDATE}-linux-x64.tar.gz"
[mschnell at YoctoBuildHost oracle-java]$ grep "PV_UPDATE =" *
oracle-jse-ejre-arm-vfp-hflt-client-headless.inc:PV_UPDATE = "60"
oracle-jse-jdk-i586_1.8.0.bb:PV_UPDATE = "91"
oracle-jse-jdk-x86-64_1.8.0.bb:PV_UPDATE = "91"
oracle-jse-jre-i586.inc:PV_UPDATE = "91"
oracle-jse-jre-x86-64.inc:PV_UPDATE = "91"
[mschnell at YoctoBuildHost oracle-java]$ grep "BUILD_NUMBER =" *
oracle-jse-ejre-arm-vfp-hflt-client-headless.inc:BUILD_NUMBER = "19"
oracle-jse-jdk-i586_1.8.0.bb:BUILD_NUMBER = "14"
oracle-jse-jdk-x86-64_1.8.0.bb:BUILD_NUMBER = "14"
oracle-jse-jre-i586.inc:BUILD_NUMBER = "14"
oracle-jse-jre-x86-64.inc:BUILD_NUMBER = "14"

I will continue to research a patch (while learning the Yocto build environment); but being that I'm a newbie, it will likely take me a while.


Cheers...
--
-- I would like mornings better if they started later in the day. --
--  Mark Schnell   --   +1-919-407-4327   --   mschnell at cree.com  --


________________________________
This e-mail message, including any attachments and previous email messages sent with it, contains CONFIDENTIAL and PROPRIETARY information of Cree, Inc. or its subsidiaries and may be legally PRIVILEGED. You may not use, disclose, reproduce or distribute such information without Cree's authorization. If you have received this message in error, please notify the sender immediately and permanently delete the original message, its attachments and any copies thereof.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160817/491f062d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 3510 bytes
Desc: image001.png
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160817/491f062d/attachment.png>


More information about the yocto mailing list