Hi
We use SDK: Freescale Linux LS1021A SDK v0.4
We created the tool-chain with Yocto:
$ bitbake fsl-toolchain
The tool-chain works. We can to compile the codes.
Now I would like to add the libxml2 library in the toolchain in order to use this library during linking.
The libxml2-2.9.1.tar.gz file is in the <SDK>/source folder.
How can I add the libxml2 library to the toolchain?
Regards
Victor