Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package_rpm: Only rebuild the indexes if the packages have changed | Richard Purdie | 2012-04-27 | 1 | -0/+63 |
This change farms the solvedb creation out to a separate script which handles creation of the index, only if mtime of any of the packages has changed. For a core-image-minimal set of rpm's this saves ~20s of a 45s rootfs build. For core-image-sato it saves 1 minute of a 5 minute rootfs build. The more packages in the system, the bigger the saving will be. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |