Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-11 Thread Dr. Markus Eich
I have tried the different task separately. do_fetch works, no recursive link created do_kernel_checkout works, no recursive link created do_kernel_configme works, no recursive link created do_compile works, no recursive link created do_compile_kernelmodules works, no recursive link created do_in

Re: [yocto] Oracle Java for ARM?

2014-07-11 Thread Vladimir Redzhepov
Hi We’ve just added support for Oracle Java Embedded SE for ARM into meta-oracle-java. You can see our patch here https://lists.yoctoproject.org/pipermail/yocto/2014-June/020223.html\ From: yocto-boun...@yoctoproject.org [mail

Re: [yocto] Oracle Java for ARM?

2014-07-11 Thread Vladimir Redzhepov
I’ve inserted broken link. That’s right https://lists.yoctoproject.org/pipermail/yocto/2014-June/020223.html From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Vladimir Redzhepov Sent: Friday, July 11, 2014 12:57 PM To: j...@joenicholson.co.uk; Yocto Subject

Re: [yocto] Oracle Java for ARM?

2014-07-11 Thread Joe Nicholson
Brilliant! Thanks a lot Vladimir. On 2014-07-11 11:46, Vladimir Redzhepov wrote: > I've inserted broken link. That's right > > https://lists.yoctoproject.org/pipermail/yocto/2014-June/020223.html > > FROM: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > ON BEHAL

Re: [yocto] [meta-freescale] unable to get checksum SRC_URI file could not be found

2014-07-11 Thread Daiane Angolini
On Thu, Jul 10, 2014 at 2:16 AM, jags gediya wrote: > I am building yocto for freescale imx6sl evolution kit. For checking > in source code on svn , i have deleted all .git and .gitignore from > the meta directories. Then i have checkout the source code, and tried > to build that. While building i

[yocto] [PATCH] oeqa/controllers/beaglebonetarget.py: fix deploy when kernel file is a broken link

2014-07-11 Thread Corneliu Stoicescu
Sometimes the uncompressed rootfs image contains boot/uImage but if it's a symlink, it seems broken from the master image's point of view. Because [ -e /mnt/testrootfs/boot/uImage ] will return 1, it will proceed to copy the backup kernel file over it but cp ~/test-kernel /mnt/testrootfs/boot/uI

Re: [yocto] [meta-freescale] yocto build taking too long time

2014-07-11 Thread Daiane Angolini
On Thu, Jul 10, 2014 at 6:10 AM, jags gediya wrote: > When i run command bitbake core-image-minimalm my build stops at > NOTE: Preparing runqueue > and after taking too long time it continues again. > Is build checks anything at that point? I have no idea what you´re talking about. I can only s

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-11 Thread Bruce Ashfield
On 14-07-11 04:55 AM, Dr. Markus Eich wrote: I have tried the different task separately. do_fetch works, no recursive link created do_kernel_checkout works, no recursive link created do_kernel_configme works, no recursive link created do_compile works, no recursive link created do_compile_kernel

Re: [yocto] [meta-freescale] yocto build taking too long time

2014-07-11 Thread Trevor Woerner
On 07/11/14 09:46, Daiane Angolini wrote: > In my core i5, core-image-minimal takes something like 30 minutes to > build from scratch And that's probably assuming all your sources are already downloaded to your build machine! The amount of time it takes to complete a fresh build on a machine with

Re: [yocto] Is it possible to prevent a package from updating the shared state cache?

2014-07-11 Thread Patrick Doyle
For anybody (such as myself) who might stumble across this thread later… I just wanted to build a recipe without tainting my sstate cache. (I wanted to build from a different bzr repository and didn't want to "contaminate" my sstate cache, or even worse, confuse it with a different version of rev

Re: [yocto] Is it possible to prevent a package from updating the shared state cache?

2014-07-11 Thread Burton, Ross
On 11 July 2014 17:00, Patrick Doyle wrote: > (I > wanted to build from a different bzr repository and didn't want to > "contaminate" my sstate cache, or even worse, confuse it with a > different version of revsion 1234 from the other repository) Ouch, I'd forgotten that bzr revisions were not un

Re: [yocto] Is it possible to prevent a package from updating the shared state cache?

2014-07-11 Thread Patrick Doyle
On Fri, Jul 11, 2014 at 3:19 PM, Burton, Ross wrote: > On 11 July 2014 17:00, Patrick Doyle wrote: >> (I >> wanted to build from a different bzr repository and didn't want to >> "contaminate" my sstate cache, or even worse, confuse it with a >> different version of revsion 1234 from the other rep

[yocto] CyaSSL library now available for use in Yocto Project

2014-07-11 Thread Leah
CyaSSL lightweight SSL library is now available for use in Yocto Project images! Check out our layer which we built and tested using the Minnowboard: http://yassl.com/yaSSL/Blog/Entries/2014/7/11_meta-wolfssl_Layer_for_Yocto_and_OpenEmbedded.html -- Leah Thompson www.wolfssl.com l...@wolfssl.co

[yocto] [ANNOUNCEMENT] Intel(R) meta-intel 1.0 BSPs for Yocto Project "daisy" 1.6.1 Released

2014-07-11 Thread Flanagan, Elizabeth
All, The meta-intel 1.0 layer for the Yocto Projects 1.6.1 "daisy" release and board support packages are now available for download. meta-intel -- repo: git://git.yoctoproject.org/meta-intel branch: daisy tag: 1.0-daisy-1.6.1 hash: 50d1afd52a612dbf9a190bf869c37253864886cc download:

Re: [yocto] CyaSSL library now available for use in Yocto Project

2014-07-11 Thread Khem Raj
On Fri, Jul 11, 2014 at 2:47 PM, Leah wrote: > CyaSSL lightweight SSL library is now available for use in Yocto Project > images! Check out our layer which we built and tested using the Minnowboard: > http://yassl.com/yaSSL/Blog/Entries/2014/7/11_meta-wolfssl_Layer_for_Yocto_and_OpenEmbedded.html