This adds support for btrfs partition images, among other things. The COPYING file changed because FSF postal address has been replaced with URL [1]. Upstream changelog: https://github.com/pengutronix/genimage/releases/tag/v19 [1] https://github.com/pengutronix/genimage/commit/0909434ea5e3e927b4dd512d7e03ea919da12f8d Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
502 B
Makefile
15 lines
502 B
Makefile
################################################################################
|
|
#
|
|
# genimage
|
|
#
|
|
################################################################################
|
|
|
|
GENIMAGE_VERSION = 19
|
|
GENIMAGE_SOURCE = genimage-$(GENIMAGE_VERSION).tar.xz
|
|
GENIMAGE_SITE = https://github.com/pengutronix/genimage/releases/download/v$(GENIMAGE_VERSION)
|
|
HOST_GENIMAGE_DEPENDENCIES = host-pkgconf host-libconfuse
|
|
GENIMAGE_LICENSE = GPL-2.0
|
|
GENIMAGE_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(host-autotools-package))
|