[yocto] Testing from PRS

2012-08-09 Thread Yocto Project Package Report System
Testing ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Hob workflow

2012-08-09 Thread Trevor Woerner
Hi everyone, I've been using Hob lately and I'm completely blown away by how useful it is! Kudos to everyone: from those insisting there exist such a tool to those working on it :-) While using it, however, I must admit it took me quite a while to get my head around some workflow issues and I

Re: [yocto] poky/bernard: gcc-4.5.1 configure: error: cannot compute suffix of object files: cannot compile

2012-08-09 Thread Elvis Dowson
Hi Khem, On Aug 9, 2012, at 1:23 AM, Khem Raj wrote: Elvis I think gcc 4.6 is retired in toolchain-layer in meta-openembedded repo. I think first thing I would suggest is use that layer and use gcc 4.6 this might work better. I think 4.6 should still work with master or we can kind of

Re: [yocto] poky/bernard: gcc-4.5.1 configure: error: cannot compute suffix of object files: cannot compile

2012-08-09 Thread Khem Raj
On Thu, Aug 9, 2012 at 6:31 AM, Elvis Dowson elvis.dow...@gmail.com wrote: Should I ensure that the version of the kernel and the linux-libc-headers match, by creating a linux-libc-headers_3.3.0.bb recipe and setting the preferred_versions accordingly? Would this mismatch cause issues? You

[yocto] Problem with BSP supporting different machines

2012-08-09 Thread Markus Hubig
Hi @all, I'm having some trouble building a BSP supporting two different machines. The machines in question are the Stamp9g20 and PortuxG20 from taskit. These machines are just slightly different course the PortuxG20 is basically just a small SBC built around the Stamp9G20. You can have a look

Re: [yocto] Problem with BSP supporting different machines

2012-08-09 Thread Bruce Ashfield
On Thu, Aug 9, 2012 at 10:46 AM, Markus Hubig mhu...@imko.de wrote: Hi @all, I'm having some trouble building a BSP supporting two different machines. The machines in question are the Stamp9g20 and PortuxG20 from taskit. These machines are just slightly different course the PortuxG20 is

[yocto] Incorrect warning: preferred version linux-libc-headers_3.3 of linux-libc-headers not available (for item linux-libc-headers)

2012-08-09 Thread Elvis Dowson
Hi, In my local.conf I have set the following variable PREFERRED_VERSION_linux-libc-headers = linux-libc-headers_3.3 However, when I run bitbake linux-libc-headers -c fetchall, it complains that the preferred version is not available, even though I've created a linux-libc-headers_3.3.bb

Re: [yocto] Incorrect warning: preferred version linux-libc-headers_3.3 of linux-libc-headers not available (for item linux-libc-headers)

2012-08-09 Thread Bruce Ashfield
On 12-08-09 10:48 AM, Elvis Dowson wrote: Hi, In my local.conf I have set the following variable PREFERRED_VERSION_linux-libc-headers = linux-libc-headers_3.3 Have you tried dropping the linux-libc-headers ? i.e. PREFERRED_VERSION_linux-libc-headers = 3.3 Bruce However, when I run

Re: [yocto] Incorrect warning: preferred version linux-libc-headers_3.3 of linux-libc-headers not available (for item linux-libc-headers)

2012-08-09 Thread Elvis Dowson
Hi Bruce, On Aug 9, 2012, at 6:50 PM, Bruce Ashfield wrote: On 12-08-09 10:48 AM, Elvis Dowson wrote: Hi, In my local.conf I have set the following variable PREFERRED_VERSION_linux-libc-headers = linux-libc-headers_3.3 Have you tried dropping the linux-libc-headers ? i.e.

Re: [yocto] Incorrect warning: preferred version linux-libc-headers_3.3 of linux-libc-headers not available (for item linux-libc-headers)

2012-08-09 Thread Bruce Ashfield
On 12-08-09 10:55 AM, Elvis Dowson wrote: Hi Bruce, On Aug 9, 2012, at 6:50 PM, Bruce Ashfield wrote: On 12-08-09 10:48 AM, Elvis Dowson wrote: Hi, In my local.conf I have set the following variable PREFERRED_VERSION_linux-libc-headers = linux-libc-headers_3.3 Have you tried dropping the

[yocto] Questions about 'bitbake core-image-minimal'

2012-08-09 Thread ????????
Hi all , Recently,I was learing the yocto project. When I use the cmd bitbake core-image-minimal ,the console output the some messages as blow : Pseudo is not present but is required, building this first before the main build Parsing recipes...done. Parsing of 830 .bb files complete

[yocto] plans to update yocto dev manual to reflect SSH status in qemu images?

