[yocto] (no subject)

2013-12-13 Thread Flanagan, Elizabeth
All, With the failures we saw last night on the dylan point release, we're going to ask folks to switch QA efforts to the dylan point release which should be finished building shortly. The build appliance will be built out of band in order to fix some autobuilder build issues on it and then added

[yocto] Status of dylan and dora point releases

2013-12-13 Thread Flanagan, Elizabeth
All, With the failures we saw last night on the dylan point release, we're going to ask folks to switch QA efforts to the dora point release which should be finished building shortly. The build appliance will be built out of band in order to fix some autobuilder build issues on it and then added

[yocto] Compiling the kernel source from Angstrom distribution building an OS console-image.

2013-12-13 Thread vishal gupta
Hi, I'm having this issue, I'm not able to build an OS console-image. When the command MACHINE=beagleboard bitbake console-image is run, i got the error as follows: Log data follows: | DEBUG: Executing shell function do_compileconfigs | Multiple configs found, building those first | NOTE:

Re: [yocto] Git clone over http broken on git.yoctoproject.org

2013-12-13 Thread Daniel Stenberg
On Thu, 12 Dec 2013, michael_e_br...@dell.com wrote: HOWEVER, if I use https instead of http, it all WORKS OK. NOTE: Some repos work over http, some don't. Working: meta-selinux, yocto-autobuilder, for example. You're using a HTTP proxy, right? I suspect the http vs https difference is then

Re: [linux-yocto] Query about arch/arm/mach-axxia/wrappers.c

2013-12-13 Thread Paul Butler
On Fri, Dec 13, 2013 at 08:53:37AM -0500, Bruce Ashfield wrote: On 13-12-10 02:37 PM, Bruce Ashfield wrote: Hi Paul, During some recent work with the axxia BSP it was pointed out to me that the intent of this commit is still pending. ping. I haven't heard anything about this. I'll look at

Re: [yocto] [oe] Compiling the kernel source from Angstrom distribution building an OS console-image.

2013-12-13 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 vishal gupta schreef op 13-12-13 15:05: Hi, I'm having this issue, I'm not able to build an OS console-image. When the command MACHINE=beagleboard bitbake console-image is run, i got the error as follows: Log data follows: | DEBUG: Executing

Re: [yocto] Git clone over http broken on git.yoctoproject.org

2013-12-13 Thread Michael_E_Brown
Local cntlm proxy pointing at corporate MS proxy. I tried two git versions. One is the base git version in CentOS 6.3, the other from the yocto 1.5 buildtools tarball. It looks like the newer git version works and the older one does not. I'll just use A) the newer git version, and B) https.

Re: [yocto] e2fsprogs with core-image-minimal

2013-12-13 Thread Nicolas Dechesne
On Fri, Dec 13, 2013 at 5:45 PM, J Uhl juhl_iph...@yahoo.com wrote: How do I get mkfs.ext3 binary over to my rootfs image. I added IMAGE_INSTALL += “util-linux e2fsprogs” To core-image-minimal but I seem to be missing something. Mkfs does work but no mkfs.ext3. you need to install

Re: [yocto] Status of dylan and dora point releases

2013-12-13 Thread Georgescu, Alexandru C
There will be some changes coming in, so please hold testing until next week when a new build will arrive. Thanks, Alex. -Original Message- From: Flanagan, Elizabeth [mailto:elizabeth.flana...@intel.com] Sent: Friday, December 13, 2013 3:56 PM To: Georgescu, Alexandru C;

Re: [yocto] Start custom Qt-program instead of xterm

2013-12-13 Thread Paul Eggleton
Hi Alex, On Thursday 12 December 2013 17:38:18 Alex M wrote: I spent several days of searching over the internet, learned many graphical images recipes, but still don't understand how to specify for X11 server to launch my custom Qt program at startup (actually it's bash script which runs Qt

Re: [yocto] Status of dylan and dora point releases

2013-12-13 Thread Flanagan, Elizabeth
All, Yes, DISTRO_VERSION didn't get flipped before the main build and as folks won't be starting QA until monday, this gives us a chance to rebuild with the right DISTRO_VERSION and a corrected build-appliance build (SRCREV for it will be flipped post build and is not required for it to be

[yocto] Minutes: Yocto Project 1.6 M1 release readiness review - Friday, December 13, 2013 8:00 AM-8:30 AM (UTC-08:00) Pacific Time (US Canada).

2013-12-13 Thread Liu, Song
Attendees: Dave, Saul, ScottR, Matthew, Richard, AlexG, Jessica, Mark, Beth, Song Minutes: 1. Systemd failed to build. Some sort of timeout. Ross/stephan has trying to debug this. Not a release blocking issue. 2. A number of medium+ bugs, open bug count high. We should all be

Re: [yocto] Minutes: Yocto Project 1.6 M1 release readiness review - Friday, December 13, 2013 8:00 AM-8:30 AM (UTC-08:00) Pacific Time (US Canada).

2013-12-13 Thread Burton, Ross
On 13 December 2013 18:12, Liu, Song song@intel.com wrote: Performance issue for rootfs. There is a possible fix. will see the performance after the fix. Will open a bug if the fix does not work. If this is happening on ipkg images I found a problem where qemu will spin infinity eating

Re: [yocto] package_deb creation issue in powerpc (kernel 64bit, userspace 32bit)

2013-12-13 Thread Insop Song
Can anyone use debian package? On Tue, Dec 10, 2013 at 9:29 PM, Insop Song insop.s...@gmail.com wrote: Hi Khem and Paul, I have an issue of creating deb packages. I am using Freescale version of yocto, which is based on dylan - http://git.freescale.com/git/cgit.cgi/ppc/sdk/poky.git/ I've

Re: [yocto] Status of dylan and dora point releases

2013-12-13 Thread Saul Wold
On 12/13/2013 09:27 AM, Flanagan, Elizabeth wrote: All, Yes, DISTRO_VERSION didn't get flipped before the main build and as folks won't be starting QA until monday, this gives us a chance to rebuild with the right DISTRO_VERSION and a corrected build-appliance build (SRCREV for it will be

[yocto] Compiling the kernel source from Angstrom distribution building an OS console-image.

2013-12-13 Thread vishal gupta
Thank you Koen for the reply. I made the local changes so that i can include some features in my kernel. The features are: 1.The camera driver mt9t112 for LI-LBCM3M1 from leopard imaging. 2.The camera driver mt9v113 for LI-LBCMVGA from leopard imaging. As per a small test carried out by me i

Re: [linux-yocto] Query about arch/arm/mach-axxia/wrappers.c

2013-12-13 Thread Bruce Ashfield
On 13-12-10 02:37 PM, Bruce Ashfield wrote: Hi Paul, During some recent work with the axxia BSP it was pointed out to me that the intent of this commit is still pending. ping. I haven't heard anything about this. I'll look at reverting the change myself, unless I hear something. Bruce

Re: [linux-yocto] Query about arch/arm/mach-axxia/wrappers.c

2013-12-13 Thread Bruce Ashfield
On 12/13/2013, 7:05 PM, Jacques, John M (John) wrote: Bruce, Sorry to be so slow... We got confirmation that these can be removed in all cases. Perfect. I'll wait for a revert patch from Paul. Thanks for looking into this, every little bit helps quality and maintenance. Bruce