blob: 073c569fe2dc46d5d477be0cba67cb7f24cd45f9 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "An example of partitioned image."
2
3IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP}"
4
5IMAGE_FSTYPES = "wic.bz2"
6RM_OLD_IMAGE = "1"
7
8# core-image-minimal is referenced in .wks, so we need its rootfs
9# to be ready before our rootfs
10do_rootfs[depends] += "core-image-minimal:do_rootfs"
11
12IMAGE_ROOTFS_EXTRA_SPACE = "2000"
13
14inherit image