Yocto conflict error

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

Yocto conflict error

Jump to solution
3,120 Views
prasanthr
Contributor III

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
Reply
1 Solution
2,209 Views
prasanthr
Contributor III

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

#ssh-server-dropbear

View solution in original post

0 Kudos
Reply
1 Reply
2,210 Views
prasanthr
Contributor III

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

#ssh-server-dropbear

0 Kudos
Reply