mirror of
https://git.yoctoproject.org/poky
synced 2026-03-09 16:59:40 +01:00
This test checks to make sure only the files expected exist in a container image. Currently only ROOTFS_BOOTSTRAP_INSTALL, gets added to all images without the user specifying it. But this test should help if a developer in the future ever silently adds more than just ROOTFS_BOOTSTRAP_INSTALL, and that the developer can make sure it also gets removed from a container image. [YOCTO #9502] (From OE-Core rev: 4f5e5321fafe491f91d78a35d11afc0dc0527d4b) Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
128 B
BlitzBasic
9 lines
128 B
BlitzBasic
IMAGE_INSTALL += "container-image-testpkg"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
IMAGE_FSTYPES = "container"
|
|
IMAGE_LINGUAS = ""
|
|
|
|
inherit core-image
|