summaryrefslogtreecommitdiff
path: root/recipes/squashfs-tools/squashfs-tools_4.0.bb
AgeCommit message (Collapse)AuthorFiles
2009-11-21squashfs-tools: allow setting of SRC_URI before loading .incOtavio Salvador1
Without this change bitbake due a fetcher failure because SRC_URI is then cached and later changed. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-11-19squashfs-tools: add .inc usage again to avoid duplicated logicOtavio Salvador1
In the effort to avoid duplicated code we've added back the .inc usage otherwise most of code and compilation logic is duplicated between 3.3 and 4.0 recipes. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-11-18squashfs-4.0: update squashfs-tools to include upstream LZMA inclusion.Leon Woestenberg1
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>
2009-11-05squashfs-tools: fix up native versionKoen Kooi1
2009-10-29squashfs-tools: add lzma support in 4.0 versionOtavio Salvador1
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>
2009-10-07squashfs-tools: refactor 3.3 and 4.0 recipes and use INC_PROtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-19squashfs-tools: Added release 4.0 (for SquashFS 4.0 in Linux 2.6.29).Leon Woestenberg1
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>