Hi Pankaj,
On Wed, Jul 01, 2020 at 08:36:50AM -0700, Pankaj Vinadrao Joshi wrote:
[...]
> 2) I have built the image without these configuration but after booting the
> image its asking for password for connecting from ssh thought i have not set
> any packages
> i have included following features in local.conf file of build dir
>
> EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
> ENABLE_UART = "1"
> #EXTRA_IMAGE_FEATURES ?= "allow-empty-password allow-root-login"
> CORE_IMAGE_EXTRA_INSTALL += "git ruby bsdtar pseudo os-release lsb-release
> cmake"
> DISTRO_FEATURES_append = "opengl python3-pip"
DISTRO_FEATURES_append = " opengl python3-pip"
^ missing space
> EXTRA_IMAGE_FEATURES_append += "src-pkgs package-management
> ssh-server-dropbear ssh-server-openssh stateless-rootfs "
> PACKAGE_CLASSES = "package_deb"
> IMAGE_INSTALL_append = " glibc-utils localedef unicode-ucd "
> IMAGE_FEATURES_append = "tools-debug tools-sdk dev-pkgs"
IMAGE_FEATURES_append = " tools-debug tools-sdk dev-pkgs"
^ missing space
> CORE_IMAGE_EXTRA_INSTALL += " kernel-modules bash e2fsprogs mtools parted
> dosfstools mtd-utils-ubifs openssh"
> IMAGE_INSTALL_append += " dhcp-client dhcp-server python3-pip "
> DISTRO ?= "Exaleap-arm-linux"
>
DISTRO ?= "exaleap-arm-linux"
^ avoid uppercase letter like the plague
> can someone help me to ressolve this issue???
Please read when I answer your mails before asking the same question
again :)
Quentin
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#49823): https://lists.yoctoproject.org/g/yocto/message/49823
Mute This Topic: https://lists.yoctoproject.org/mt/75238093/21656
Mute #yocto: https://lists.yoctoproject.org/g/yocto+yocto/mutehashtag/yocto
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-