summaryrefslogtreecommitdiff
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-23 21:24:57 +0000
committerChris Larson <clarson@kergoth.com>2004-12-23 21:24:57 +0000
commitc70605ebdca81412a93b4d867de7931543193f26 (patch)
treed31c0177371174338ce2d6026034e3acac96395d /conf/bitbake.conf
parent14792b826bc2dae2bce3ddcca8385d3282fab193 (diff)
Update mtd to a current snapshot, change the mkfs.jffs2 -i cmdline option to
-I, and rename mtd and mtd-native to mtd-utils and mtd-utils-native, respectively. BKrev: 41cb37a93c5EX_vlgegLnIyk0WIAEQ
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index ccb740ed0b..03da65f4c0 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -167,7 +167,7 @@ IMAGE_ROOTFS_SIZE_ext2 = "65536"
IMAGE_ROOTFS_SIZE_ext2.gz = "65536"
IMAGE_DEPENDS = ""
-IMAGE_DEPENDS_jffs2 = "mtd-native"
+IMAGE_DEPENDS_jffs2 = "mtd-utils-native"
IMAGE_DEPENDS_cramfs = "cramfs-native"
IMAGE_DEPENDS_ext2 = "genext2fs-native"
IMAGE_DEPENDS_ext2.gz = "genext2fs-native"