Re: [yocto] Bitbake bash completion

2014-11-11 Thread ChenQi
Hi Prado, It's really a good idea. I've tried it out. Attached is a patch to improve speed, accuracy and user experience. Regards, Chen Qi On 11/12/2014 08:27 AM, Sergio Prado wrote: Hello all, I have just written a bitbake bash completion script so it could make my life easier when trying t

Re: [yocto] Making Hob better.

2014-11-11 Thread nick
I am too interesting in helping out Yocto but more with kernel work on Yocto rt and standard kernel recipes. If someone would like to point me in the right direction to aid in helping out in this area of the Yocto project that would be very helpful. Thanks Nick On 14-11-11 10:46 AM, John Unlan

[yocto] Bitbake bash completion

2014-11-11 Thread Sergio Prado
Hello all, I have just written a bitbake bash completion script so it could make my life easier when trying to discover a recipe name and bake it. https://github.com/sergioprado/bitbake-bash-completion It should complete all commands (bitbake 1.22.0), recipes and tasks. When running for the fir

[yocto] Truncated 64 bit return from kernel space

2014-11-11 Thread Padua, Anthony B
Hello all, I have a custom kernel module driver that returns a truncated 64-bit value. The first 32-bits are missing. The driver is called using llseek() and the address used in user space and in kernel space is 64-bits, but when returning from kernel space, the first 32-bits gets truncated, o

Re: [yocto] Making Hob better.

2014-11-11 Thread John Unland
>Toaster >https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Toaster >Cheers >Belén What about bootloaders? Where would I file a enhancement for different boot loaders (U-Boot, Lilo, etc.). Would be good if we had a boot loaders layer. On Tue, Nov 11, 2014 at 10:09 AM, Barros Pena, Belen

Re: [yocto] bbappend recipe causes errors with only two lines of code

2014-11-11 Thread Gary Thomas
On 2014-11-10 12:14, peterengcomau...@adam.com.au wrote: I am using Yocto 1.6.1 and run a build that works fine. I add a new layer and recipe ~/poky/meta-atmel-lsp/recipes-lsp/lighttpd with a recipe lighttpd_1.4.33.bbappend and this has only two lines: FILESEXTRAPATHS_prepend := "#{THISDIR}/fi

[yocto] bbappend recipe causes errors with only two lines of code

2014-11-11 Thread peterengcomau001
I am using Yocto 1.6.1 and run a build that works fine. I add a new layer and recipe ~/poky/meta-atmel-lsp/recipes-lsp/lighttpd with a recipe lighttpd_1.4.33.bbappend and this has only two lines: FILESEXTRAPATHS_prepend := "#{THISDIR}/files:"SRC_URI = "file://lighttpd.conf" This results in a failur

Re: [yocto] Making Hob better.

2014-11-11 Thread Barros Pena, Belen
On 11/11/2014 15:46, "John Unland" wrote: >>A kernel configuration module for Toaster is something that we'd like to >>see at some point. And the branding one I agree it would be great to >>have. >>Feel free to open Bugzilla entries for both. > >Under what catagories would these two be filed und

Re: [yocto] Making Hob better.

2014-11-11 Thread John Unland
>It is great to see so much interest in Hob: for a while we thought nobody >was using it! I do see the potential for toaster as wel (Forgot to mention it). Yes I do see in the near future Hob being phased out in later releases. But for what it is right now, there are people using it, I really thin

Re: [yocto] Unable to find the ncurses libraries when running menuconfig

2014-11-11 Thread nick
I would state so as if you need it and it doesn't work then it probably is a bug with bitbake. Cheers Nick On 14-11-11 09:37 AM, Nick D'Ademo wrote: > Would this be classified as a BitBake bug then? > > I actually have a recipe which requires 32-bit libs - I'll see if there's a > way around it.

Re: [yocto] Unable to find the ncurses libraries when running menuconfig

2014-11-11 Thread Nick D'Ademo
Would this be classified as a BitBake bug then? I actually have a recipe which requires 32-bit libs - I'll see if there's a way around it. Thanks for your help thus far. Nick On Wed, Nov 12, 2014 at 1:18 AM, nick wrote: > That was my issue with your build, but I wasn't sure if that was going

Re: [yocto] Unable to find the ncurses libraries when running menuconfig

2014-11-11 Thread nick
That was my issue with your build, but I wasn't sure if that was going to prevent the build from you companies requirements. I would recommend only making the build 64 bit as it seems that there is no reason for backwards compatibility with older 32 bit libraries for your build. Regards Nick O

Re: [yocto] Making Hob better.

2014-11-11 Thread Barros Pena, Belen
Hi Richard, On 11/11/2014 12:58, "Richard Schmitt" wrote: >We also are looking to update Hob. It is great to see so much interest in Hob: for a while we thought nobody was using it! But I should probably be clear about the project plans in relation to Hob. The final goal is to replace it with T

Re: [yocto] Making Hob better.

2014-11-11 Thread Richard Schmitt
We also are looking to update Hob. In particular, adding kernel feature support. Branding would be nice too. Rich -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Barros Pena, Belen Sent: Tuesday, November 11, 2014 4:37 AM

Re: [yocto] Unable to find the ncurses libraries when running menuconfig

2014-11-11 Thread Nick D'Ademo
A bit of progress (found the cause of the error at least): The script that is failing is: linux/scripts/kconfig/lxdialog/ *check-lxdialog.sh* I added 'set -x' to the script so I could see the output as BitBake executes it... The function within that script which is failing is *check() *- in parti

Re: [yocto] Making Hob better.

2014-11-11 Thread Barros Pena, Belen
Hi John, Thanks for your feedback on Hob: I agree with everything you said. We are currently moving towards web-based interfaces for the Yocto Project tools, and are working on something called Toaster that eventually will do what Hob does. You can get more information on Toaster at https://www.

Re: [yocto] question about toaster in yocto 1.7

2014-11-11 Thread Lei, Maohui
Hi Belén > No, I am afraid Toaster still cannot launch builds in Yocto Project 1.7. > We are working on it though, so Toaster should be able to launch builds in > Yocto > Project 1.8. If you want to help us make it happen (contributions sorely > needed), > let me know. Thanks for your reply. A