summaryrefslogtreecommitdiffstats
path: root/package/genimage/Config.in.host
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2013-03-17 08:19:43 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-18 23:06:47 +0100
commit1520628df1b1ff4c65033f4789841ce38c367217 (patch)
tree51336edd0d199f4f22092e1f19585a05e1a36d8f /package/genimage/Config.in.host
parent3007e5894972f27e318adc8c8b1c3a618d5188e3 (diff)
downloadbuildroot-novena-1520628df1b1ff4c65033f4789841ce38c367217.tar.gz
buildroot-novena-1520628df1b1ff4c65033f4789841ce38c367217.zip
package/genimage: new host-only package
[Peter: wrap help text] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/genimage/Config.in.host')
-rw-r--r--package/genimage/Config.in.host13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/genimage/Config.in.host b/package/genimage/Config.in.host
new file mode 100644
index 000000000..697dcdadf
--- /dev/null
+++ b/package/genimage/Config.in.host
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_HOST_GENIMAGE
+ bool "host genimage"
+ help
+ 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 is a config file parsed by
+ libconfuse. Options like the path to tools can be given in
+ environment variables, the config file or commandline
+ switches.
+
+ http://www.pengutronix.de/software/genimage/