core-image-sato 中 uhttpd 的 RPROVIDES 是什么?

What is RPROVIDES for uhttpd in core-image-sato?

我正在尝试在 poky 中包含 uhttpd 包,我在 poky 中包含了 uhttpd 包。 meta-openembedded/meta-webserver/recipes-httpd/uhttpd 这是我添加的地方,但我面临以下问题 error.Please 帮我解决这个问题。

错误:没有 RPROVIDES 'uhttpd'(但 /home/aa/poky/meta/recipes-sato/images/core-image-sato.bb 依赖或以其他方式需要它)

注意:运行时目标 'uhttpd' 不可构建,删除... 缺失或无法构建的依赖链是:['uhttpd']

错误:所需的构建目标 'core-image-sato' 没有可构建的提供程序。 缺失或无法构建的依赖链为:['core-image-sato'、'uhttpd']

Yocto 具有提供额外包的层,因此在 layerindex

上搜索它总是好的

http://layers.openembedded.org/layerindex/branch/master/recipes/

输入您要查找的食谱的正则表达式'uhttp'

这将显示哪一层提供了配方

然后克隆包含配方的图层

cd poky
git clone git://github.com/kraj/meta-openwrt

cd poky/build
bitbake-layers add-layer ../meta-openwrt

然后重试构建。现在您可能会 运行 陷入更多错误,但应该注意这一点。