diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-10 09:40:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-10 09:40:21 +0000 |
commit | ed583c47b20806156a4bb0b2b48925dff5fe79b8 (patch) | |
tree | 4937bee44ff9babfdc2cd6825293be28c6796272 /packages/images/minimal-image-with-mtd-utils.bb | |
parent | b50f52ea84fac8ad1ca6400e4ed3f810951c639f (diff) |
angstrom images: rename, see previous commit
Diffstat (limited to 'packages/images/minimal-image-with-mtd-utils.bb')
-rw-r--r-- | packages/images/minimal-image-with-mtd-utils.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/images/minimal-image-with-mtd-utils.bb b/packages/images/minimal-image-with-mtd-utils.bb new file mode 100644 index 0000000000..4fe33e9282 --- /dev/null +++ b/packages/images/minimal-image-with-mtd-utils.bb @@ -0,0 +1,9 @@ +# this image was created for use with the compulab cm-x270 platform +# for creating a small initramfs image in NOR flash that can be used +# to program the NAND flash. + +require angstrom-minimal-image.bb +IMAGE_INSTALL += "mtd-utils" + +export IMAGE_BASENAME = "minimalist-image-mtdutils" + |