diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-04-11 21:11:32 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-12 15:09:58 +0100 |
commit | 64a379b3255929864164eb2a7fe792faf07c06ad (patch) | |
tree | 84a56d7468ac8ee95b3f3b3a8f14b3a18f218346 /meta-selftest/recipes-test/images/wic-image-minimal.bb | |
parent | 31e53430f1bb6f73b82698b20ef7f1047313214a (diff) | |
download | poky-64a379b3255929864164eb2a7fe792faf07c06ad.tar.gz |
wic-image-minimal: stop using core-image-minimal
Removed dependency to core-image-minimal rootfs from the
recipe and .wks file. This was a bad idea as recipes are
not allowed to use other recipe's rootfs or anything else
from workdir.
This should also fix test_qemu test case when rm_work is
enabled.
(From OE-Core rev: 0f1879982ab6006f14ac2c9f5546a7b1f79460cd)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/recipes-test/images/wic-image-minimal.bb')
-rw-r--r-- | meta-selftest/recipes-test/images/wic-image-minimal.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-selftest/recipes-test/images/wic-image-minimal.bb b/meta-selftest/recipes-test/images/wic-image-minimal.bb index 95946971c2..e1da203b59 100644 --- a/meta-selftest/recipes-test/images/wic-image-minimal.bb +++ b/meta-selftest/recipes-test/images/wic-image-minimal.bb | |||
@@ -10,10 +10,6 @@ WKS_FILE_DEPENDS = "syslinux syslinux-native dosfstools-native mtools-native gpt | |||
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 11 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
12 | 12 | ||
13 | # core-image-minimal is referenced in .wks, so we need its rootfs | ||
14 | # to be ready before our rootfs | ||
15 | do_rootfs[depends] += "core-image-minimal:do_image core-image-minimal:do_rootfs_wicenv" | ||
16 | |||
17 | IMAGE_ROOTFS_EXTRA_SPACE = "2000" | 13 | IMAGE_ROOTFS_EXTRA_SPACE = "2000" |
18 | 14 | ||
19 | inherit image | 15 | inherit image |