From patchwork Thu Dec 8 08:44:14 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 14/17] self-hosted-image: remove extra space since we use additional disk instead Date: Thu, 08 Dec 2011 08:44:14 -0000 From: Saul Wold X-Patchwork-Id: 16491 Message-Id: <2a913fde0018d7812306e5e164f270384d3af08f.1323333676.git.sgw@linux.intel.com> To: openembedded-core@openembedded.org Signed-off-by: Saul Wold --- meta/recipes-core/images/self-hosted-image.bb | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index 7ddba9c..53bd989 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"