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
oe.dev
to
meta-oe


A working recipe can be found here.

In order to rebuild the package
clean
and
build 
are not enough.

This is what you need to do:

% bitbake tcpdump -c clean
% rm -f sstate-cache/sstate-tcpdump*
% bitbake tcpdump

Comments

Popular posts from this blog

Yocto: BitBake and Dependencies - e.g. One recipe to use output of another recipe

Yocto: kernel modules not showing up in the rootfs

Yocto/Qt5: hello-qt part2 - Licensing