Age | Commit message (Collapse) | Author | Files |
|
In OpenEmbedded we used squashfs 4.0 with external patch for LZMA
compression support. In the meantime, squashfs has mainlined LZMA
support in its CVS version.
This patches switches to the upstream squashfs-tools and modifies
bitbake.conf to match the slightly different arguments to mksquashfs.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
|
|
This added lzma by default since squashfs-tools is not common to be
installed into a image and it doesn't increase the compilation time a
lot.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
These recipes are covered by the default FILESPATHPKG setting.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Tom Rini <trini@embeddedalley.com>
|
|
Added with DEFAULT_PREFERENCE -1. Be aware that squashfs release
4.0 is now upstream in Linux 2.6.29. The filesystem layout has
changed from the 3.x releases.
Distro's need to carefully select the (cross and native) version
depending on the kernel release, which again might be different for
the machines supported.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|