* Error while integrating PyPy module in Yocto (Jethro branch) build.
@ 2017-07-19 12:39 JAYMIN DABHI
2017-07-19 13:11 ` Leonardo Sandoval
0 siblings, 1 reply; 2+ messages in thread
From: JAYMIN DABHI @ 2017-07-19 12:39 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 715 bytes --]
Hi All,
I am trying to integrate PyPy in my current Yocto (Jethro branch) build for my i.MX6UL processor based development board. The board has "armv7a" (cortexa7) architecture.
I am using "meta-pypy" layer from here (https://github.com/mzakharo/meta-pypy) and inherit the pypy package in my local.conf.
But, it gives me error during bitbaking. I am bitbaking the "core-image-base".
The error is as below :
ERROR: Fetcher failure: Unable to find file file://pypy-4.0.1-cortexa7.tar.bz2 anywhere. I think, it can't find the package "pypy-4.0.1-cortexa7.tar.bz2" in pypy directory.
What should be the other possible reason? and How it can be solved?
Suggestions are welcome.
Thanks,
-
JAYMIN
[-- Attachment #2: Type: text/html, Size: 2455 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Error while integrating PyPy module in Yocto (Jethro branch) build.
2017-07-19 12:39 Error while integrating PyPy module in Yocto (Jethro branch) build JAYMIN DABHI
@ 2017-07-19 13:11 ` Leonardo Sandoval
0 siblings, 0 replies; 2+ messages in thread
From: Leonardo Sandoval @ 2017-07-19 13:11 UTC (permalink / raw)
To: JAYMIN DABHI; +Cc: yocto
On Wed, 2017-07-19 at 12:39 +0000, JAYMIN DABHI wrote:
> Hi All,
>
> I am trying to integrate PyPy in my current Yocto (Jethro branch)
> build for my i.MX6UL processor based development board. The board has
> "armv7a" (cortexa7) architecture.
>
> I am using "meta-pypy" layer from here and inherit the pypy package in
> my local.conf.
> But, it gives me error during bitbaking. I am bitbaking the
> "core-image-base".
> The error is as below :
> ERROR: Fetcher failure: Unable to find file file://pypy-4.0.1-cortexa7.tar.bz2 anywhere.
> I think, it can't find the package "pypy-4.0.1-cortexa7.tar.bz2" in
> pypy directory.
Make sure the is the proper ARCH tarball in the recipes/pypy/pypy
folder. If not there, then the layer does not support that architecture.
leo
>
> What should be the other possible reason? and How it can be solved?
>
>
> Suggestions are welcome.
>
>
> Thanks,
> -
> JAYMIN
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-07-19 13:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-19 12:39 Error while integrating PyPy module in Yocto (Jethro branch) build JAYMIN DABHI
2017-07-19 13:11 ` Leonardo Sandoval
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.