buildroot/package/swugenerator/swugenerator.mk
Giulio Benetti baff13d079 package/swugenerator: new package
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>
2023-07-30 23:45:02 +02:00

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))