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 | |
parent | b0de4b04153375d272359d1d31e509fcc507d3f1 (diff) | |
download | 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>
-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 7ddba9c572..53bd989bb9 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 = "\ | |||
4 | task-self-hosted \ | 4 | task-self-hosted \ |
5 | " | 5 | " |
6 | 6 | ||
7 | IMAGE_ROOTFS_EXTRA_SPACE = "1048576" | ||
8 | |||
9 | inherit core-image | 7 | inherit core-image |
10 | 8 | ||
11 | PR = "r0" | 9 | PR = "r1" |