Re: [yocto] Exporting kernel header from patch

2015-07-23 Thread Gamma.Dean
new thread over on the oe-core list titled “Rebuilding STAGING_KERNEL_DIR from sstate cache” regarding that. Thanks! From: Daniel. [mailto:danielhi...@gmail.com] Sent: Wednesday, July 22, 2015 9:03 PM To: Dean, Gamma [NETPWR/FL] Cc: yocto@yoctoproject.org Subject: Re: [yocto] Exporting kernel

Re: [yocto] Exporting kernel header from patch

2015-07-22 Thread Daniel.
Just a guess, Did you have INHERIT += "rm_work" in your local.conf? Cheers, - dhs Em 22/07/2015 18:36, escreveu: When using a shared sstate cache which has the previously built kernel it appears that STAGING_KERNEL_DIR does not get populated – in my case there is no tmp/work-shared directory a

Re: [yocto] Exporting kernel header from patch

2015-07-22 Thread Gamma.Dean
When using a shared sstate cache which has the previously built kernel it appears that STAGING_KERNEL_DIR does not get populated - in my case there is no tmp/work-shared directory at all. If I have modified the user space app to look there for a header is there some dependency I can add that wi

Re: [yocto] Exporting kernel header from patch

2014-04-24 Thread Vuille, Martin (Martin)
> From: Bruce Ashfield > Sent: April 24, 2014 4:06 PM > To: Vuille, Martin (Martin); yocto@yoctoproject.org > Subject: Re: [yocto] Exporting kernel header from patch > > On 14-04-24 03:54 PM, Vuille, Martin (Martin) wrote: > >> From: Bruce Ashfield > >>

Re: [yocto] Exporting kernel header from patch

2014-04-24 Thread Bruce Ashfield
On 14-04-24 03:54 PM, Vuille, Martin (Martin) wrote: From: Bruce Ashfield Sent: April 24, 2014 2:01 PM To: Vuille, Martin (Martin); yocto@yoctoproject.org Subject: Re: [yocto] Exporting kernel header from patch On 14-04-24 01:52 PM, Vuille, Martin (Martin) wrote: From: Bruce Ashfield Sent

Re: [yocto] Exporting kernel header from patch

2014-04-24 Thread Vuille, Martin (Martin)
> From: Bruce Ashfield > Sent: April 24, 2014 2:01 PM > To: Vuille, Martin (Martin); yocto@yoctoproject.org > Subject: Re: [yocto] Exporting kernel header from patch > > On 14-04-24 01:52 PM, Vuille, Martin (Martin) wrote: > >> From: Bruce Ashfield > >> Sent:

Re: [yocto] Exporting kernel header from patch

2014-04-24 Thread Bruce Ashfield
On 14-04-24 01:52 PM, Vuille, Martin (Martin) wrote: From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: April 24, 2014 1:32 PM On 14-04-24 11:57 AM, Vuille, Martin (Martin) wrote: I have a custom layer to add patches to my vendor's BSP layer (based on Linux 3.4, if it matters) an

Re: [yocto] Exporting kernel header from patch

2014-04-24 Thread Vuille, Martin (Martin)
> From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > Sent: April 24, 2014 1:32 PM > > On 14-04-24 11:57 AM, Vuille, Martin (Martin) wrote: > > I have a custom layer to add patches to my vendor's BSP layer > > > > (based on Linux 3.4, if it matters) and a .bbappend to list the > > > > pat

Re: [yocto] Exporting kernel header from patch

2014-04-24 Thread Bruce Ashfield
On 14-04-24 11:57 AM, Vuille, Martin (Martin) wrote: I have a custom layer to add patches to my vendor’s BSP layer (based on Linux 3.4, if it matters) and a .bbappend to list the patches. One of the patches adds a header, and this header needs to be exported to the sysroot. I added the follo

[yocto] Exporting kernel header from patch

2014-04-24 Thread Vuille, Martin (Martin)
I have a custom layer to add patches to my vendor's BSP layer (based on Linux 3.4, if it matters) and a .bbappend to list the patches. One of the patches adds a header, and this header needs to be exported to the sysroot. I added the following to my .bbappend, based on a discussion I found: do_i