From: Michael Lauer Date: Sun, 19 Sep 2004 22:19:43 +0000 (+0000) Subject: include mke2fs in simpad image (for the mtdblock ramdisk) X-Git-Tag: Release-2010-05/1~17034 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de28fd99646eb2dc2f082b6daff2b186902d9413;p=openembedded.git include mke2fs in simpad image (for the mtdblock ramdisk) BKrev: 414e05ffOsoBzmqJNL1sc4A9GMIoPw --- diff --git a/conf/simpad.conf b/conf/simpad.conf index 36f6a25f1d..587a17b846 100644 --- a/conf/simpad.conf +++ b/conf/simpad.conf @@ -11,6 +11,11 @@ BOOTSTRAP_EXTRA_RDEPENDS = "kernel" BOOTSTRAP_EXTRA_RRECOMMENDS = "freeswan mipv6 hostap-modules-cs orinoco-modules atmelwlandriver \ kernel-module-sa1100-ir kernel-module-sa1100usb-core kernel-module-usb-eth \ kernel-module-pcnet-cs kernel-module-8390" + +# This is needed for the ramdisk script to work +BOOTSTRAP_EXTRA_DEPENDS += "e2fsprogs" +BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs" + EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" EXTRA_IMAGEDEPENDS = "" INHERIT += "simpad_flashimg"