Re: [yocto] populate_sysroot and sstate question

2015-03-25 Thread Vuille, Martin (Martin)
> From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > Sent: March 25, 2015 9:51 AM > > Just define the empty sysroot_stage_dirs, not populate_sysroot. The > stage_dirs function handles copying files so if its empty, no files will be > copied in. > Thanks, Richard, works fine! MV -

Re: [yocto] populate_sysroot and sstate question

2015-03-25 Thread Richard Purdie
On Wed, 2015-03-25 at 13:33 +, Vuille, Martin (Martin) wrote: > > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > > Sent: March 25, 2015 9:09 AM > > > > On Tue, 2015-03-24 at 22:22 +, Vuille, Martin (Martin) wrote: > > > Is there a better way to suppress populate_sysroot

Re: [yocto] populate_sysroot and sstate question

2015-03-25 Thread Vuille, Martin (Martin)
> From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > Sent: March 25, 2015 9:09 AM > > On Tue, 2015-03-24 at 22:22 +, Vuille, Martin (Martin) wrote: > > Is there a better way to suppress populate_sysroot without breaking > > setscene? > > Define an empty sysroot_stage_dirs func

Re: [yocto] populate_sysroot and sstate question

2015-03-25 Thread Richard Purdie
On Tue, 2015-03-24 at 22:22 +, Vuille, Martin (Martin) wrote: > Is there a better way to suppress populate_sysroot without breaking > setscene? Define an empty sysroot_stage_dirs function. Cheers, Richard -- ___ yocto mailing list yocto@yoctopro

[yocto] populate_sysroot and sstate question

2015-03-24 Thread Vuille, Martin (Martin)
Poky Daisy 1.6.1 I have a custom package of font files and a custom recipe to install then into ${libdir}/fonts. I don't want these files in the sysroot, as they are not necessary there, they are only required on the target, and they make the SDK larger. In my recipe, I defined an empty populate