0b467c6b95
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>
14 lines
404 B
Makefile
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))
|