summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-07-06 14:12:19 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-07-06 15:17:24 +0200
commit4b56108a3a64f6c55340556cca4cefb500e2a72b (patch)
tree80142bc17b2f0392ee0777d026a4a90348b9b4da /config
parentbd60cc397fefb1a8bc05b766d1e716257b19de4a (diff)
downloadptxdist-4b56108a3a64f6c55340556cca4cefb500e2a72b.tar.gz
ptxdist-4b56108a3a64f6c55340556cca4cefb500e2a72b.tar.xz
add some example new-style image rules
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'config')
-rw-r--r--config/images/boot-mlo-vfat.config9
-rw-r--r--config/images/ext.config7
2 files changed, 16 insertions, 0 deletions
diff --git a/config/images/boot-mlo-vfat.config b/config/images/boot-mlo-vfat.config
new file mode 100644
index 000000000..dee62a3d3
--- /dev/null
+++ b/config/images/boot-mlo-vfat.config
@@ -0,0 +1,9 @@
+image @IMAGE@ {
+ vfat {
+ file MLO { image = "MLO"}
+ file u-boot.img { image = "u-boot.img" }
+ file uImage { image = "linuximage" }
+ }
+ name = boot-mlo
+ size = 10M
+}
diff --git a/config/images/ext.config b/config/images/ext.config
new file mode 100644
index 000000000..85e4520fa
--- /dev/null
+++ b/config/images/ext.config
@@ -0,0 +1,7 @@
+
+image @IMAGE@ {
+ @EXT_TYPE@ {}
+ size = @SIZE@
+ mountpoint = "/"
+}
+