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..
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.