mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-04 19:03:28 +08:00
baff13d079
Add swugenerator as host utility to generate images for swupdate with all the possible options available like encryption, passkey etc. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
484 B
Makefile
15 lines
484 B
Makefile
################################################################################
|
|
#
|
|
# swugenerator
|
|
#
|
|
################################################################################
|
|
|
|
SWUGENERATOR_VERSION = 0.2
|
|
SWUGENERATOR_SITE = $(call github,sbabic,swugenerator,v$(SWUGENERATOR_VERSION))
|
|
SWUGENERATOR_LICENSE = GPL-3.0
|
|
SWUGENERATOR_LICENSE_FILES = LICENSE
|
|
HOST_SWUGENERATOR_SETUP_TYPE = setuptools
|
|
HOST_SWUGENERATOR_DEPENDENCIES = host-python-libconf
|
|
|
|
$(eval $(host-python-package))
|