Re: [yocto] [meta-ivi][meta-fsl-arm] Kernel AF_BUS dependency?

2013-01-23 Thread Behrens, Holger
Hi Adrian, Hi Holger, Florin I'm building excalibur-image from meta-ivi and I can't login to the system See: http://pastebin.com/fRUJsaae Two issues: systemd-random-seed-load service, here probably I'm missing in my kernel config to enable random number support. the second is

[yocto] [PATCH v4] [local patch for org.eclipse.rse.services]Fix race conditions for reading output from local processes

2013-01-23 Thread Ioana Grigoropol
When running a command using RSE Api, using a Local connection from a linux host a new LocalHostShell is created. When this is created, a new LocalHostThread is launched, along side with two LocalShellOutputReaders (output and error). The constructors for the OutputReaders will receive a

Re: [yocto] Build external module against Yocto kernel

2013-01-23 Thread Bruce Ashfield
On 13-01-23 12:34 AM, Patrick Turley wrote: On Jan 22, 2013, at 11:17 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-01-23 12:14 AM, Patrick Turley wrote: On Jan 22, 2013, at 10:43 PM, Bruce Ashfieldbruce.ashfi...@windriver.com wrote: On 13-01-22 9:26 PM, Patrick Turley

Re: [yocto] Build external module against Yocto kernel

2013-01-23 Thread Patrick Turley
On Jan 23, 2013, at 7:48 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-01-23 12:34 AM, Patrick Turley wrote: On Jan 22, 2013, at 11:17 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-01-23 12:14 AM, Patrick Turley wrote: On Jan 22, 2013, at 10:43 PM, Bruce

[yocto] [OT] the beauty of yocto/OE doing all your license tracking for you

2013-01-23 Thread Robert P. J. Day
just noticed this online -- How Much Disruption Will Scanning For OSS Cause Me?: http://www.openlogic.com/blog/bid/249485/How-Much-Disruption-Will-Scanning-For-OSS-Cause-Me?utm_source=twitterutm_medium=socialutm_content=86ee217f-b5bc-4a65-b643-743878c36b25 Scanning and auditing your code for

[yocto] Inconsistency in the SDK

2013-01-23 Thread Patrick Turley
Here's our machine in local.conf: MACHINE = dm8148-mpu Naturally, then, we see a directly like this under tmp/work: dm8148_mpu-poky-linux-gnueabi Also, under tmp/sysroots, we see these two: dm8148-mpu dm8148-mpu-tcbootstrap Finally, when I install the SDK, I see the

[yocto] SRC_URI checksums

2013-01-23 Thread Darren Hart
What is the practice for SRC_URI checksums? I see many recipes with both md5sum and sha256sum. Is there a need to have both? Is one preferred over the other? Thanks, -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel

Re: [yocto] Inconsistency in the SDK

2013-01-23 Thread Khem Raj
Did you source the env script before doing all that ? On Wednesday, January 23, 2013, Patrick Turley patricktur...@gamestop.com wrote: Here's our machine in local.conf: MACHINE = dm8148-mpu Naturally, then, we see a directly like this under tmp/work: dm8148_mpu-poky-linux-gnueabi

Re: [yocto] FW: YP Linux Kernel Development Manual

2013-01-23 Thread Christian Ege
Hi, I am not sure if this is the problem you are struggling with. I am wondering why class module.bbclass behaves completely different than kernel.bbclacc hi, I follow the kernel development manual 2.5. Incorporating Out-of-Tree Modules, copy the hello-mod_0.1.bb and files folder into my

Re: [yocto] SRC_URI checksums

2013-01-23 Thread Jerrod Peach
On Wed, Jan 23, 2013 at 11:11 AM, Darren Hart dvh...@linux.intel.comwrote: What is the practice for SRC_URI checksums? I see many recipes with both md5sum and sha256sum. Is there a need to have both? Is one preferred over the other? Thanks, -- Darren Hart Intel Open Source Technology

[yocto] are separate -sdk image targets necessary Was: Build external module against Yocto kernel

2013-01-23 Thread Trevor Woerner
On Tue, Jan 15, 2013 at 2:16 PM, Zhang, Jessica jessica.zh...@intel.com wrote: According to bug 1614, the kernel dev packages should be included in sdk images. Please generate your toolchain using bitbake core-image-sato-sdk -c populate_sdk which will make the toolchain target sysroot matching

Re: [yocto] are separate -sdk image targets necessary Was: Build external module against Yocto kernel

2013-01-23 Thread Burton, Ross
On 23 January 2013 16:51, Trevor Woerner twoer...@gmail.com wrote: On Tue, Jan 15, 2013 at 2:16 PM, Zhang, Jessica jessica.zh...@intel.com wrote: According to bug 1614, the kernel dev packages should be included in sdk images. Please generate your toolchain using bitbake core-image-sato-sdk

Re: [yocto] Inconsistency in the SDK

2013-01-23 Thread Patrick Turley
On Jan 23, 2013, at 10:21 AM, Khem Raj raj.k...@gmail.commailto:raj.k...@gmail.com wrote: Did you source the env script before doing all that ? Thank you for your question, but it doesn't apply. All of this happens *before* I even tried to build anything. The fundamental problem is that the

Re: [yocto] Inconsistency in the SDK

2013-01-23 Thread Patrick Turley
On Jan 23, 2013, at 10:19 AM, Zhang, Jessica jessica.zh...@intel.com wrote: Please file a bug at bugzilla.yoctoproject.org Done: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3784 Thank you. ___ yocto mailing list yocto@yoctoproject.org

[yocto] RFC - integrating target runtime information into a yocto build

2013-01-23 Thread Tim Bird
Hi everyone, I'm doing research on whole-system optimization, and I'd like to ask opinions on the next stage of my work. == background == After a fair amount of blood, sweat and tears, I have (finally) produced a working ARM kernel that is optimized with gcc's link-time-optimization (LTO)

Re: [yocto] Inconsistency in the SDK

2013-01-23 Thread Khem Raj
On Wed, Jan 23, 2013 at 8:05 AM, Patrick Turley patricktur...@gamestop.com wrote: Here's our machine in local.conf: MACHINE = dm8148-mpu Naturally, then, we see a directly like this under tmp/work: dm8148_mpu-poky-linux-gnueabi This will contain builds of machine specific packages

Re: [yocto] are separate -sdk image targets necessary Was: Build external module against Yocto kernel

2013-01-23 Thread Mark Hatle
On 1/23/13 10:56 AM, Burton, Ross wrote: On 23 January 2013 16:51, Trevor Woerner twoer...@gmail.com wrote: On Tue, Jan 15, 2013 at 2:16 PM, Zhang, Jessica jessica.zh...@intel.com wrote: According to bug 1614, the kernel dev packages should be included in sdk images. Please generate your