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 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core