The thinlinux image targets IoT which heavily depends on connectivity and security by its nature. Include those packagegroups.
Signed-off-by: Andrew Davis <[email protected]> --- meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb b/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb index 8827ac16..5161704d 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb @@ -15,6 +15,8 @@ IMAGE_INSTALL += "\ packagegroup-arago-console \ packagegroup-arago-base-tisdk \ ${@bb.utils.contains('MACHINE_FEATURES','gpu','packagegroup-arago-tisdk-graphics','',d)} \ + packagegroup-arago-tisdk-connectivity \ + packagegroup-arago-tisdk-crypto \ docker \ ${ARAGO_THIN_IMAGE_EXTRA_INSTALL} \ " -- 2.39.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14215): https://lists.yoctoproject.org/g/meta-arago/message/14215 Mute This Topic: https://lists.yoctoproject.org/mt/96842956/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
