From: Saul Wold Date: Wed, 7 Dec 2011 02:09:40 +0000 (-0800) Subject: self-hosted-image: remove extra space since we use additional disk instead X-Git-Tag: yocto-4.0~38854 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c82bad3c341d1ef54537f0c023998747c125381;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git self-hosted-image: remove extra space since we use additional disk instead Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index 7ddba9c5722..53bd989bb9e 100644 --- a/meta/recipes-core/images/self-hosted-image.bb +++ b/meta/recipes-core/images/self-hosted-image.bb @@ -4,8 +4,6 @@ POKY_EXTRA_INSTALL = "\ task-self-hosted \ " -IMAGE_ROOTFS_EXTRA_SPACE = "1048576" - inherit core-image -PR = "r0" +PR = "r1"