Re: [yocto] Segmentation fault with hob-command (now no html)

2012-02-15 Thread Siegfried
Hello Dexuan, thank you fort hat hint. The problem was that I was working as root and did a su - user. Doing that the environment seems to be different to a normal login. I've played around with the DISPLAY environment variable and xhost. Now it works. Trying to start hob as normal user works

Re: [yocto] RDEPENDS fails to find an existing package

2012-02-15 Thread Joshua Immanuel
Hello all, On Wed, 2012-02-15 at 12:53 +0530, Joshua Immanuel wrote: While building the custom-image bitbake complains | error: Failed dependencies: | libharu is needed by task-custom-hdb-1.0-r3.ekino How do I fix this issue? On further digging

Re: [yocto] meta-oracle-java

2012-02-15 Thread Ivan Kuten
On 02/14/2012 05:52 PM, Bob Cochran wrote: Hello All, I see that a meta-oracle-java layer showed up recently in the yocto repositories. That's great. Was there an announcement about this new layer sent on a mailing list or posted in a blog? I had thought I was on all the yocto-related

Re: [yocto] RDEPENDS fails to find an existing package

2012-02-15 Thread Joshua Immanuel
Hello Khem Raj, On Wed, 2012-02-15 at 07:28 -0800, Khem Raj wrote: the .a files are going into -static package and I guess there is .so and not .so.X which means .so goes into -dev package and hence your libharu package is empty so you have to redirect the files into correct package with the

Re: [yocto] missing USB gadget support on beagleboard?

2012-02-15 Thread Hollis Blanchard
On 02/14/2012 10:24 PM, McClintock Matthew-B29882 wrote: On Tue, Feb 14, 2012 at 4:12 PM, Hollis Blanchard hollis_blanch...@mentor.com wrote: Hi, I'm sure I'm missing something simple, but I just built Poky from git for beagleboard, and can't figure out USB networking. I expected to find g_cdc

Re: [yocto] RDEPENDS fails to find an existing package

2012-02-15 Thread Autif Khan
Hello Khem Raj, On Wed, 2012-02-15 at 07:28 -0800, Khem Raj wrote: the .a files are going into -static package and I guess there is .so and not .so.X which means .so goes into -dev package and hence your libharu package is empty so you have to redirect the files into correct package with

Re: [yocto] missing USB gadget support on beagleboard?

2012-02-15 Thread Bruce Ashfield
On 12-02-15 06:20 PM, Hollis Blanchard wrote: On 02/14/2012 10:24 PM, McClintock Matthew-B29882 wrote: On Tue, Feb 14, 2012 at 4:12 PM, Hollis Blanchard hollis_blanch...@mentor.com wrote: Hi, I'm sure I'm missing something simple, but I just built Poky from git for beagleboard, and can't

Re: [yocto] RDEPENDS fails to find an existing package

2012-02-15 Thread Joshua Immanuel
Hello, On Thu, 2012-02-16 at 10:26 +0530, Joshua Immanuel wrote: Can you please explain little bit more on what INSANE_SKIP_${PN} = dev-so does. I don't find any documentation on it. I guess, it suppresses the warnings stating that an non-dev package contains symlink. This is the warning I