Re: [yocto] Issue with Installing openssh Package #systemd #yocto #kirkstone

2024-04-17 Thread Nitesh D
Peter, So I did little clean up and fixed the error: "unknown option -- G.", so that is taken care. Now the only issue is getting this service "sshdgenkeys.service" enabled by default. Just to recap, I have "openssh-sshd" disable by default and "openssh-sshdgenkeys" enable: SYSTEMD_AUTO_ENAB

Re: [yocto] Issue with Installing openssh Package #systemd #yocto #kirkstone

2024-04-17 Thread Nitesh D
Peter, Ah ha! that jogged my memory... Even though openssh is in the IMAGE_INSTALL group I still need to add "openssh-sshdgenkeys" since I'm splitting the openssh package. After adding "openssh-sshdgenkeys" into my image recipe service was installed as expected but it is not getting enabled, e

Re: [yocto] Issue with Installing openssh Package #systemd #yocto #kirkstone

2024-04-17 Thread Peter Marko via lists.yoctoproject.org
From: yocto@lists.yoctoproject.org On Behalf Of Nitesh D via lists.yoctoproject.org Sent: Wednesday, April 17, 2024 14:21 To: Alexander Kanavin ; yocto@lists.yoctoproject.org Subject: Re: [yocto] Issue with Installing openssh Package #systemd #yocto #kirkstone > Alex, > > Thanks

Re: [yocto] Issue with Installing openssh Package #systemd #yocto #kirkstone

2024-04-17 Thread Nitesh D
Alex, Thanks for your prompt response. Shouldn't "PACKAGES =+ "${PN}-sshdgenkeys"" take care of installing it on the image? Meaning my image recipe picks up everything from the packagegroup, which includes "openssh". Part of the package is getting installed. When I flash the image on my device