[yocto] kernel change detection for packages that depend on kernel version?

2015-09-10 Thread Benjamin Fleming
I'm running into an issue where the branch for my kernel received some new commits, changing what the kernel version string looks like. When I rebuilt my system (bitbake my-image) the kernel was rebuilt (I believe at some point I probably also ran bitbake virtual/kernel -c clean), however

Re: [yocto] populate_sdk and kernel headers

2015-07-08 Thread Benjamin Fleming
: Tuesday, July 07, 2015 5:54 PM To: Benjamin Fleming Cc: yocto@yoctoproject.org Subject: Re: [yocto] populate_sdk and kernel headers On Tue, Jul 7, 2015 at 4:16 PM, Benjamin Fleming bflem...@meteorcomm.com wrote: Hello, I want my kernel headers to be included in the SDK output when I run

Re: [yocto] populate_sdk and kernel headers

2015-07-08 Thread Benjamin Fleming
Ok, Well I can live with the complete source being in the SDK. Thank you for the help -Ben -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Wednesday, July 08, 2015 10:20 AM To: Benjamin Fleming; Andre McCurdy Cc: yocto@yoctoproject.org Subject

[yocto] populate_sdk and kernel headers

2015-07-07 Thread Benjamin Fleming
Hello, I want my kernel headers to be included in the SDK output when I run bitbake myimage -c populate_sdk. I expect to see the headers in my installed SDK folder such as sdk/sysroot/target_mach/usr/src/kernel; however, I don't see anything there. Also, I don't want the headers appearing on

Re: [yocto] CMake in populate_sdk

2015-01-21 Thread Benjamin Fleming
-Original Message- From: Philip Balister [mailto:phi...@balister.org] Sent: Tuesday, January 20, 2015 5:29 PM To: Benjamin Fleming; yocto@yoctoproject.org Subject: Re: [yocto] CMake in populate_sdk On 01/20/2015 02:42 PM, Benjamin Fleming wrote: How do I add packages

[yocto] CMake in populate_sdk

2015-01-20 Thread Benjamin Fleming
How do I add packages to the populate_sdk option? I have an image (myimage) that depends on some custom packages which inherit the cmake bbclass. My expectation is that the populate_sdk task would notice that cmake is required for building and, as a result add cmake to the SDK. That is not the

[yocto] Eclipse ADT plugin and project variables

2014-09-17 Thread Benjamin Fleming
I have the Yocto 1.6.1 Eclipse ADT plugin installed in the ARM DS-5 (5.18) platform (based on Eclipse Kepler). After some struggling, I have been able to generate a CMake-based project that build successfully, but it has left me with 2 related questions. The first is specification of the cmake