Re: [yocto] conflicting requests error while building SDK

2018-10-18 Thread ChenQi
This is the current RDEPENDS setting in kernel-devsrc.bb recipe: RDEPENDS_${PN} = "bc python flex bison ${TCLIBC}-utils" # 4.15+ needs these next two RDEPENDS RDEPENDS_${PN} += "openssl-dev util-linux" # and x86 needs a bit more for 4.15+ RDEPENDS_${PN} += "${@bb.utils.contains('ARCH', 'x86', 'el

[yocto] conflicting requests error while building SDK

2018-10-18 Thread Mohammad, Jamal M
Hi Guys, I got the following conflicting requests error while building SDK I am using sumo branch , and generic core-intel-i7-64 machine configuration. Running the following command: bitbake -c populate_sdk core-image-minimal Fails at the last step with the following error. ERROR: core-image-m