[meta-freescale] Unable to add "jack" into my image

Otavio Salvador otavio at ossystems.com.br
Thu Oct 31 08:25:03 PDT 2013


On Thu, Oct 31, 2013 at 1:15 PM, Doug Schwanke
<doug.schwanke at firstviewconsultants.com> wrote:
> I can "bitbake jack" without any errors, but when I add “jack” to my recipe,
> I get an error that jack not found in the base feeds.
>
> Is “jack” missing from the imx6qsabresd feed or do I need to add some kind
> of depends?

Neither; this is common for people starting to Yocto to make this
mistake. Basically you need to check the binary packages it builds.

When you do:

$: bitbake jack

You are saying ... hey bitbake, please process jack recipe. This has
no direct relation to the binaries you get as result.

When you add something in IMAGE_INSTALL or similar, you are asking for
the image to install the /binary/. For jack case, the binaries are:

http://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb?h=dora#n38

Most probably, you're looking for jack-server binary.

Regards,

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750



More information about the meta-freescale mailing list