23534a6b41
This changes bumps the version of the genimage package, which brings in fixes when generating flash images that reference sparse files, along with other fixes and features. Signed-off-by: Hudson Ayers <hudson.ayers@getcruise.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
502 B
Makefile
15 lines
502 B
Makefile
################################################################################
|
|
#
|
|
# genimage
|
|
#
|
|
################################################################################
|
|
|
|
GENIMAGE_VERSION = 17
|
|
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))
|