标签: layer yocto recipe
我是Yocto的新手。我有一个自定义的BSP层。我需要添加一个现有的配方。我的图层需要包含libevent和libsoc。
libevent
libsoc
如何将它们添加到它?
答案 0 :(得分:0)
您必须按照manual中的说明在IMAGE_INSTALL_append = " libevent libsoc"中添加local.conf。
IMAGE_INSTALL_append = " libevent libsoc"
local.conf