Downstream clone: dropbear conflicts with openssh in oniro-image-extra-tests
The module affected
oniro-image-extra-tests
What is the action to reproduce the bug?
Build the image with oe-core * e2dfd3b7284 packagegroup-core-ssh-dropbear: Add openssh-sftp-server recommendation - Richard Purdie
, 3 weeks ago`
What is the result you see?
Fixes:
Error:
Problem: problem with installed package dropbear-2020.81-r0.cortexa53_crypto
- package dropbear-2020.81-r0.cortexa53_crypto conflicts with openssh provided by openssh-8.9p1-r0.cortexa53_crypto
- package openssh-8.9p1-r0.cortexa53_crypto conflicts with dropbear provided by dropbear-2020.81-r0.cortexa53_crypto
- package openssh-ptest-8.9p1-r0.cortexa53_crypto requires openssh, but none of the providers can be installed
- conflicting requests
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages)
What is the result you expect?
Successful build
Frequency?
always
Tested version
Build Configuration:
BB_VERSION = "2.0.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "x86_64-oniro-linux-musl"
MACHINE = "qemux86-64"
DISTRO = "oniro-linux"
DISTRO_VERSION = "2.0.0-alpha"
TUNE_FEATURES = "m64 core2"
TARGET_FPU = ""
meta-oniro-staging = "HEAD:9b97478de5c4b97293cc439469d194e3db8bed61"
meta = "HEAD:4667abcc925ae0c430cccb480ec530506f6201ae"
meta-arm
meta-arm-toolchain = "HEAD:af928569b421431347c84f5941cee7aaa9f0ac74"
meta-clang = "HEAD:d43df79361a8cdee6f1c16f072411f13005ca5c3"
meta-zephyr-bsp
meta-zephyr-core = "HEAD:78394054f3c1b54bd56a74cb5733987cffb588c7"
meta-oniro-core = "HEAD:9b97478de5c4b97293cc439469d194e3db8bed61"
meta-freertos = "HEAD:98a6838261d36b8f79c5fbae1736492169727a1e"
meta-intel = "HEAD:8e472da759cd5a5bf2ece041d2796db56b1d5482"
meta-seco-intel = "HEAD:65a673560211b11986db5785c70254fad190785f"
meta-freescale = "HEAD:92df6b76f38397b75ea76d588935b5b91b63c58c"
meta-seco-imx = "HEAD:b6976d806dad5cff6e071cfdb59ab45c4210604b"
meta-oe
meta-filesystems
meta-networking
meta-perl
meta-python = "HEAD:fcc7d7eae82be4c180f2e8fa3db90a8ab3be07b7"
meta-raspberrypi = "HEAD:0135a02ea577bd39dd552236ead2c5894d89da1d"
meta-security = "HEAD:d3d8e62bf1caa3870a504c0addcfd200b33c189f"
meta-riscv = "HEAD:70e099d7ceca52a1dde2c978713012f6b20a9891"
meta-rauc = "HEAD:2c07f828924c6e522925544ec51900935be23703"
Do you know any workaround of this issue?
PACKAGE_EXCLUDE_COMPLEMENTARY:append = " openssh "