[yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

Burton, Ross ross.burton at intel.com
Wed Sep 5 10:55:58 PDT 2012


On 5 September 2012 18:13, Trevor Woerner <twoerner at gmail.com> wrote:
> I also found that I had to add:
>
>     BB_DANGLINGAPPENDS_WARNONLY = "yes"
>
> at the end of my conf/local.conf since I received a:
>
>     ERROR: No recipes available for:
>       /home/trevor/devel/yocto/raspi/poky/meta-raspberrypi/recipes-multimedia/libav/libav_0.7.4.bbappend
>
> the first time I tried baking (even when using the exact commits for
> both poky and meta-raspberrypi as specified in the instructions).
> Maybe it's just me?

Not at all.  Guacamayo uses the meta-raspberrypi layer and does this:

# meta-raspberrypi has libav.bbappend, for which we do not have the base recipe
# meta-ti has a bunch of recipes with broken license
BBMASK=".*/meta-raspberrypi/recipes-multimedia/libav/|.*/meta-ti/recipes-misc"

Ross



More information about the yocto mailing list