summaryrefslogtreecommitdiffstats
path: root/package/axfsutils
Commit message (Collapse)AuthorAgeFilesLines
* axfsutils: add explicit dependencies for host variantJulien Floret2016-07-031-1/+1
| | | | | | Signed-off-by: Julien Floret <julien.floret@6wind.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/axfsutils: bump versionBernd Kuhls2016-06-052-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/axfsutils: fix MakefileYann E. MORIN2015-11-173-1/+40
| | | | | | | | | | | | | | | | | | mkfs.axfs uses zlib, but does not have an rpath to our host dir. That's because: - we're not passing our host CFLAGS or LDFLAGS - it is forcibly setting CFLAGS in the Makefile, overriding anything specified by the user - it is not using LDFLAGS at all Add two patches so that CFLAGS and LDFLAGS from the environment are used if present. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* axfsutils: add new packageAriel D'Alessandro2015-10-142-0/+26
Tools for building AXFS Filesystem. The Advanced XIP File System is a Linux kernel filesystem driver that enables files to be executed directly from flash or ROM memory rather than being copied into RAM. It has the ability to store individual *pages* in a file uncompressed/XIP or compressed/Demand Paged. Source: https://github.com/jaredeh/axfs [Thomas: - add hash file. - use $(INSTALL) -D -m 0755 instead of cp for installing mkfs.axfs.] Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud