[yocto-builds] How to move TMPDIR without errors

Marlon Smith marlon.smith10 at gmail.com
Thu Feb 16 15:22:30 PST 2017


Hi everyone,

I've written a script that uses bitbake -c fetchall to fetch all the
sources for my image.  I can then compress everything into a single
file, the idea being that I can decompress it and use it to build
copies of the image offline.  This works correctly, except when I
decompress it I want it to be in a different location so that multiple
builds can use the same source files.  This causes errors with the
build.  Removing build/tmp/saved_tmpdir gets past the first error but
then packages start failing to build (I see quilt errors).

I thought it might work to re-run configure for all the packages in the
image but I can't find a bitbake command to do that.

Does anyone have any thoughts on how I could work around this?

Thanks!

Marlon##SELECTION_END##
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto-builds/attachments/20170216/c712c235/attachment.html>


More information about the yocto-builds mailing list