From: [email protected] <[email protected]> On Behalf Of
Nitesh D via lists.yoctoproject.org
Sent: Wednesday, April 17, 2024 14:21
To: Alexander Kanavin <[email protected]>; [email protected]
Subject: Re: [yocto] Issue with Installing openssh Package #systemd #yocto
#kirkstone
> 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".
“PACKAGES +=” only splits the files into additional package. New packages are
not installed by default.
You need to install it via IMAGE_INSTALL (in image) or RDEPENDS/RRECOMMENDS (in
recipe for package which is being installed already).
>
> Part of the package is getting installed. When I flash the image on my
> device, only the "${PN}-sshd" package is getting installed, and not
> "${PN}-sshdgenkeys".
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#62949): https://lists.yoctoproject.org/g/yocto/message/62949
Mute This Topic: https://lists.yoctoproject.org/mt/105575419/21656
Mute #systemd:https://lists.yoctoproject.org/g/yocto/mutehashtag/systemd
Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto
Mute #kirkstone:https://lists.yoctoproject.org/g/yocto/mutehashtag/kirkstone
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-