[yocto] Weekly Build availability

2013-03-14 Thread Flanagan, Elizabeth
The weekly build is now available at: http://autobuilder.yoctoproject.org/pub/nightly/20130313-3 poky: 4da406cd50cf02a63ed76810a670aba1eb561c79 meta-qt3: 06e2fe600de962cdba53c23de1207501439a9c9f eclipse-poky: aecd7bef8485cd2a4dea6ea314a430214ac3393c Known issues: - -

[yocto] Can't install linux-libc-headers in to rootfs

2013-03-14 Thread Simon Egli
Hi all, I'm generating a custom image on which we may from time to time compile programs in the field, so we need the libc-headers package. This package is generated fine with bitbake linux-libc-headers, but on building the rootfs it fails with following message (from the log): /Unable to

[yocto] [PATCH] [eclipse-poky][master]Add more comprehensive error message for invalid project name

2013-03-14 Thread Ioana Grigoropol
[Yocto #4008] Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../sdk/ide/wizard/NewYoctoCProjectTemplate.java | 34 +--- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git

Re: [yocto] [PATCH] [eclipse-poky][master]Add more comprehensive error message for invalid project name

2013-03-14 Thread Timo Müller
Hi Ioana, Ioana Grigoropol wrote, On 14.03.2013 10:06: [Yocto #4008] Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../sdk/ide/wizard/NewYoctoCProjectTemplate.java | 34 +--- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git

Re: [yocto] [PATCH] [eclipse-poky][master]Add more comprehensive error message for invalid project name

2013-03-14 Thread Timo Müller
Hi Ioana, Timo Müller wrote, On 14.03.2013 11:29: Hi Ioana, Ioana Grigoropol wrote, On 14.03.2013 10:06: [Yocto #4008] Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../sdk/ide/wizard/NewYoctoCProjectTemplate.java | 34 +--- 1 file changed, 29

[yocto] [PATCH v2] [eclipse-poky][master]Add more comprehensive error message for invalid project name

2013-03-14 Thread Ioana Grigoropol
[Yocto #4008] Signed-off-by: Ioana Grigoropol ioanax.grigoro...@intel.com --- .../org/yocto/sdk/ide/YoctoSDKMessages.properties |1 + .../sdk/ide/wizard/NewYoctoCProjectTemplate.java | 27 2 files changed, 23 insertions(+), 5 deletions(-) diff --git

Re: [yocto] [PATCH] [eclipse-poky][master]Add more comprehensive error message for invalid project name

2013-03-14 Thread Grigoropol, IoanaX
Hi Timo, Thank you for the comments. I have sent a new version of the patch to the list. Ioana From: Timo Müller [m...@timomueller.eu] Sent: Thursday, March 14, 2013 12:29 PM To: Grigoropol, IoanaX Cc: yocto@yoctoproject.org Subject: Re: [yocto] [PATCH]

Re: [yocto] Problem compiling util-linux-native

2013-03-14 Thread Hans Beckérus
On Wed, Mar 13, 2013 at 8:34 PM, Hans Beckérus hans.becke...@gmail.comwrote: Hi. I just moved from a x86 Ubuntu host to SuSE x86_64. Now I have issues getting my ARM image to build due to compilation errors in util-linux? It seems it is the util-linux-native that fails even though I get this

Re: [yocto] [meta-raspberrypi][PATCH] use right license name for GPLv2

2013-03-14 Thread Eric Bénard
Hi Andrei, Le Wed, 13 Mar 2013 20:01:54 +0200, Andrei Gherzan and...@gherzan.ro a écrit : The SPDX name for GPLv2 (http://spdx.org/licenses/) is GPL-2.0 so I'd like to use this. OE-core is mainly using GPLv2 thus the change proposal to be consistant. And one more thing, please add the

[yocto] Using meta-openembeded with yocto

2013-03-14 Thread Kurt Stevens
Hello all, I am new to this list, and new to working with yocto project. I have been able to build bootable images for my target (atom) using yocto and hob, and am very happy and impressed. I would also like to use some of the layers within meta-oe (specifically apache and mysql), but

Re: [yocto] Using meta-openembeded with yocto

2013-03-14 Thread Hans Beckérus
On Thu, Mar 14, 2013 at 3:32 PM, Kurt Stevens kurtmy...@gmail.com wrote: Hello all, I am new to this list, and new to working with yocto project. I have been able to build bootable images for my target (atom) using yocto and hob, and am very happy and impressed. I would also like

[yocto] [PATCH] plugins/sdk.ide: Fix setting default profile

2013-03-14 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de This fixes a regression where the default profile was not changed if the content of the UI settings were identical. The regression was introduced with f93aabf17df2c9a8971c4b428f67a9273c011233 Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de ---

Re: [yocto] Using meta-openembeded with yocto

2013-03-14 Thread Kurt Stevens
Thanks Hans for the quick response. I cloned meta-openembedded under the poky folder and generated a new build folder using the oe-init* script (in a new shell), but when I run hob from the new build folder, I get this error message: ERROR: ParseError at

Re: [yocto] Using meta-openembeded with yocto

2013-03-14 Thread Burton, Ross
On 14 March 2013 08:09, Kurt Stevens kurtmy...@gmail.com wrote: ERROR: ParseError at /home/kurt/yocto/poky-danny-8.0/meta-openembedded/meta-oe/recipes-support/maliit/maliit-framework_git.bb:7: Could not inherit file classes/gtk-immodules-cache.bbclass ERROR: Command execution failed: Exited

[yocto] [PATCH] [meta-realtime] Add rt-app and define core-image-realtime

2013-03-14 Thread Insop Song
Hi Bruce, This is for adding rt-app, please let me know what you think. For next patch, I will add schedtool_dl Regards, Insop -- - rt-app is a test application that starts multiple periodic threads in order to

Re: [yocto] Using meta-openembeded with yocto

2013-03-14 Thread Kurt Stevens
Ross, Yes, that was the ticket! Now things make more sense, and the build is rolling. Thanks very much to both you and Hans. Kurt Stevens Burton, Ross ross.bur...@intel.com wrote in message news:cajto0lbmzhgstykafcid0wpr7z2+zu-vcw31qwxojn_1qpd...@mail.gmail.com... On 14 March

Re: [yocto] Loading a new yocto image to Intel Fri2 board

2013-03-14 Thread Insop Song
Hi Darren, mkefidisk.sh works, thank you. What I found was, USB still doesn't work even with mkefidisk.sh. So I used micro sd card instead. I will use sd card for now, so it should be fine for now. Regards, Insop On Wed, Mar 13, 2013 at 10:03 AM, Darren Hart dvh...@linux.intel.com wrote: On

Re: [yocto] Loading a new yocto image to Intel Fri2 board

2013-03-14 Thread Darren Hart
On 03/14/2013 12:56 PM, Insop Song wrote: Hi Darren, mkefidisk.sh works, thank you. What I found was, USB still doesn't work even with mkefidisk.sh. So I used micro sd card instead. Aha, yes. You will need to add rootwait to your kernel command line for reliable booting over usb. There is

Re: [yocto] [PATCH] [meta-realtime] Add rt-app and define core-image-realtime

2013-03-14 Thread Bruce Ashfield
On 13-03-14 12:52 PM, Insop Song wrote: Hi Bruce, This is for adding rt-app, please let me know what you think. For next patch, I will add schedtool_dl This patch looks ok, what are the differences from your original layer ? I've already imported changes from there, so I'd just like to hear

Re: [yocto] [PATCH] [meta-realtime] Add rt-app and define core-image-realtime

2013-03-14 Thread Bruce Ashfield
On 13-03-14 12:52 PM, Insop Song wrote: Hi Bruce, This is for adding rt-app, please let me know what you think. For next patch, I will add schedtool_dl Reading this more closely, can you split this into two patches ? We need to review this in chunks, patch 1 for the rt-app (it looks fine),

Re: [yocto] [PATCH] [meta-realtime] Add rt-app and define core-image-realtime

2013-03-14 Thread Insop Song
On Thu, Mar 14, 2013 at 1:56 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-03-14 12:52 PM, Insop Song wrote: This patch looks ok, what are the differences from your original layer ? I've already imported changes from there, so I'd just like to hear about differences between

Re: [yocto] [PATCH v2] [eclipse-poky][master]Add more comprehensive error message for invalid project name

2013-03-14 Thread Zhang, Jessica
Hi Ioana, This patch still can't address the situation that found by Timo as following Thanks, Jessica I forgot to mention. I found a way to create projects with invalid names. # Create a new Yocto C Project # Enter a wrong name eg. Test # Press next # Press finish # -- Error Message is

Re: [yocto] Regarding Licensing of mbsalign.c available in util-linux-2.21.2 version (Yocto-1.3-Danny)

2013-03-14 Thread Saul Wold
On 03/11/2013 10:17 AM, Khem Raj wrote: On Mar 11, 2013, at 3:45 AM, Gaurang Shastri gmshas...@gmail.com mailto:gmshas...@gmail.com wrote: Hi All, Any shades of light for below query ??? I would suggest to open a bug for it. Timing is on this one! I noticed this recently independent

[yocto] [meta-realtime][PATCH] add sched_deadline reckpies-kernel for 3.8 kernel

2013-03-14 Thread Insop Song
Hi Bruce, I've added recipes-kernel to use edf branch and cfg. - tested on qemux86 === root@qemux86:~# uname -a Linux qemux86 3.8.1-yocto-standard #1 SMP PREEMPT Thu Mar 14 21:57:12 PDT 2013 i686 GNU/Linux root@qemux86:~# rt-app -t 10:35000:d -D 2

Re: [yocto] [meta-realtime][PATCH] add sched_deadline reckpies-kernel for 3.8 kernel

2013-03-14 Thread Bruce Ashfield
On 13-03-14 10:09 PM, Insop Song wrote: Hi Bruce, I've added recipes-kernel to use edf branch and cfg. FYI: your email keeps bouncing from the linux-yocto mailing list, check to be sure you signed up with your gmail account, I keep approving them for now :) - tested on qemux86