e903e453be
Add package for the tegrarcm host utility that allows loading data to tegra processors in recovery mode. Signed-off-by: Julian Scheel <julian@jusst.de> [Thomas: replace cryptopp cross-compilation fix by a more autoconf-style solution, which has been submitted upstream.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
499 B
Makefile
15 lines
499 B
Makefile
################################################################################
|
|
#
|
|
# tegrarcm
|
|
#
|
|
################################################################################
|
|
|
|
TEGRARCM_VERSION = v1.7
|
|
TEGRARCM_SITE = $(call github,NVIDIA,tegrarcm,$(TEGRARCM_VERSION))
|
|
TEGRARCM_LICENSE = BSD-3c / NVIDIA Software License (src/miniloader)
|
|
TEGRARCM_LICENSE_FILE = LICENSE
|
|
TEGRARCM_AUTORECONF = YES
|
|
HOST_TEGRARCM_DEPENDENCIES = host-libusb host-pkgconf host-cryptopp
|
|
|
|
$(eval $(host-autotools-package))
|