【发布时间】:2022-01-14 10:29:18
【问题描述】:
我在其中一个元层中有一个食谱。其结构如下:
meta-custom/swupdate/recipes-extended/images/recipe-name.bb
元自定义层也包含在 bblayers.conf 中。但是当我运行 bitbake recipe-name 时,出现以下错误:
Bitbake error: Nothing PROVIDES for 'recipe-name'. Closes matches:
谁能告诉我这是什么原因?
提前致谢!
【问题讨论】:
-
您是否已将
meta-custom添加到您的bblayers.conf中? -
如上所述,元自定义层已经存在于 bblayers.conf 中
-
将
recipes-extended上移一层,到meta-custom。 -
嗨@Oleksandr,你能告诉我为什么向上移动一层可以解决这个问题吗?