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, 15 Feb 2024 19:06:36 +0000 (19:06 +0000)
commitddcc8f9f4ed6d8a57107afe4e40d63c794aa59ae
tree1eb253264302ef56f47d68e9e8146ddb1cd11071
parent8fc5457869729f5ab10691ff84a0921a0df854cf
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]