I am using IMx6 processor
i want to add tcpdump ,nginx and pysqlite ,python tornado ,python twisted to yocto build
I have compiled tcpdump ,nginx and python extension in the imx6 sabre board itself and got there binaries,and i can tranfer them them to use in any other board
but i want them to be in yocto build ,so that i can just put the linux and start working.
How to add them.
I got following link or nginx but its not very clear
Adding yocto packages - Variscite Wiki
if i do
bitbake -e tcpdump | grep ^PACKAGES=
output :
PACKAGES="tcpdump-ptest tcpdump-dbg tcpdump-staticdev tcpdump-dev tcpdump-doc tcpdump-locale tcpdump"
but when i build Linux tcpdump is not available
How to resolve
Thanks and regard