summaryrefslogtreecommitdiff
path: root/recipes/squashfs-tools
AgeCommit message (Collapse)AuthorFiles
2009-11-21squashfs-tools: allow setting of SRC_URI before loading .incOtavio Salvador2
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 Salvador2
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 Woestenberg2
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 Kooi2
2009-10-29squashfs-tools: add lzma support in 4.0 versionOtavio Salvador4
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 Salvador5
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-10-07squashfs-tools: drop 2.0, 2.2r2 and 3.1r2 versionsOtavio Salvador16
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-30Replace obsolete base_set_filespath() with FILESPATHPKG in some recipes.Michael Smith1
Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-30Remove references to base_set_filespath() from recipes that don't need it.Michael Smith5
These recipes are covered by the default FILESPATHPKG setting. Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-04-19squashfs-tools: Added release 4.0 (for SquashFS 4.0 in Linux 2.6.29).Leon Woestenberg3
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>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko20
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>