On Wed, 2015-03-25 at 13:33 +0000, Vuille, Martin (Martin) wrote: > > From: Richard Purdie [mailto:[email protected]] > > Sent: March 25, 2015 9:09 AM > > > > On Tue, 2015-03-24 at 22:22 +0000, Vuille, Martin (Martin) wrote: > > > Is there a better way to suppress populate_sysroot without breaking > > > setscene? > > > > Define an empty sysroot_stage_dirs function. > > > > Thanks Richard, but I still get the same error, see below. Perhaps I > misunderstood > your instructions. > > I did a cleansstate on the package, added the empty function to the recipe > > do_populate_sysroot () { > } > > sysroot_stage_dirs() { > }
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. Cheers, Richard -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
