Re: [yocto] Add extra parameters for qemu script

2010-12-10 Thread Richard Purdie
On Thu, 2010-12-09 at 12:44 -0800, Garman, Scott A wrote: However, one thing I feel the need to run by Richard, as he expressed some preferences with how the poky-qemu script would work with regard to options. Richard: Criping's patch would remove the standalone options we had to the

[yocto] [PATCH 0/3] linux-yocto: refactor recipes and update the kernel

2010-12-10 Thread Bruce Ashfield
Richard, Consider these patches for merging. I've been building and working with these for 2 weeks now, and while they may not be perfect, they work and we need more eyes on 2.6.37. What we get is the following: - factoring of the code into some reusable routines in the form of a

[yocto] [PATCH 1/3] yocto-kernel: factor common routes, update to 2.6.37 and branch renaming

2010-12-10 Thread Bruce Ashfield
In order to extend and create more kernel recipes based on the supported yocto kernel common routines need to be placed in re-usable blocks. To accomplish this meta/recipes-kernel/linux/linux-yocto_git.bb is broken into three parts: - meta/classes/kernel-yocto.bbclass: contains common routines

[yocto] [PATCH 2/3] linux-libc-headers-yocto: use common linux-yocto routines

2010-12-10 Thread Bruce Ashfield
Modify linux-libc-headers-yocto to use the common linux-yocto routines, so headers exported to userspace will track the branches in the yocto kernel git repository. This commit also switches supported boards to prefer the yocto libc headers. Signed-off-by: Bruce Ashfield

[yocto] [PATCH 3/3] qemu: update arm timer handling

2010-12-10 Thread Bruce Ashfield
commit e388771458b4ff3ad81ab70e390b24d069647da4 in the upstream kernel factored/cleaned the SP804 timer code. This commit exposed issues in the qemu timer emulation that was dependent on the old behaviour. As a result, no kernel past 2.6.34 would boot on qemu-system-arm. The quick fix is to