git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7b4ec5
)
minimal-image-mtd: fix include
author
Koen Kooi
<koen@openembedded.org>
Wed, 10 Oct 2007 09:57:37 +0000
(09:57 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 10 Oct 2007 09:57:37 +0000
(09:57 +0000)
packages/images/minimal-image-with-mtd-utils.bb
patch
|
blob
|
history
diff --git
a/packages/images/minimal-image-with-mtd-utils.bb
b/packages/images/minimal-image-with-mtd-utils.bb
index
4fe33e9
..
b778300
100644
(file)
--- a/
packages/images/minimal-image-with-mtd-utils.bb
+++ b/
packages/images/minimal-image-with-mtd-utils.bb
@@
-2,7
+2,7
@@
# for creating a small initramfs image in NOR flash that can be used
# to program the NAND flash.
-require
angstrom-
minimal-image.bb
+require minimal-image.bb
IMAGE_INSTALL += "mtd-utils"
export IMAGE_BASENAME = "minimalist-image-mtdutils"