ERROR: Nothing RPROVIDES 'raspi-gpio_git'. I am using 'rpi-hwup-image.bb' image in which i added a bbappend file to install raspi-gpio_git
ERROR: Nothing RPROVIDES 'raspi-gpio_git'. I am using 'rpi-hwup-image.bb' image in which i added a bbappend file to install raspi-gpio_git
从 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 \
"
我该如何解决这个错误?
我仍处于早期学习阶段,欢迎任何反馈和帮助。谢谢
_git是版本,用raspi-gpio就行了。
从 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 \
"
我该如何解决这个错误?
我仍处于早期学习阶段,欢迎任何反馈和帮助。谢谢
_git是版本,用raspi-gpio就行了。