xref: /OK3568_Linux_fs/buildroot/package/genimage/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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