From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Alexandru Vaduva <vaduvajanalexandru@yahoo.com>,
Alexandru Vaduva <Alexandru.Vaduva@enea.com>,
"yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: meta-oracle-java error when building a recipe
Date: Tue, 17 Feb 2015 13:35:48 -0500 [thread overview]
Message-ID: <54E38A04.7080904@windriver.com> (raw)
In-Reply-To: <1236436647.5527082.1424197877103.JavaMail.yahoo@mail.yahoo.com>
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
> <bruce.ashfield@windriver.com> 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
> yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
> https://lists.yoctoproject.org/listinfo/yocto
>
>
next prev parent reply other threads:[~2015-02-17 18:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-17 16:17 meta-oracle-java error when building a recipe Alexandru Vaduva
2015-02-17 17:07 ` Bruce Ashfield
2015-02-17 18:31 ` Alexandru Vaduva
2015-02-17 18:35 ` Bruce Ashfield [this message]
2015-02-17 18:43 ` Paul Eggleton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54E38A04.7080904@windriver.com \
--to=bruce.ashfield@windriver.com \
--cc=Alexandru.Vaduva@enea.com \
--cc=vaduvajanalexandru@yahoo.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.