Re: [yocto] question on how to include package to the SDK

2018-03-27 Thread Henrik Jensen
If you are using protobuf from meta-oe, you need to add nativesdk-protobuf-compiler to the SDK. -- Henrik Jensen, Software Developer, Prevas A/S Visit: Hedeager 3, DK-8200 Aarhus N Mobile: +45 2228 4065 Switchboard: +45 3315 9090 henrik.jen...@prevas.dk www.prevas.com

[yocto] question on how to include package to the SDK

2018-03-27 Thread Måns Zigher
Hi, I have package that require protobuf and the compiler protoc. I have included the following DEPENDS += " protobuf protobuf-native" and RDEPENDS_${PN} += " protobuf" The build works as intended the problem now is that the protoc is not included in the SDK. In the Yocto ref manual I found