mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
The logic is scattered all over the place, but amounts to "install, unless the rootfs is read only". Let's express that directly. (From OE-Core rev: 697804229a172125ce7d3bfc9b343812d6fe3240) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
176 B
BlitzBasic
10 lines
176 B
BlitzBasic
SUMMARY = "An image used during oe-selftest tests"
|
|
|
|
IMAGE_INSTALL = "packagegroup-core-boot dropbear"
|
|
IMAGE_FEATURES = "debug-tweaks"
|
|
|
|
IMAGE_LINGUAS = " "
|
|
|
|
inherit core-image
|
|
|