Get libmfw_vpu.so from a ltib build?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Get libmfw_vpu.so from a ltib build?

727 Views
marknordstrand
Contributor III

I have one build here that refuses to include this library.  Been through a couple of threads here, and everything looks correct (followed the multi-media guide and have the tarballs in /var/tmp/pkgs, building for an mx6q, turned on the plugins and gstreamer).  Can I get some pointers on how to track down why this won't give a rootfs/usr/lib/gstreamer/libmfw_vpu.so?

Labels (3)
0 Kudos
3 Replies

510 Views
LeonardoSandova
Specialist I

can you try installing the specific package? Something like this:

ltib $ for mode in prep scbuild scdeploy; do ./ltib -m $mode -p gst-fsl-plugins; done

that should install the library on the path you mentioned.

510 Views
marknordstrand
Contributor III

That build it.  Any idea why I have to do this by hand (or remove .lock_file before it would work)?  Don't know much of the inner workings of ltib (yet?).

0 Kudos

510 Views
LeonardoSandova
Specialist I

I do not know why sometimes the deployment for some packages is not done properly. Nice that it worked.

Leo

0 Kudos