2012-08-09 Thread Robert P. J. Day
back here: http://www.mail-archive.com/yocto@yoctoproject.org/msg07820.html i pointed out that the dev manual doesn't accurately reflect the situation with SSH servers in qemu images. i don't see that anyone's updated the manual so i thought i'd be annoying and mention it again. rday --

Re: [yocto] Problem with BSP supporting different machines

2012-08-09 Thread Markus Hubig
On Thu, Aug 09, 2012 at 10:48:30AM -0400, Bruce Ashfield wrote: On Thu, Aug 9, 2012 at 10:46 AM, Markus Hubig mhu...@imko.de wrote: snip Comparing the output of bitbake -e linux-yocto for both MACHINE settings I notice that for stamp9g20 KMACHINE is stamp9g20 but for portuxg20 it's

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-09 Thread Elvis Dowson
Hi, I switched to using gcc-4.6 from the meta-openembedded layer, and still get the same issue, i.e. no login or bash prompt with init=/bin/sh zImage starting: loaded at 0x0080 (sp: 0x016d2fa0) Allocating 0x546e0c bytes for kernel ... gunzipping (0x -

Re: [yocto] [PATCH 1/1] meta-intel: Move Matrox MGA Xorg driver to common

2012-08-09 Thread Tom Zanussi
Hi Kishore, Could you break this up into 3 patches: - one moving the mga recipe to common/recipes-graphics/xorg-driver (you put it in xorg-server) - one adding the new XSERVER_IA32_MATROX_MGA variable - one having romley use it. Thanks, Tom On Tue, 2012-08-07 at 16:58 -0700,

Re: [yocto] Incorrect warning: preferred version linux-libc-headers_3.3 of linux-libc-headers not available (for item linux-libc-headers)

2012-08-09 Thread Elvis Dowson
HI, On Aug 9, 2012, at 6:58 PM, Bruce Ashfield wrote: In my experience .. it is always just the version, not the package that you want to specify, so from all of those, you'd drop the gcc_ .. etc, from the string. Bruce PREFERRED_VERSION_gcc = gcc_4.6 PREFERRED_VERSION_gcc-cross =

Re: [yocto] Incorrect warning: preferred version linux-libc-headers_3.3 of linux-libc-headers not available (for item linux-libc-headers)

2012-08-09 Thread Bruce Ashfield
On 12-08-09 02:14 PM, Elvis Dowson wrote: HI, On Aug 9, 2012, at 6:58 PM, Bruce Ashfield wrote: In my experience .. it is always just the version, not the package that you want to specify, so from all of those, you'd drop the gcc_ .. etc, from the string. Bruce PREFERRED_VERSION_gcc =

[yocto] 1.3_M3.rc1

2012-08-09 Thread Flanagan, Elizabeth
All, We're respinning the M3 release candidate due to a few issues around persist db, build history and how the autobuilder handles it. The rc1 build is being built from current master and should be finished later on today. Hopefully Paul and I have squashed all the issues we've been seeing and

[yocto] Do the latest pre-built binaries for QEMU PPC work?

2012-08-09 Thread Cook, Layne
I'm trying to run what I think are the latest pre-built binaries for qemuppc: kernel: vmlinux-qemuppc.bin filesystem: core-image-minimal-qemuppc.ext3 but I get the following result: = Screen capture start = lcook@itsloan200-lt:/opt/poky/1.2.1$

[yocto] [PATCH 00/14][denzil] yocto-bsp updates for denzil, v2

2012-08-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com This patchset fixes yocto bugs [YOCTO #2693] and [YOCTO #2587], and fixes some other minor usability problems reported by users. Please pull into the current poky/denzil point release branch. v2: This is the same patchset as the previous one, but an

[yocto] [PATCH 01/14] yocto-bsp: add new strip_base() function

2012-08-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add a strip_base() function to remove '/base' from the branch names presented to the user. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- scripts/lib/bsp/engine.py | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git

[yocto] [PATCH 02/14] yocto-bsp: strip '/base' from kernel branches in templates

2012-08-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com For new branches, users can specify /base branches, but we don't want the '/base' in the resultant branch name, so remove it. Fixes [YOCTO #2693]. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- ...yocto-rt_3.0\: }} linux-yocto-rt_3.0.bbappend |

[yocto] [PATCH 04/14] yocto-bsp: allow branch display filtering

2012-08-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add a branches_base property that can be used to allow only matching branches to be returned from all_branches(). Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- scripts/lib/bsp/engine.py |7 +++ scripts/lib/bsp/kernel.py | 18

[yocto] [PATCH 08/14] yocto-bsp: use rstrip() for assignment lines

2012-08-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com strip() isn't necessary and causes unintended formatting changes in the output; rstrip() remove the trailing newlines as intended while leaving indenting whitespace intact. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- scripts/lib/bsp/engine.py |

[yocto] [PATCH 03/19] yocto-bsp: update default branch names

2012-08-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Make sure the default branch names match branch names found in the kernel branch listing. Fixes [YOCTO #2587]. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- ...yocto-rt_3.0\: }} linux-yocto-rt_3.0.bbappend |2 +- ...yocto-rt_3.2\: }}

[yocto] [PATCH 06/19] yocto-bsp: add standard branch mapping

2012-08-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add a mechanism to distinguish common-pc variants of standard branches. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- scripts/lib/bsp/engine.py | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git

[yocto] [PATCH 07/19] yocto-bsp: use standard branch mapping in bsp templates

2012-08-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- .../linux/files/{{=machine}}-standard.scc |2 +- .../linux/files/{{=machine}}-standard.scc |4 ++-- .../linux/files/{{=machine}}-standard.scc |2 +- 3 files

[yocto] [PATCH 08/19] yocto-bsp: use rstrip() for assignment lines

2012-08-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com strip() isn't necessary and causes unintended formatting changes in the output; rstrip() remove the trailing newlines as intended while leaving indenting whitespace intact. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- scripts/lib/bsp/engine.py |

[yocto] [PATCH 09/19] yocto-bsp: remove 'branch' statements in .scc if reusing branch

2012-08-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com If reusing a branch (need_new_branch == 'n') we don't need to branch in the .scc, so make it conditional on need_new_branch. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- .../linux/files/{{=machine}}-standard.scc |1 +

[yocto] [PATCH 11/19] yocto-bsp: add i586 option for i386

2012-08-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- .../arch/i386/conf/machine/{{=machine}}.conf |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git

[yocto] [PATCH 12/19] yocto-bsp: use emgd 1.10 for i386 template

2012-08-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Make i386 template use emgd 1.10 for denzil, along with associated changes. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- .../arch/i386/conf/machine/{{=machine}}.conf |7 --- .../linux/files/{{=machine}}-standard.scc |4

[yocto] [PATCH 13/19] yocto-bsp: generate default properties even if json specified

2012-08-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Users seem to want to specify incomplete property sets when using json input. Allow this by generating default properties before the user-specified properties are applied; the user will then get the defaults for any unspecified values, and avoid cryptic

[yocto] [PATCH 17/19] yocto-bsp: remove YOCTO_KERNEL_EXTERNAL_BRANCH usage

2012-08-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com YOCTO_KERNEL_EXTERNAL_BRANCH is now obsolete, so remove it from the templates. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- ...yocto-rt_3.4\: }} linux-yocto-rt_3.4.bbappend |3 --- ...linux-yocto_3.4\: }} linux-yocto_3.4.bbappend |5 -

[yocto] [PATCH 18/19] yocto-bsp: use base branches for qemu 'newbranch' case

2012-08-09 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com The branch updating for the [YOCTO #2587] fix inadvertently changed some of the qemu branch names incorrectly, fix it. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- ...yocto-rt_3.2\: }} linux-yocto-rt_3.2.bbappend |2 +- ...yocto-rt_3.4\: }}

Re: [yocto] [PATCH 00/14][denzil] yocto-bsp updates for denzil, v2

2012-08-09 Thread Bruce Ashfield
On 12-08-09 5:01 PM, tom.zanu...@intel.com wrote: From: Tom Zanussitom.zanu...@intel.com This patchset fixes yocto bugs [YOCTO #2693] and [YOCTO #2587], and fixes some other minor usability problems reported by users. Please pull into the current poky/denzil point release branch. v2: This is

Re: [yocto] [PATCH 00/14][denzil] yocto-bsp updates for denzil, v2

2012-08-09 Thread Tom Zanussi
On Thu, 2012-08-09 at 23:04 -0400, Bruce Ashfield wrote: On 12-08-09 5:01 PM, tom.zanu...@intel.com wrote: From: Tom Zanussitom.zanu...@intel.com This patchset fixes yocto bugs [YOCTO #2693] and [YOCTO #2587], and fixes some other minor usability problems reported by users. Please

[yocto] Running gcc test suites for current machine configuration architecture (e.g. powerpc), from within yocto

2012-08-09 Thread Elvis Dowson
Hi, Is there a way to run the gcc test suites for the current machine configuration architecture (e.g. powerpc), from within yocto? Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH 00/14][denzil] yocto-bsp updates for denzil, v2

2012-08-09 Thread Tom Zanussi
On Fri, 2012-08-10 at 00:09 -0400, Bruce Ashfield wrote: On 12-08-10 12:06 AM, Tom Zanussi wrote: On Thu, 2012-08-09 at 23:04 -0400, Bruce Ashfield wrote: On 12-08-09 5:01 PM, tom.zanu...@intel.com wrote: From: Tom Zanussitom.zanu...@intel.com This patchset fixes yocto bugs [YOCTO