1config BR2_PACKAGE_HOST_GENIMAGE
2	bool "host genimage"
3	help
4	  genimage is a tool to generate multiple filesystem and flash
5	  images from a given root filesystem tree. genimage is
6	  intended to be run in a fakeroot environment.
7
8	  Configuration is done in a config file parsed by
9	  libconfuse. Options like the path to tools can be given in
10	  environment variables, the config file or commandline
11	  switches.
12
13	  https://github.com/pengutronix/genimage
14