Re: [yocto] [PATCH v2 0/3] beagleboard: machine conf, xorg, audio mixer

2011-06-22 Thread Richard Purdie
On Tue, 2011-06-21 at 00:19 -0700, Darren Hart wrote:
 Refresh the meta-yocto components of the beagleboard BSP in support of the
 recently sent linux-yocto updates for the kernel. The audio mixer patch is a
 stop-gap that should be eventually replaced with a more generic 
 implementation,
 such as alsa-state - but it ensures the beagleboard boots with sane mixer
 defaults. Also, switch to the xf86-lite xserver from kdrive. This keeps the
 Yocto Project BSP more inline with the meta-texasinstruments BSP, and 
 eliminates
 some trouble with keyboard handling present with the kdrive server.
 
 
 The following changes since commit 2163461ec94528ecf046a04edc5db3d2dd3a6b8b:
 
   systemtap: remove non-core COMPATIBLE_MACHINES (2011-06-16 22:14:06 +0100)
 
 are available in the git repository at:
   git://git.pokylinux.org/poky-contrib dvhart/beagle
   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/beagle
 
 Darren Hart (3):
   beagleboard: cleanup machine config commentary
   beagleboard: add basic audio mixer defaults
   beagleboard: switch to xserver-xf86-lite

I merged these but I did add a commit of my own following up on
beagleboard-audio to make it machine specific (using COMPATIBLE_MACHINE)
and also INHIBIT_DEFAULT_DEPS which just means it can build before the
toolchain is built.

Cheers,

Richard

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [PATCH v2 0/3] beagleboard: machine conf, xorg, audio mixer

2011-06-22 Thread Darren Hart


On 06/22/2011 09:06 AM, Richard Purdie wrote:
 On Tue, 2011-06-21 at 00:19 -0700, Darren Hart wrote:
 Refresh the meta-yocto components of the beagleboard BSP in support of the
 recently sent linux-yocto updates for the kernel. The audio mixer patch is a
 stop-gap that should be eventually replaced with a more generic 
 implementation,
 such as alsa-state - but it ensures the beagleboard boots with sane mixer
 defaults. Also, switch to the xf86-lite xserver from kdrive. This keeps the
 Yocto Project BSP more inline with the meta-texasinstruments BSP, and 
 eliminates
 some trouble with keyboard handling present with the kdrive server.


 The following changes since commit 2163461ec94528ecf046a04edc5db3d2dd3a6b8b:

   systemtap: remove non-core COMPATIBLE_MACHINES (2011-06-16 22:14:06 +0100)

 are available in the git repository at:
   git://git.pokylinux.org/poky-contrib dvhart/beagle
   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/beagle

 Darren Hart (3):
   beagleboard: cleanup machine config commentary
   beagleboard: add basic audio mixer defaults
   beagleboard: switch to xserver-xf86-lite
 
 I merged these but I did add a commit of my own following up on
 beagleboard-audio to make it machine specific (using COMPATIBLE_MACHINE)
 and also INHIBIT_DEFAULT_DEPS which just means it can build before the
 toolchain is built.

Ack - thanks RP, noted for future reference. Note that beagleboard-audio
has a limited lifespan, hopefully to be replaced soonish by alsa-state
and per-BSP config files.


-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH 1/1] linux-yocto/meta-yocto: update yocto/standard and beagleboard SRCREVs

2011-06-22 Thread Bruce Ashfield
As part of sync'ing the in-tree beagleboard support, the
following commit has been pushed to all branches, and hence
the SRCREV update:

  bb8e31f USB: ehci: remove structure packing from ehci_def

The beagleboard SRCREV update captures the 69 new patches
merged from meta-ti and other upstream sources.

Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com
---
 .../linux/linux-yocto_2.6.37.bbappend  |   10 +-
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend 
b/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
index 502ae76..b12dcef 100644
--- a/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
+++ b/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
@@ -3,11 +3,11 @@ KMACHINE_routerstationpro = yocto/standard/routerstationpro
 KMACHINE_mpc8315e-rdb = yocto/standard/fsl-mpc8315e-rdb
 KMACHINE_beagleboard = yocto/standard/beagleboard
 
-SRCREV_machine_emenlow = 16ee3992a267124d425533275ebba4e6b7ae50a2
-SRCREV_machine_atom-pc = 77c90b3cd111a160d845400b4180d436e4b554df
-SRCREV_machine_routerstationpro = 014b17dffa3447350ad8c7bf847e4aedfc0c3196
-SRCREV_machine_mpc8315e-rdb = c0d1bf23f865fdd07839c2002ca85a4913f0e111
-SRCREV_machine_beagleboard = bd97d3f257387a3659b5c2761b0d5323b65203c7
+SRCREV_machine_emenlow = cc5662b9bec39205074c13f51ac4caba4af0afe7
+SRCREV_machine_atom-pc = 687233649bbe0ec4ef26c2db4e369fecb1237f6f
+SRCREV_machine_routerstationpro = 6214197a40b8fcb97dfad5b386d64384ce302b81
+SRCREV_machine_mpc8315e-rdb = e79b560f5bb709448d81e51609c0ce72253310fc
+SRCREV_machine_beagleboard = 83544c00cd60f5842683d4b89a16a832271b599e
 
 COMPATIBLE_MACHINE_mpc8315e-rdb = mpc8315e-rdb
 COMPATIBLE_MACHINE_routerstationpro = routerstationpro
-- 
1.7.0.4

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [PATCH 0/1] meta-yocto/linux-yocto: BSP SRCREV updates

2011-06-22 Thread Richard Purdie
On Wed, 2011-06-22 at 17:37 -0400, Bruce Ashfield wrote:
 This is the merge request for Darren's update beagleboard
 support (and update to the other BSPs that picked up 
 the common USB patch).
 
 This is based on the meta updates that went out to the oe-core
 list in a separate pull request.
 
 cc: Darren Hart dvh...@linux.intel.com
 
 
 The following changes since commit 3d6054040479ae77c7de24721ff822c1b09291c6:
   Bruce Ashfield (1):
 linux-yocto: update meta and yocto/standard SRCREVs
 
 are available in the git repository at:
 
   git://git.pokylinux.org/poky-contrib zedd/kernel
   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
 
 Bruce Ashfield (1):
   linux-yocto/meta-yocto: update yocto/standard and beagleboard SRCREVs

Merged to master, thanks.

Richard

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] the mpc8315's compile option

2011-06-22 Thread NiQingliang
mpc8315's core is e300c3, why use tune-ppc603e.inc?

I think there should be an file named tune-ppce300c3.inc? I can find
it in openembedded.


-- 
倪庆亮
TEL:13588371863
E-MAIL: niqingli...@insigma.com.cn
BLOG:   http://niqingliang2003.wordpress.com


___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] the mpc8315's compile option

2011-06-22 Thread Bruce Ashfield

On 11-06-22 9:55 PM, NiQingliang wrote:

mpc8315's core is e300c3, why use tune-ppc603e.inc?


The 603e represented a lowest common denominator tune file
when the BSP was introduced, and it was available in poky at
the time.

We simply haven't revisited the tuning for the BSP yet, since
what we have works at the moment.



I think there should be an file named tune-ppce300c3.inc? I can find
it in openembedded.


I'd definitely like to see patches that provide better tuning for this
BSP. So patches are welcome. Although at the moment, I'm not aware
of any plans to revisit the tuning.

Perhaps you'd like to log this as an enhancement request in the
yocto bugzilla ? That way we can be sure that it isn't forgotten.

Cheers,

Bruce






___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto