ce2db7b986
- Add nvme_all build-in command - Add Write command to allow use mmc write to write image - Fixed race conditions of g_last_error_str and g_last_err_id variables - Add support for stm vendor fastboot Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
528 B
Makefile
15 lines
528 B
Makefile
################################################################################
|
|
#
|
|
# uuu
|
|
#
|
|
################################################################################
|
|
|
|
UUU_VERSION = 1.5.11
|
|
UUU_SOURCE = uuu_source-$(UUU_VERSION).tar.gz
|
|
UUU_SITE = https://github.com/NXPmicro/mfgtools/releases/download/uuu_$(UUU_VERSION)
|
|
UUU_LICENSE = BSD 3-Clause "New" or "Revised" License
|
|
UUU_LICENSE_FILES = LICENSE README.md
|
|
HOST_UUU_DEPENDENCIES = host-bzip2 host-openssl host-zlib host-libusb host-zstd
|
|
|
|
$(eval $(host-cmake-package))
|