On 15-02-17 01:31 PM, Alexandru Vaduva wrote:
I am building for an arm v7.

So I presume that you noticed in recipes-devtools/oracle-java/oracle-jse-jdk_1.7.0.bb

The following:

-----

# Automatically choose java package based on target architecture
def get_java_pkg(d):
       TA = d.getVar('TARGET_ARCH', True)
       if TA == "i586":
               javaPkg = "oracle-jse-jdk-i586"
       elif TA == "x86_64":
               javaPkg = "oracle-jse-jdk-x86-64"
       else:
raise bb.parse.SkipPackage("The target architecture '%s' is not supported by the meta-oracle-java layer" %TA)

       return javaPkg

----

Unless someone extends arch support to ARMv7, that skip is going to
persist.

Cheers,

Bruce




On Tuesday, February 17, 2015 7:08 PM, Bruce Ashfield
<[email protected]> wrote:


On 15-02-17 11:17 AM, Alexandru Vaduva wrote:
 > When trying to build 'oracle-jse-jdk' from meta-oracle-java layer I
found this errors.
 >     ERROR: Nothing PROVIDES 'oracle-jse-jdk'
 >     ERROR: oracle-jse-jdk was skipped: True
 >
 > bitbake-layers show-recipes | grep "oracle-"
 > Parsing recipes..done.
 > oracle-jse-jdk:
 >    meta-oracle-java    1.7.0 (skipped)
 > oracle-jse-jre:
 >    meta-oracle-java    1.7.0
 > Any idea of why this recipe is skipped?

There's a built in skip based on the architecture of your build.
What exact config are you using ?

Bruce


 >
 >
 > Alex Vaduva
 >
 >

--
_______________________________________________
yocto mailing list
[email protected] <mailto:[email protected]>
https://lists.yoctoproject.org/listinfo/yocto



--
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to