Commit 6e2c50c
Anantha K R
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- meta-example/recipes-core/images
- meta/recipes-core/images
3 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
0 commit comments