Skip to content

Commit 6e2c50c

Browse files
author
Anantha K R
committed
Move ssh-root-login to example image
Base image build failed due to unable to locate sshd-regen-keys Error log: > | DEBUG: Executing shell function rootfs_install_pkgs_download > | Reading package lists... > | Building dependency tree... > | Reading state information... > | E: Unable to locate package sshd-regen-keys > | WARNING: exit code 100 from a shell command. > | DEBUG: Executing shell function rootfs_do_umounts > | DEBUG: Shell function rootfs_do_umounts finished > | DEBUG: Python function do_rootfs_install finished Move `ssh-root-login` functionality completly to example image. Signed-off-by: Anantha K R <anantha.kr@siemens.com>
1 parent 4aa7595 commit 6e2c50c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

meta-example/recipes-core/images/iot2050-image-example.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ IMAGE_PREINSTALL += "${@ ' \
2828

2929
IMAGE_INSTALL += " \
3030
expand-on-first-boot \
31+
ssh-root-login \
3132
sshd-regen-keys \
3233
install-on-emmc \
3334
iot2050-nm-settings \

meta/recipes-core/images/iot2050-image-base.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ inherit image
1313

1414
DESCRIPTION = "IOT2050 Debian Base Image"
1515

16-
IMAGE_PREINSTALL += "sshd-regen-keys"
17-
1816
IMAGE_INSTALL += "${IOT2050_META_PACKAGES}"
1917

2018
IMAGE_PREINSTALL += "libubootenv-tool"

meta/recipes-core/images/meta-packages.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ IOT2050_META_PACKAGES ?= " \
1414
iot2050-firmware \
1515
iot2050-base-packages \
1616
regen-rootfs-uuid \
17-
ssh-root-login \
1817
iot2050-status-led \
1918
iot2050-switchserialmode \
2019
"

0 commit comments

Comments
 (0)