Yocto meta-oe recipe parsing error

1.7k Views Asked by At

I am working on building yocto for banana pro board and using Jethro 2.0 version.I modified meta-sunxi bsp according to banana pro.But when I add meta-oe layer to project,I get following error

ParseError at ~/yocto/poky/meta-openembedded/meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.10.bb:12: Could not inherit file classes/bash-completion.bbclass

What is my mistake?Why am I getting this error?

1

There are 1 best solutions below

5
On BEST ANSWER

You're using meta-oe from git master, but oe-core Jethro. Checkout the jethro branch of meta-oe.