diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2022-01-26 17:59:23 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2022-01-26 17:59:23 +0100 |
commit | 9b309a0dc39a4729ddb04b9fa57d0672f77706dd (patch) | |
tree | 5d5ace9e924a9d813fadcca379c9e9d60571dba6 | |
parent | 64171064cd3fe94df49cd6731884f42daeb26525 (diff) |
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 <jsmoeller@linuxfoundation.org>
Change-Id: I14dca131d5c3f6c64a9623f9a1755c05e3f6dd27
-rw-r--r-- | recipes-platform/images/agl-image-ivi-crosssdk.bb | 2 | ||||
-rw-r--r-- | recipes-platform/images/agl-image-ivi.bb | 2 |
2 files changed, 2 insertions, 2 deletions
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. |