简体   繁体   English

如何将现有配方添加到 Yocto 中的自定义 BSP 层

[英]How to add an existing recipe to a custom BSP layer in Yocto

I'm new to Yocto.我是 Yocto 的新手。 I have a custom BSP layer.我有一个自定义的 BS​​P 层。 I need to add an existing recipe to it.我需要向它添加一个现有的配方。 My layer needs to have libevent and libsoc in it.我的层需要在其中包含libeventlibsoc

How do I add them to it?我如何将它们添加到其中?

您必须按照手册中的说明在local.conf添加IMAGE_INSTALL_append = " libevent libsoc"

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

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