hi all,
I am using i.MX535 qsb board and the corresponding LTIB source, I built the LTIB with gstreamer enabled.
My doubt is, i created my own gstreamer C application file, i need to add this to ltib for compiling it to the IMX board, how can i do this, how to add the external C file to the ltib, can any one help me
Thanks,
shan
Two approaches:
1. Create a tarball of your project and place it on /opt/freescale/pkgs, then create a .spec (look at the current specs, do a find –name “*.spec” under ltin folder.) then proceed as normal with ltib (prep….scdeploy)
2. Give a try to Yocto Project. It supports your board and creating a recipe is not so difficult.
Leo