简体   繁体   English

如何为gRPC ++编写yocto食谱?

[英]How to write a yocto recipe for gRPC++?

So i am trying to cross compile gRPC for yocto (target) on a Ubuntu host. 所以我试图在Ubuntu主机上交叉编译yocto(目标)的gRPC。 The recipe located here https://github.com/intel-iot-devkit/meta-iot-cloud/tree/master/recipes-support/grpc is only for C and Python but not C++. 位于https://github.com/intel-iot-devkit/meta-iot-cloud/tree/master/recipes-support/grpc的食谱仅适用于C和Python,不适用于C ++。

Can I get some help on writing a yocto recipe for cross-compiling gRPC++ as well? 在编写用于交叉编译gRPC ++的yocto食谱方面,我还能得到一些帮助吗? Thanks! 谢谢!

Unless you've specific problems you just need to write another recipe. 除非您有特定的问题,否则您只需要编写另一个食谱即可。 Use recipetool to create a starting point for the recipe and edit it as required. 使用配方工具创建配方的起点并根据需要对其进行编辑。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM