[OE-core] Problematic IMAGE_FEATURES combination for core-image

Pascal Bach pascal.bach at siemens.com
Mon Jun 20 09:00:54 UTC 2016


Hello

It tried to build an image deived from core-image-minimal-dev with the following image features:

IMAGE_FEATURES += "ssh-server-dropbear eclipse-debug dev-pkgs"

But it seems like this combination is not possible as the do_rootfs task fails with the following message:

ERROR: core-image-minimal-dev-1.0-r0 do_rootfs:

Collected errors:
 
 * check_conflicts_for: The following packages conflict with openssh:
 
 * check_conflicts_for:         dropbear *
 
 * opkg_install: Cannot install package openssh-dev.
 
tetime.
 
 
ERROR: core-image-minimal-dev-1.0-r0 do_rootfs: Function failed: do_rootfs


As far as I understand the problem is the following:

1. ssh-server-dropbear installs dropbear on the target
2. eclipse-debug installs openssh-sftp-server to make dropbear support sftp
3. dev-pkgs installs the dev packages, which causes openssh to be installed as well
This then leads to a conflict between openssh and dropbear causing the above error message.

Is the above image feature combination supported? If yes what is the correct way to do this?

Regards
Pascal




More information about the Openembedded-core mailing list