From: Michael Lauer Date: Sun, 24 Jul 2005 19:31:17 +0000 (+0000) Subject: spitz.conf: ship all of e2fsprogs in default image X-Git-Tag: Release-2010-05/1~9453^2~4067 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24e5f4fed805d2beb50be4359aa233f2578804d5;p=openembedded.git spitz.conf: ship all of e2fsprogs in default image --- diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index a0c990524e..6e6ea7f605 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -11,9 +11,9 @@ PIVOTBOOT_EXTRA_DEPENDS += "pivotinit pcmcia-cs" PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit pcmcia-cs" PIVOTBOOT_EXTRA_RRECOMMENDS += "" -# HdParm -BOOTSTRAP_EXTRA_DEPENDS += "hdparm" -BOOTSTRAP_EXTRA_RDEPENDS += "hdparm" +# Useful things for the built-in Harddisk +BOOTSTRAP_EXTRA_DEPENDS += "hdparm e2fsprogs" +BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs" IMAGE_FSTYPES = "jffs2 tar"