diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-12-06 18:09:40 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-08 15:24:28 +0000 |
commit | b41724dad68fdd785a7fd38c1f11a4077bbff24f (patch) | |
tree | 806ba1cf9866ce4260258f6e638c091cb72bc1e2 /meta/recipes-core | |
parent | b0de4b04153375d272359d1d31e509fcc507d3f1 (diff) | |
download | ast2050-yocto-poky-b41724dad68fdd785a7fd38c1f11a4077bbff24f.zip ast2050-yocto-poky-b41724dad68fdd785a7fd38c1f11a4077bbff24f.tar.gz |
self-hosted-image: remove extra space since we use additional disk instead
(From OE-Core rev: 9c82bad3c341d1ef54537f0c023998747c125381)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | 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" |