From: Jan-Simon Möller Date: Wed, 26 Jan 2022 16:59:23 +0000 (+0100) Subject: Restore openssh as default in the IVI demo X-Git-Tag: 12.92.0~9 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=9b309a0dc39a4729ddb04b9fa57d0672f77706dd Restore openssh as default in the IVI demo To support user sessions we need to use ssh-server-openssh. Bug-AGL: SPEC-4195 Signed-off-by: Jan-Simon Möller Change-Id: I14dca131d5c3f6c64a9623f9a1755c05e3f6dd27 --- diff --git a/recipes-platform/images/agl-image-ivi-crosssdk.bb b/recipes-platform/images/agl-image-ivi-crosssdk.bb index 9636b609e..2f722b21c 100644 --- a/recipes-platform/images/agl-image-ivi-crosssdk.bb +++ b/recipes-platform/images/agl-image-ivi-crosssdk.bb @@ -10,7 +10,7 @@ IMAGE_INSTALL:append = "\ iproute2 \ " -IMAGE_FEATURES += "splash package-management ssh-server-dropbear" +IMAGE_FEATURES += "splash package-management ssh-server-openssh" inherit populate_sdk diff --git a/recipes-platform/images/agl-image-ivi.bb b/recipes-platform/images/agl-image-ivi.bb index 73bdd56ae..0a21a344b 100644 --- a/recipes-platform/images/agl-image-ivi.bb +++ b/recipes-platform/images/agl-image-ivi.bb @@ -14,7 +14,7 @@ IMAGE_INSTALL:append = "\ iproute2 \ " -IMAGE_FEATURES += "splash package-management ssh-server-dropbear" +IMAGE_FEATURES += "splash package-management ssh-server-openssh" # NOTE: In hardknott or later this can be replaced by adding "weston" # to IMAGE_FEATURES.