This commit adds a package for Snagboot, the open-source vendor-neutral recover and reflashing tool for embedded targets. We install the dependencies needed for snagrecover and snagflash, but we don't bother installing the dependencies of the GUI-based snagfactory, as that would require Kivy on the host, which is Qt based. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
config BR2_PACKAGE_HOST_SNAGBOOT
|
|
bool "host snagboot"
|
|
help
|
|
Snagboot intends to be an open-source and generic
|
|
replacement to the vendor-specific, sometimes proprietary,
|
|
tools used to recover and/or reflash embedded platforms.
|
|
|
|
https://github.com/bootlin/snagboot/
|