1

从 meta-raspberrypi 我使用 rpi-hwup-image.bb 配方来构建我附加了 raspi-gpio_git 配方的图像,但我收到以下错误:

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'raspi-gpio_git' (but /home/lala/yocto/meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'raspi-gpio_git' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['raspi-gpio_git']
ERROR: Required build target 'rpi-hwup-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['rpi-hwup-image', 'raspi-gpio_git']

我的 bblayers.conf 中有以下内容:

BBLAYERS ?= " \
  /home/lala/yocto/poky/meta \
  /home/lala/yocto/poky/meta-poky \
  /home/lala/yocto/poky/meta-yocto-bsp \
  /home/lala/yocto/meta-raspberrypi \
  /home/lala/yocto/poky/meta-openembedded/meta-oe \
  /home/lala/yocto/poky/meta-openembedded/meta-multimedia \
  /home/lala/yocto/poky/meta-openembedded/meta-networking \
  /home/lala/yocto/poky/meta-openembedded/meta-python \
  /home/lala/yocto/poky/meta-qt5 \
  "

我该如何解决这个错误?

我仍处于早期学习阶段,感谢任何反馈和帮助。谢谢

4

1 回答 1

0

_git 是版本,使用 raspi-gpio 即可。

于 2021-06-21T21:38:02.037 回答