axfsutils: add new package
authorAriel D'Alessandro <ariel@vanguardiasur.com.ar>
Wed, 14 Oct 2015 19:51:25 +0000 (16:51 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 14 Oct 2015 21:46:27 +0000 (23:46 +0200)
commit653cc68e9fde29baec5017f41c5bfc4f2e210fa4
treeb3fc393292d28416e889eed95c968691fa88cb72
parent0c14259dda1c299c39da8f11f54801ae8b4027ca
axfsutils: add new package

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>
package/axfsutils/axfsutils.hash [new file with mode: 0644]
package/axfsutils/axfsutils.mk [new file with mode: 0644]