openssh-dev package and populate_sdk conflicts
Matt Johnston
matt at codeconstruct.com.au
Fri Sep 24 12:45:49 AEST 2021
Hi OE list,
Recently OpenBMC merged a change to install openssh-sftp-server package
alongside dropbear sshd [1]. That caused a conflict in "populate_sdk" which
installs all available -dev packages [2]. 'openssh-dev' pulls in an
'openssh' -> 'openssh-sshd' dependency which conflicts with 'dropbear' [3].
What would be the recommended way to handle that situation? For now OpenBMC
has merged a change to disable building openssh-dev (it's empty since
openssh doesn't have libraries) [4].
Should non-library packages handle -dev packages differently? The default
-dev package comes from bitbake.conf .
Cheers,
Matt
[1]
https://github.com/openbmc/openbmc/commit/26dbcdbd917e4f22fb400153da0d3e7255c8e646
[2]
https://github.com/openbmc/openbmc/blob/49465582e16221caf74cbdea11c87600a02bf47b/poky/meta/classes/populate_sdk_base.bbclass#L5
[3] https://github.com/openbmc/openbmc/issues/3819
* - package openssh-8.7p1-r0.arm1176jzs conflicts with dropbear provided
by dropbear-2020.81-r0.arm1176jzs
* - package openssh-dev-8.7p1-r0.arm1176jzs requires openssh = 8.7p1-r0,
but none of the providers can be installed
[4] https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/47089
More information about the openbmc
mailing list