From: Yegor Yefremov
genimage is a tool to generate multiple filesystem and flash
images from a given root filesystem tree. genimage is
intended to be run in a fakeroot environment.
Configuration is done in a config file parsed by
libconfuse. Options like the path to tools can be given in
enviro
From: Yegor Yefremov
This library is a dependency of genimage.
Signed-off-by: Yegor Yefremov
---
tools/confuse/Makefile | 35 +++
1 file changed, 35 insertions(+)
create mode 100644 tools/confuse/Makefile
diff --git a/tools/confuse/Makefile b/tools/confuse/Mak
From: Yegor Yefremov
Some embedded Linux distributions like Buildroot provide genimage as
a host package, that can be then used to create bootable SD card images
or complete images for flash devices.
genimage requires libconfuse, hence the first patch adds this library.
One question remains. Wh
From: Yegor Yefremov
This error was reported by cppcheck. Compile tested only.
Signed-off-by: Yegor Yefremov
---
list.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/list.c b/list.c
index 0d00f81..46f8943 100644
--- a/list.c
+++ b/list.c
@@ -346,7 +346,6 @@ uci_looku