Thank you for the pointer. That is exactly what I needed. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Otavio Salvador Sent: Thursday, October 31, 2013 10:25 AM To: Doug Schwanke Cc: [email protected] Subject: Re: [meta-freescale] Unable to add "jack" into my image
On Thu, Oct 31, 2013 at 1:15 PM, Doug Schwanke <[email protected]> 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-multimedi a/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 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
