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 Bruce Ashfield
: [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 bitbake myimage -c populate_sdk. I expect to see the headers in my installed SDK folder such as sdk

Re: [yocto] populate_sdk and kernel headers

2015-07-08 Thread Benjamin Fleming
: Re: [yocto] populate_sdk and kernel headers On 2015-07-08 1:05 PM, Benjamin Fleming wrote: Ok, adding kernel-devsrc to my IMAGE_INSTALL caused the kernel source to be included in the SDK. Unfortunately, it is now also included in the target image. I found adding kernel-devsrc instead

[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] populate_sdk and kernel headers

2015-07-07 Thread Andre McCurdy
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 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;