Re: [yocto] Cannot add libsrtp to yocto image

2018-04-09 Thread Mostafa Farzane
Thanks alot. It's work now.I have another question and It will be a huge help if you answer it:I add libsrtp to another recepie's DEPENDS(jrtplib). but I faced the following error:     --ERROR: jrtplib-3.11.1-r0 do_populate_sysroot: QA Issue: jrtplib.pc failed sanity test (tmpdir) in path

Re: [yocto] Cannot add libsrtp to yocto image

2018-04-08 Thread Anuj Mittal
On 04/08/2018 09:09 PM, Mostafa Farzane wrote: > > Thanks alot, > > I added TOOLCHAIN_TARGET_TASK = "libsrtp-staticdev" to my image instead > of libsrtp. But I get: > >  * calculate_dependencies_for: Cannot satisfy the following dependencies > for libsrtp-staticdev: >  *      libsrtp (=

Re: [yocto] Cannot add libsrtp to yocto image

2018-04-08 Thread Anuj Mittal
On 04/07/2018 02:46 PM, Mostafa Farzane wrote: > Hi, > I need to add libsrtp to my yocto image. So I added libsrtp to > "IMAGE_INSTALL". But I faced the following errors: > > Unknown package 'libsrtp'. > > Collected errors: >  * opkg_solver_install: Cannot install package libsrtp. That is

Re: [yocto] Cannot add libsrtp to yocto image

2018-04-07 Thread Vincent Prince
Hi, Did you add meta-multimedia to BBLAYERS as explained here https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#enabling-your-layer BR, Vincent 2018-04-07 8:46 GMT+02:00 Mostafa Farzane : > Hi, > I need to add libsrtp to my yocto image. So I