YOCTO meta-raspberrypi

492 Views Asked by At

I'm using meta-raspberrypi in yocto project, but when I enter

$ bitbake rpi-basic-image

I had an error like that:

Loading cache: 100%
|##############################################################################| ETA: 00:00:03
Loaded 1321 entries from dependency cache.
ERROR: No recipes available for:
          /poky/meta-raspberrypi/recipes-multimedia/gstreamer/gsteamer1.0-omx_1.12%.bbappend

I've checked that the files are right from github. I couldn't find what's the problem. Thanks..

1

There are 1 best solutions below

1
On

Your meta-raspberry layer seems to be a newer than your meta layer from poky. You should use up-to-date branches (of same name) for both repositories.