diff options
Diffstat (limited to 'meta-selftest/recipes-test/images/wic-image-minimal.bb')
| -rw-r--r-- | meta-selftest/recipes-test/images/wic-image-minimal.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-selftest/recipes-test/images/wic-image-minimal.bb b/meta-selftest/recipes-test/images/wic-image-minimal.bb deleted file mode 100644 index 89843d9b3c..0000000000 --- a/meta-selftest/recipes-test/images/wic-image-minimal.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | SUMMARY = "An example of partitioned image." | ||
| 2 | |||
| 3 | SRC_URI = "file://${FILE_DIRNAME}/${BPN}.wks" | ||
| 4 | |||
| 5 | IMAGE_INSTALL = "packagegroup-core-boot" | ||
| 6 | |||
| 7 | IMAGE_FSTYPES = "wic" | ||
| 8 | |||
| 9 | WKS_FILE_DEPENDS = "dosfstools-native mtools-native gptfdisk-native" | ||
| 10 | WKS_FILE_DEPENDS:append:x86 = " syslinux-native syslinux" | ||
| 11 | WKS_FILE_DEPENDS:append:x86-64 = " syslinux-native syslinux" | ||
| 12 | WKS_FILE_DEPENDS:append:x86-x32 = " syslinux-native syslinux" | ||
| 13 | |||
| 14 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 15 | |||
| 16 | IMAGE_ROOTFS_EXTRA_SPACE = "2000" | ||
| 17 | |||
| 18 | inherit image | ||
| 19 | |||
| 20 | include test_recipe.inc | ||
