[Buildroot] Prebuilt concept

Matthew Weber matt at thewebers.ws
Tue Aug 7 15:39:02 UTC 2012


Yeah, that's my thought exactly.  I'll post my results later today.

rm output/build/.root
rm -rf output/target
find output/build/* -name "*target_installed" -type f -exec rm -f {} \;
make

Thanks!

On Tue, Aug 7, 2012 at 10:28 AM, Samuel Martin <s.martin49 at gmail.com> wrote:

> Hi Matthew,
>
> 2012/8/7 Matthew Weber <matt at thewebers.ws>:
> > My problem is overall build time for recreating the large # of packages
> I'm
> > building.  When I perform a verification of the target rootfs for a
> release,
> > I really just need it to recreate the output/target folder and don't
> need to
> > do a complete rebuild.  Has anyone tried to trick buildroot into just
> > re-installing the target folder using all the existing (built) packages?
>
> A solution could be (not tested):
> rm -rf output/target && find output/build -name
> .stamp_target_installed -delete && make
>
> Cheers,
>
> --
> Sam
>



-- 
Thanks,
Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120807/c211a233/attachment-0002.html>


More information about the buildroot mailing list