summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Vahlman <kalle.vahlman@movial.com>2011-12-13 08:40:57 +0200
committerKalle Vahlman <kalle.vahlman@movial.com>2011-12-13 08:40:57 +0200
commitdca65524269e90521a8956ceb34741647b30e889 (patch)
tree5f9dad8fe6d0effeacc20a7a19da07466d3ec864
parent31f5dc178fdd6ecd534597b0ab6d55d90460ce14 (diff)
Add READMEHEADmaster
-rw-r--r--README31
1 files changed, 31 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..aa292b8
--- /dev/null
+++ b/README
@@ -0,0 +1,31 @@
+This is the Igloo hwpack creation tool
+
+It is basically a Makefile to automate hwpack and image creation. Included
+is also the "official" Igloo Community manifest.
+
+Usage
+======
+
+The simplest form of use is to run
+
+ $ make
+
+This will create a hwpack based on igloo.manifest and an image using the
+hwpack and the default rootfs. The Makefile will error out if either the
+required tools or the rootfs is not present.
+
+You can find configuration options in the toplevel Makefile. Don't
+change those by editing though, it'll only cause trouble for updating
+(unless you commit your changes in a branch etc).
+
+Instead you can override them from the command line, for example:
+
+ $ make VERSION=small MANIFEST=mini.manifest ROOTFS=nano.tar.gz IMAGE_SIZE=1G
+
+to create a hypotethical tiny image based on a custom manifest.
+
+You can also build just the hwpack by running
+
+ $ make hwpack
+
+in case you don't need the image.