Yocto conflict error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Yocto conflict error

Jump to solution
2,819 Views
prasanthr
Contributor II

Hi,

  I need to add debugging packages 

in local.conf file

IMAGE_INSTALL_append = " gdbserver openssh openssh-sftp openssh-sftp-server valgrind"

 I have added the above line but I am getting a conflict error with dropbear. So, how can I remove the dropbear package from the build.

Computing transaction...error: Can't install dropbear-2015.71-r0@cortexa9hf_neon: it's conflicted by the locked package openssh-7.1p2-r0@cortexa9hf_neon

Labels (2)
0 Kudos
1 Solution
1,908 Views
prasanthr
Contributor II

solved by commenting the default recipe layer added in fsl-image-validation-imx.bb

#ssh-server-dropbear

View solution in original post

0 Kudos
1 Reply
1,909 Views
prasanthr
Contributor II

solved by commenting the default recipe layer added in fsl-image-validation-imx.bb

#ssh-server-dropbear

0 Kudos