kumquat-buildroot/package/cbootimage/cbootimage.mk
Julian Scheel 0b467c6b95 cbootimage: new package
Add package for cbootimage host utility that is able to compile bct
files and generate flashable images out of a bct and an image for
tegra processors.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-04-19 22:33:08 +02:00

14 lines
404 B
Makefile

################################################################################
#
# cbootimage
#
################################################################################
CBOOTIMAGE_VERSION = v1.7
CBOOTIMAGE_SITE = $(call github,NVIDIA,cbootimage,$(CBOOTIMAGE_VERSION))
CBOOTIMAGE_LICENSE = GPLv2
CBOOTIMAGE_LICENSE_FILES = COPYING
CBOOTIMAGE_AUTORECONF = YES
$(eval $(host-autotools-package))