[Buildroot] Prebuilt concept

Samuel Martin s.martin49 at gmail.com
Tue Aug 7 15:28:32 UTC 2012


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



More information about the buildroot mailing list