mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
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>
16 lines
397 B
BlitzBasic
16 lines
397 B
BlitzBasic
SUMMARY = "An example of partitioned image."
|
|
|
|
SRC_URI = "file://${FILE_DIRNAME}/${BPN}.wks"
|
|
|
|
IMAGE_INSTALL = "packagegroup-core-boot"
|
|
|
|
IMAGE_FSTYPES = "wic"
|
|
|
|
WKS_FILE_DEPENDS = "syslinux syslinux-native dosfstools-native mtools-native gptfdisk-native"
|
|
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
IMAGE_ROOTFS_EXTRA_SPACE = "2000"
|
|
|
|
inherit image
|