package: add fitblk util to release /dev/fit* devices
authorDaniel Golle <daniel@makrotopia.org>
Tue, 13 Jun 2023 14:32:15 +0000 (15:32 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 1 Feb 2024 22:03:27 +0000 (22:03 +0000)
commit91fca054b2a08ad6818967353236a79a640a67f6
tree5323bca45370ca5a59d92d7e491fbcfc700c6eaa
parent86fda0cf846e3b1ed2e10216aa0008e90c263a6f
package: add fitblk util to release /dev/fit* devices

Add minimalistic tool to allow releasing /dev/fit* devices which is
needed on sysupgrade when using the fitblk driver.
The package is hidden in menuconfig, it should only be selected by
adding it to the default package selection of boards using it.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/utils/fitblk/Makefile [new file with mode: 0644]
package/utils/fitblk/src/Makefile [new file with mode: 0644]
package/utils/fitblk/src/fitblk.c [new file with mode: 0644]