From: Randolph Sapp <[email protected]> This image install override is interesting. Perhaps we should move to the separate build target distro configs like pokey uses [1] to avoid configuration collisions while still allowing for some base image templating through include files like arago-image.inc
[1] https://git.yoctoproject.org/poky/tree/meta-poky/conf/distro/poky-tiny.conf?h=kirkstone Signed-off-by: Randolph Sapp <[email protected]> --- meta-arago-distro/recipes-core/images/arago-tiny-image.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/images/arago-tiny-image.inc b/meta-arago-distro/recipes-core/images/arago-tiny-image.inc index 242e763c..77ee9ea2 100644 --- a/meta-arago-distro/recipes-core/images/arago-tiny-image.inc +++ b/meta-arago-distro/recipes-core/images/arago-tiny-image.inc @@ -6,4 +6,5 @@ IMAGE_FEATURES:remove = "splash" IMAGE_INSTALL = " \ packagegroup-arago-sysvinit-boot \ + packagegroup-arago-boot \ " -- 2.41.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14811): https://lists.yoctoproject.org/g/meta-arago/message/14811 Mute This Topic: https://lists.yoctoproject.org/mt/100402241/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
