Get libmfw_vpu.so from a ltib build?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Get libmfw_vpu.so from a ltib build?

776 次查看
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?

标签 (3)
0 项奖励
3 回复数

559 次查看
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.

559 次查看
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 项奖励

559 次查看
LeonardoSandova
Specialist I

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

Leo

0 项奖励