Add recipe from openembedded to yocto/poky
This tip can be found here.
Here we add as an example an openembedded package to yocto/poky, or to be precise from
A working recipe can be found here.
In order to rebuild the package
This is what you need to do:
Here we add as an example an openembedded package to yocto/poky, or to be precise from
oe.devto
meta-oe
A working recipe can be found here.
In order to rebuild the package
cleanand
buildare not enough.
This is what you need to do:
% bitbake tcpdump -c clean
% rm -f sstate-cache/sstate-tcpdump*
% bitbake tcpdump
Comments
Post a Comment