putting together a training based on linaro

2010-09-15 Thread Robert Berger
Hi, I'm trying to put together an "introduction to Linux" training based on Linaro and BeagleBoard/BeagleBoard-xM(as it becomes available) and want to launch it in Feb/March 2011. The hardware choice is due to the low price and because it's cool. The distro choice it because I think that's the w

Re: clutk status update 2010/09/14

2010-09-15 Thread Jammy Zhou
I have found the point in cogl gles2 driver for this GL_INVALID_OPERATION error. Because our shader program and cogl shader program are used sequentially, we must make sure in _cogl_wrap_prepare_for_draw function that the correct cogl shader program is used to avoid invalid operation. I have prepar

2010-09-13 Toolchain WG status

2010-09-15 Thread Michael Hope
Here's what's been going on in the Toolchain WG: * Released Linaro GCC 4.5, 4.4, and a first cut of cortex-strings * All of the CSL patches have now been integrated and released * Started the investigation work into Thumb-2 code size in GCC * Work continues on imporving the correctn

Re: clutk status update 2010/09/14

2010-09-15 Thread Jammy Zhou
Yes. Normally the GL error should be retrieved by call glGetError. In cogl of clutter, "GE" macro definition is used to check the GL error. But only when COGL_GL_DEBUG is defined, glGetError is called in GE. Regards, Jammy On Wed, Sep 15, 2010 at 10:10 PM, Jesse Barker wrote: > On Wed, 2010-09-

Notes from Landing Teams call 2010/09/15

2010-09-15 Thread Matt Waddel
Hi Notes from today's Landing Teams call. Also at: https://wiki.linaro.org/LandingTeams/Meetings/2010-09-15 --Matt === Attendees === * Matt Waddel * Torez Smith === Agenda === * Action items from last meeting. * Achievements / progress reports * OMAP3 * Versatile Express * Blocking

Re: [PATCH] arm: fix Kconfig system choice list

2010-09-15 Thread Nicolas Pitre
On Wed, 15 Sep 2010, Daniel Lezcano wrote: > On 09/15/2010 02:14 PM, Nicolas Pitre wrote: > > On Wed, 15 Sep 2010, Daniel Lezcano wrote: > > > > > > > The item name is too long and bugs the choice list. The items in the > > > list are not displayed correctly. > > > > > > This patch moves the

Re: Maverick [PATCH 1/2] PM / Runtime: Add runtime PM statistics (v3)

2010-09-15 Thread Leann Ogasawara
On Tue, 2010-09-14 at 10:23 -0600, Tim Gardner wrote: > On 09/13/2010 12:31 AM, yong.s...@linaro.org wrote: > > From: Arjan van de Ven > > > > In order for PowerTOP to be able to report how well the new runtime PM is > > working for the various drivers, the kernel needs to export some basic > > sta

[APPLIED] Re: Maverick [PATCH 2/2] libata: Add ALPM power state accounting to the AHCI driver

2010-09-15 Thread Leann Ogasawara
On Tue, 2010-09-14 at 10:37 -0600, Tim Gardner wrote: > On 09/13/2010 12:31 AM, yong.s...@linaro.org wrote: > > From: Arjan van de Ven > > > > PowerTOP wants to be able to show the user how effective the ALPM link > > power management is for the user. ALPM is worth around 0.5W on a quiet > > link;

Re: Hardware pack questions

2010-09-15 Thread Guilherme Salgado
On Mon, 2010-09-13 at 10:03 -0400, James Westby wrote: [...] > > > 4. add support for installing hwpacks in linaro-media-create > > Salgado was working on this, but has been out for a few days. It's > obviously important to be able to install. > > Guilherme, are you happy to continue working on

Re: [PATCH] arm: fix Kconfig system choice list

2010-09-15 Thread Nicolas Pitre
On Wed, 15 Sep 2010, Daniel Lezcano wrote: > On 09/15/2010 02:14 PM, Nicolas Pitre wrote: > > On Wed, 15 Sep 2010, Daniel Lezcano wrote: > > > > > > > The item name is too long and bugs the choice list. The items in the > > > list are not displayed correctly. > > > > > > This patch moves the

Re: [PATCH] arm: fix Kconfig system choice list

2010-09-15 Thread Daniel Lezcano
On 09/15/2010 02:14 PM, Nicolas Pitre wrote: > On Wed, 15 Sep 2010, Daniel Lezcano wrote: > > >> The item name is too long and bugs the choice list. The items in the >> list are not displayed correctly. >> >> This patch moves the list of supported system in the help instead of >> the bool choic

Re: clutk status update 2010/09/14

2010-09-15 Thread Jesse Barker
On Wed, 2010-09-15 at 20:58 +0800, Jammy Zhou wrote: > After debugging into glBindFramebuffer, the error is not for this API > call. And the GL_INVALID_OPERATION error should be caused by previous > opengl call, for which CheckGLError is not called. Glad to hear it. It would otherwise have sugges

Re: clutk status update 2010/09/14

2010-09-15 Thread Jammy Zhou
After debugging into glBindFramebuffer, the error is not for this API call. And the GL_INVALID_OPERATION error should be caused by previous opengl call, for which CheckGLError is not called. Regards, Jammy On Wed, Sep 15, 2010 at 9:19 AM, Jammy Zhou wrote: > Hi Jesse, > > Thanks for your point.

Re: [PATCH] arm: fix Kconfig system choice list

2010-09-15 Thread Daniel Lezcano
On 09/15/2010 02:14 PM, Nicolas Pitre wrote: > On Wed, 15 Sep 2010, Daniel Lezcano wrote: > > >> The item name is too long and bugs the choice list. The items in the >> list are not displayed correctly. >> >> This patch moves the list of supported system in the help instead of >> the bool choic

Re: [PATCH] arm: fix Kconfig system choice list

2010-09-15 Thread Nicolas Pitre
On Wed, 15 Sep 2010, Daniel Lezcano wrote: > The item name is too long and bugs the choice list. The items in the > list are not displayed correctly. > > This patch moves the list of supported system in the help instead of > the bool choice. > > Signed-off-by: Daniel Lezcano ACK. Please post a

[PM] 15/09/10 - Minutes for the Power Management WG weekly call

2010-09-15 Thread Amit Arora
The minutes of the weekly call can be found at: https://wiki.linaro.org/WorkingGroups/PowerManagement/Meetings/2010-09-15 Attendees: Linaro: Amit Kucheria, Amit Arora, Yong Shen ARM: Srinivas Kalaga Thanks! Regards, Amit Arora ___ linaro-dev mailing l

[PATCH] arm: fix Kconfig system choice list

2010-09-15 Thread Daniel Lezcano
The item name is too long and bugs the choice list. The items in the list are not displayed correctly. This patch moves the list of supported system in the help instead of the bool choice. Signed-off-by: Daniel Lezcano --- arch/arm/Kconfig | 10 ++ 1 files changed, 6 insertions(+), 4