Config.in.host 460 B

12345678910111213
  1. config 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. Configuration is done in a config file parsed by
  8. libconfuse. Options like the path to tools can be given in
  9. environment variables, the config file or commandline
  10. switches.
  11. https://github.com/pengutronix/genimage