Re: Update on Gerrit deployment

2011-08-25 Thread Zach Pfeffer
On 23 August 2011 07:46, Paul Sokolovsky paul.sokolov...@linaro.org wrote: Hello, Some time passed since last update on Gerrit deployment, that's because work on complete AOSP mirroring to out tree took longer than expected. All in all, following was done: Revamped branching in our

Please just send things to linaro-dev...

2011-08-25 Thread Zach Pfeffer
It looks like just sending things to linaro-dev will be the easiest and most transparent. Hopefully this will be one less thing to worry about. I'll keep the alias around for a bit. Now the question is should we shut down #linaro-android? Ideas? -Zach

Re: Update on Gerrit deployment

2011-08-26 Thread Zach Pfeffer
On 26 August 2011 00:04, Andy Green andy.gr...@linaro.org wrote: On 08/26/2011 12:12 AM, Somebody in the thread at some point said: 1. Set up branch policy (naming, etc.) and enforce it on Gerrit level. This may require revamping branching in other toolchain/* components (upstreamed not from

Re: Please just send things to linaro-dev...

2011-08-26 Thread Zach Pfeffer
Cool. Thanks for the input everyone. On 26 August 2011 07:17, Christian Robottom Reis k...@linaro.org wrote: On Fri, Aug 26, 2011 at 01:59:55PM +0200, Alexander Sack wrote: I don't think we should shut down the #linaro-android because it's an open channel rather than the private mailing list

11.09 and beyond Android Planning

2011-08-26 Thread Zach Pfeffer
Team (and others), Now that we have images for all boards (2 images for Panda) it should allow us to really start cranking. I recently reviewed the capabilities of each board and would like to focus on enabling the connectivity options for each. In order of importance we should make sure these

Having some trouble boot Panda with MLO compiled from source

2011-08-26 Thread Zach Pfeffer
John, I'm having some trouble booting Panda with our MLO that gets compiled from source. We've got a bug: https://bugs.launchpad.net/linaro-android/+bug/833832 Which details the current state of things. -Zach ___ linaro-dev mailing list

Re: Bero, will you be available for tomorrow's hacking session?

2011-08-26 Thread Zach Pfeffer
On 26 August 2011 20:06, Eric Miao eric.m...@linaro.org wrote: On Sat, Aug 27, 2011 at 1:38 AM, Zach Pfeffer zach.pfef...@linaro.org wrote: On 26 August 2011 09:35, Eric Miao eric.m...@linaro.org wrote: Hi Zach, We are really a bit short of resource at this moment. We'll definitely look

Re: Bero, will you be available for tomorrow's hacking session?

2011-08-26 Thread Zach Pfeffer
On 26 August 2011 13:02, Fabio Estevam feste...@gmail.com wrote: On Fri, Aug 26, 2011 at 2:38 PM, Zach Pfeffer zach.pfef...@linaro.org wrote: ... Since the kernel is running the framebuffer I would start to look there. Yves, Do you have a PoC for the framebuffer driver owner at Freescale

Vishal Bhoj will be the Panda Board LEB PoC, building the Panda-LEB from scratch and some tools

2011-08-29 Thread Zach Pfeffer
To make the Panda LEB build from scratch do: mkdir leb-panda cd leb-panda export MANIFEST_REPO=git://android.git.linaro.org/platform/manifest.git export MANIFEST_BRANCH=linaro_android_2.3.5 export MANIFEST_FILENAME=LEB-panda.xml export TARGET_PRODUCT=pandaboard export TARGET_SIMULATOR=false

Tracking Android kernel tips and Android builds

2011-08-29 Thread Zach Pfeffer
Now that we have an Android build for every board and Gerrit and LAVA I'd like to unify how we handle kernels for each so that we can work more efficiently, start to unify the kernels and provide a means for external Android users to start to improve these trees. First, since we control the

Re: Tracking Android kernel tips and Android builds

2011-08-29 Thread Zach Pfeffer
On 29 August 2011 08:22, Paul Sokolovsky paul.sokolov...@linaro.org wrote: On Mon, 29 Aug 2011 08:08:17 -0500 Zach Pfeffer zach.pfef...@linaro.org wrote: Now that we have an Android build for every board and Gerrit and LAVA I'd like to unify how we handle kernels for each so that we can work

Re: Realtime Android

2011-08-29 Thread Zach Pfeffer
of the craneboard. So that I may attempt to create patches for the craneboard. -Tim On Sun, Aug 21, 2011 at 7:18 PM, Zach Pfeffer zach.pfef...@linaro.org wrote: Timothy, You had asked me about RT Android. I need to look into it a little. I'll follow up this email with more information. -Zach

Re: Request your help on Porting Linux-3.0 on QSD8X50 target

2011-08-29 Thread Zach Pfeffer
Jagan, That's awesome. Looping in linaro-dev and David Brown who's the MSM maintainer. On 29 August 2011 10:09, jagan 402ja...@gmail.com wrote: Hi, I am working as kernel bsp developer in android-2.3 for Qualcomm QSD8X50 target. Currently I am porting linux-3.0 on qsd8250_surf. I am able to

Re: Tracking Android kernel tips and Android builds

2011-08-29 Thread Zach Pfeffer
On 29 August 2011 10:13, Andy Green andy.gr...@linaro.org wrote: On 08/29/2011 09:22 PM, Somebody in the thread at some point said: It's not enough if you still want to refer to it via SHA, due to repo peculiarities. It should be also reachable from one of the live branches (so, instead of a

Re: Tracking Android kernel tips and Android builds

2011-08-29 Thread Zach Pfeffer
On 29 August 2011 10:58, Andy Green andy.gr...@linaro.org wrote: On 08/29/2011 11:41 PM, Somebody in the thread at some point said: On 29 August 2011 10:13, Andy Greenandy.gr...@linaro.org  wrote: On 08/29/2011 09:22 PM, Somebody in the thread at some point said: It's not enough if you

State of WiFi and BT Integration

2011-08-29 Thread Zach Pfeffer
The last 2 things to do are to fix the build system so that when you build concurrently the modules get into the system.tar.bz2. Things should get installed to: out/target/product/pandaboard/system/modules ...and they do when you build without -j The file: device/linaro/common/tasks/kernel.mk

Re: State of WiFi and BT Integration

2011-08-29 Thread Zach Pfeffer
the dependencies worked out. On 29 August 2011 13:57, Zach Pfeffer zach.pfef...@linaro.org wrote: The last 2 things to do are to fix the build system so that when you build concurrently the modules get into the system.tar.bz2. Things should get installed to: out/target/product/pandaboard

Re: Tracking Android kernel tips and Android builds

2011-08-30 Thread Zach Pfeffer
On 30 August 2011 05:46, Paul Sokolovsky paul.sokolov...@linaro.org wrote: On Mon, 29 Aug 2011 18:42:29 +0200 Alexander Sack a...@linaro.org wrote: On Mon, Aug 29, 2011 at 3:22 PM, Paul Sokolovsky paul.sokolov...@linaro.org wrote: It's not enough if you still want to refer to it via SHA,

Re: Tracking Android kernel tips and Android builds

2011-08-30 Thread Zach Pfeffer
Because we push everything upstream. On 30 August 2011 10:43, Christian Robottom Reis k...@linaro.org wrote: On Tue, Aug 30, 2011 at 01:25:15PM +0300, Paul Sokolovsky wrote: Yeah, I have patch for that. But we cannot use before upstream accepts it (because people will get errors checking out

Re: Tracking Android kernel tips and Android builds

2011-08-30 Thread Zach Pfeffer
On 30 August 2011 10:50, Christian Robottom Reis k...@linaro.org wrote: On Tue, Aug 30, 2011 at 10:46:55AM -0500, Zach Pfeffer wrote: Because we push everything upstream. While I agree with that blanket statement, there's no reason we wouldn't provide a [potentially temporary] version of repo

Re: Tracking Android kernel tips and Android builds

2011-08-30 Thread Zach Pfeffer
On 30 August 2011 10:58, James Westby james.wes...@canonical.com wrote: On Tue, 30 Aug 2011 12:50:51 -0300, Christian Robottom Reis k...@linaro.org wrote: On Tue, Aug 30, 2011 at 10:46:55AM -0500, Zach Pfeffer wrote: Because we push everything upstream. While I agree with that blanket

A really awesome job, thank you!

2011-08-30 Thread Zach Pfeffer
I just wanted to make everyone aware of the fantastic job that the infrastructure team and the validation team are doing to ensure that our builds are extremely easy to use. With the inclusion of test results on the build page: https://android-build.linaro.org/builds/~linaro-android/panda/ We

Re: State of WiFi and BT Integration

2011-08-30 Thread Zach Pfeffer
On 30 August 2011 13:56, Andy Green andy.gr...@linaro.org wrote: On 08/31/2011 12:58 AM, Somebody in the thread at some point said: On 29 August 2011 21:14, Andy Greenandy.gr...@linaro.org  wrote: On 08/30/2011 03:24 AM, Somebody in the thread at some point said: Andy Doan had the

Re: Tracking Android kernel tips and Android builds

2011-08-30 Thread Zach Pfeffer
On 30 August 2011 19:09, James Westby james.wes...@canonical.com wrote: On Tue, 30 Aug 2011 11:10:10 -0500, Zach Pfeffer zach.pfef...@linaro.org wrote: There's no reason to do it now, because its solving the wrong problem. The problem is sha's disappear. We use sha's because the provide

Re: Tracking Android kernel tips and Android builds

2011-08-30 Thread Zach Pfeffer
On 30 August 2011 19:48, Alexander Sack a...@linaro.org wrote: On Wed, Aug 31, 2011 at 2:09 AM, James Westby james.wes...@canonical.com wrote: On Tue, 30 Aug 2011 11:10:10 -0500, Zach Pfeffer zach.pfef...@linaro.org wrote: There's no reason to do it now, because its solving the wrong

Re: Tracking Android kernel tips and Android builds

2011-08-31 Thread Zach Pfeffer
On 31 August 2011 08:06, James Westby james.wes...@canonical.com wrote: On Tue, 30 Aug 2011 22:38:22 -0500, Zach Pfeffer zach.pfef...@linaro.org wrote: It sounds like you are advocating using a model where we use tags to ensure that the referenced revisions are reachable from a head

Re: Tracking Android kernel tips and Android builds

2011-09-01 Thread Zach Pfeffer
On 1 September 2011 05:59, Christian Robottom Reis k...@canonical.com wrote: On Tue, Aug 30, 2011 at 11:13:08AM -0500, Zach Pfeffer wrote: Any other issues that I've missed? Where should we come down in this case? I say we stay the course and fix the issue of sha's disappearing. I feel

Re: Tracking Android kernel tips and Android builds

2011-09-01 Thread Zach Pfeffer
On 1 September 2011 17:04, James Westby james.wes...@canonical.com wrote: On Thu, 1 Sep 2011 16:51:25 -0500, Zach Pfeffer zach.pfef...@linaro.org wrote: Anyhow, we have a few ways to solve this issue. I would say that as long as we reference trees whose shas are reachable from the branches

Re: Tracking Android kernel tips and Android builds

2011-09-01 Thread Zach Pfeffer
On 1 September 2011 17:21, James Westby james.wes...@canonical.com wrote: On Thu, 1 Sep 2011 17:10:03 -0500, Zach Pfeffer zach.pfef...@linaro.org wrote: We've had two instances of this problem for all the builds we've ever done. One instance was trying to sync u-boot and the other was trying

Fwd: Would you send me your hard float experiment results you presented in Budapest?

2011-09-02 Thread Zach Pfeffer
libs that can run on as many architectures as possible. -Zach -- Forwarded message -- From: Jim Huang js...@0xlab.org Date: 7 August 2011 18:01 Subject: Re: Would you send me your hard float experiment results you presented in Budapest? To: Zach Pfeffer zach.pfef...@linaro.org 2011

Re: Would you send me your hard float experiment results you presented in Budapest?

2011-09-02 Thread Zach Pfeffer
/ interesting in its image / shared library loader(s)? Dave On 30 Aug 2011, at 17:24, Zach Pfeffer wrote: Steve, I'd like you to meet Jim who did the initial hardfloat work. This email contains the results that Jim produced. I believe that the conclusion was that skia and webkit may

Re: Tracking Android kernel tips and Android builds

2011-09-02 Thread Zach Pfeffer
On 2 September 2011 12:39, Paul Sokolovsky paul.sokolov...@linaro.org wrote: On Thu, 01 Sep 2011 18:21:30 -0400 James Westby james.wes...@canonical.com wrote: On Thu, 1 Sep 2011 17:10:03 -0500, Zach Pfeffer zach.pfef...@linaro.org wrote: We've had two instances of this problem for all

Re: Tracking Android kernel tips and Android builds

2011-09-02 Thread Zach Pfeffer
On 30 August 2011 10:50, Christian Robottom Reis k...@linaro.org wrote: On Tue, Aug 30, 2011 at 10:46:55AM -0500, Zach Pfeffer wrote: Because we push everything upstream. While I agree with that blanket statement, there's no reason we wouldn't provide a [potentially temporary] version of repo

Re: Releasing Linaro-patched repo tool, was: Re: Tracking Android kernel tips and Android builds

2011-09-06 Thread Zach Pfeffer
On 6 September 2011 00:28, Fathi Boudra fathi.bou...@linaro.org wrote: On 6 September 2011 00:15, Alexander Sack a...@linaro.org wrote: On Mon, Sep 5, 2011 at 10:37 PM, Paul Sokolovsky paul.sokolov...@linaro.org wrote: On Mon, 5 Sep 2011 14:36:48 +0300 Paul Sokolovsky

Linaro's tip Panda, Beagle, Beagle xM, Snowball and iMX53 builds working again

2011-09-07 Thread Zach Pfeffer
Linaro's tip Panda, Beagle, Beagle xM, Snowball and iMX53 builds working again. I will release 11.09 versions of these soon. Panda-LEB and Origen are not coming up. We're investigating. These are working: Beagle, Beagle xM

State of each Android kernel tree

2011-09-08 Thread Zach Pfeffer
Thought people may find this information interesting. I was going through all the changes that came in for each target as I was cutting the first candidate builds of the 11.09 release. The From is 11.08 and the To: is our release point: Here's each kernel: The upstream build (works for Panda,

Re: First 11.09 Linaro Android Candidate Builds are done for (Linux 3.0.3, GCC 4.6, libjpegturbo) Panda, Beagle, Beagle xM, iMX53, Origen, Snowball

2011-09-12 Thread Zach Pfeffer
On 12 September 2011 06:36, Loïc Minier loic.min...@linaro.org wrote: On Mon, Sep 12, 2011, Zach Pfeffer wrote: I think stage is okay. Its short for staging which is used in the kernel as a place for things which aren't mainline. If I hear of any other issues with the name I'll think we can

Re: First 11.09 Linaro Android Candidate Builds are done for (Linux 3.0.3, GCC 4.6, libjpegturbo) Panda, Beagle, Beagle xM, iMX53, Origen, Snowball

2011-09-12 Thread Zach Pfeffer
On 12 September 2011 16:36, Michael Hope michael.h...@linaro.org wrote: On Mon, Sep 12, 2011 at 11:36 PM, Loïc Minier loic.min...@linaro.org wrote: On Mon, Sep 12, 2011, Zach Pfeffer wrote: I think stage is okay. Its short for staging which is used in the kernel as a place for things which

Re: The Cortex-A Programmer's Guide

2011-09-13 Thread Zach Pfeffer
-- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog ___ linaro-dev

Re: First 11.09 Linaro Android Candidate Builds are done for (Linux 3.0.3, GCC 4.6, libjpegturbo) Panda, Beagle, Beagle xM, iMX53, Origen, Snowball

2011-09-13 Thread Zach Pfeffer
think it sets the wrong tone. It sounds like staging is generally okay with people. I tend to take the view that its always possible to upstream the outstanding patches, though it may not be likely - the glass is half full, right? -- Loďc Minier -- Zach Pfeffer Android Platform Team Lead

Export kernel defconfig through android-build

2011-09-15 Thread Zach Pfeffer
used - which would make finding this information easier since if would one of the configs that gets passed to the build like TARGET_PRODUCT. Thoughts? -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http

Re: Export kernel defconfig through android-build

2011-09-15 Thread Zach Pfeffer
On 15 September 2011 15:58, James Westby james.wes...@linaro.org wrote: On Thu, 15 Sep 2011 15:08:26 -0500, Zach Pfeffer zach.pfef...@linaro.org wrote: I'm writing up some notes on building Android from scratch and replacing the kernel in an Android build from one built locally, and I

Building Linaro Android from source and replacing the kernel in an Linaro Android build

2011-09-15 Thread Zach Pfeffer
I get these questions a lot so I wrote some blog posts with the exact steps I used. http://www.linaro.org/linaro-blog/2011/09/15/switching-out-a-pre-built-android-images-kernel/ http://www.linaro.org/linaro-blog/2011/09/15/%EF%BB%BFbuilding-a-linaro-android-build-from-source/ Enjoy! -- Zach

Re: Export kernel defconfig through android-build

2011-09-16 Thread Zach Pfeffer
On 16 September 2011 08:53, James Westby james.wes...@linaro.org wrote: On Thu, 15 Sep 2011 16:13:32 -0500, Zach Pfeffer zach.pfef...@linaro.org wrote: It just does it by name. Thinking more about this. Replacing a kernel is a pretty normal operation. I think if we just generated a script

Re: Export kernel defconfig through android-build

2011-09-16 Thread Zach Pfeffer
On 16 September 2011 10:39, James Westby james.wes...@linaro.org wrote: On Fri, 16 Sep 2011 10:19:49 -0500, Zach Pfeffer zach.pfef...@linaro.org wrote: https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-gen-script-to-download-and-prog-builds For making downloading

Re: Export kernel defconfig through android-build

2011-09-16 Thread Zach Pfeffer
On 16 September 2011 10:55, Paul Sokolovsky paul.sokolov...@linaro.org wrote: Hello, Just my 2 cents. On Thu, 15 Sep 2011 16:13:32 -0500 Zach Pfeffer zach.pfef...@linaro.org wrote: On 15 September 2011 15:58, James Westby james.wes...@linaro.org wrote: On Thu, 15 Sep 2011 15:08:26 -0500

Re: Building Linaro Android from source and replacing the kernel in an Linaro Android build

2011-09-16 Thread Zach Pfeffer
Great feedback Kiko! Update the post. On 16 September 2011 10:10, Christian Robottom Reis k...@linaro.org wrote: On Thu, Sep 15, 2011 at 05:02:24PM -0500, Zach Pfeffer wrote: http://www.linaro.org/linaro-blog/2011/09/15/switching-out-a-pre-built-android-images-kernel/ Nice. To guide

Re: Export kernel defconfig through android-build

2011-09-16 Thread Zach Pfeffer
On 16 September 2011 11:17, James Westby james.wes...@linaro.org wrote: On Fri, 16 Sep 2011 11:02:34 -0500, Zach Pfeffer zach.pfef...@linaro.org wrote: On 16 September 2011 10:39, James Westby james.wes...@linaro.org wrote: On Fri, 16 Sep 2011 10:19:49 -0500, Zach Pfeffer zach.pfef

Re: Android Build Jenkins Log Parser plugin deployed

2011-09-16 Thread Zach Pfeffer
priority as part of the aforementioned blueprint. Hey, this is really cool. Thanks Paul! -- Best Regards, Paul Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog -- Zach

Re: Export kernel defconfig through android-build

2011-09-16 Thread Zach Pfeffer
On 16 September 2011 14:10, john stultz johns...@us.ibm.com wrote: On Thu, 2011-09-15 at 16:13 -0500, Zach Pfeffer wrote: git clone git://git.linaro.org/people/jstultz/android.git cd android git checkout linaro-android-3.0 Minor nit here, going forward I think we want to point folks

Re: Export kernel defconfig through android-build

2011-09-16 Thread Zach Pfeffer
On 16 September 2011 14:27, john stultz johns...@us.ibm.com wrote: On Fri, 2011-09-16 at 14:13 -0500, Zach Pfeffer wrote: On 16 September 2011 14:10, john stultz johns...@us.ibm.com wrote: On Thu, 2011-09-15 at 16:13 -0500, Zach Pfeffer wrote: git clone git://git.linaro.org/people/jstultz

Final RC Builds on Sun 2011/9/25 (Central Daylight Time)

2011-09-20 Thread Zach Pfeffer
are looking okay, except: iMX53 rebase on Jstultz Beagle isn't building https://launchpad.net/linaro-android/+milestone/11.09 -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http

Does the Samsung LT have a branch that tracks the CMA / dma-mapping / iommu work for exynos4?

2011-09-21 Thread Zach Pfeffer
Mike asked me about this in IRC. Figured I'd spin up a thread. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog

Re: Android Tracking Tree

2011-09-22 Thread Zach Pfeffer
and everyone... On 22 September 2011 11:48, Zach Pfeffer zach.pfef...@linaro.org wrote: Adding kiko, Alexander and Scott. On 22 September 2011 10:39, Zach Pfeffer zach.pfef...@linaro.org wrote: I just wanted to get a thread going on this. Andy's idea: What I think we need is for Linaro

Re: Android Tracking Tree

2011-09-22 Thread Zach Pfeffer
On 22 September 2011 11:50, Zach Pfeffer zach.pfef...@linaro.org wrote: and everyone... On 22 September 2011 11:48, Zach Pfeffer zach.pfef...@linaro.org wrote: Adding kiko, Alexander and Scott. On 22 September 2011 10:39, Zach Pfeffer zach.pfef...@linaro.org wrote: I just wanted to get

Re: 11.09 Snapshot Linaro+Android Baseline Release

2011-09-22 Thread Zach Pfeffer
kernel + the upstream Android branch from Google, and provides the base kernel tree that LT android trees can use. This baseline can be found via git here: http://android.git.linaro.org/gitweb?p=kernel/linaro-android.git;a=summary thanks -john -- Zach Pfeffer Android Platform Team Lead

Linaro Android 11.09 PoC's for the 26th, 27th and 28th Reminder

2011-09-25 Thread Zach Pfeffer
UTC Bero, Botao 16 - 0.5 UTC Zach (pfefferz) 28th 0 - 8.5 UTC Botao 8 - 16.5 UTC Patrik (patrikryd) 16 - 0.5 UTC Zach Thanks again to those who volunteered, lets have a great release! -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM

Re: Linaro Android 11.09 PoC's for the 26th, 27th and 28th Reminder

2011-09-25 Thread Zach Pfeffer
will come out on the 29th. Thanks! -Zach On 25 September 2011 17:24, Zach Pfeffer zach.pfef...@linaro.org wrote: Here's out lineup. If anyone runs into trouble with the Linaro Android release, these people are here to help: These people will be on IRC during the times listed. 26th 0 - 8.5

Re: Linaro Android 11.09 PoC's for the 26th, 27th and 28th Reminder

2011-09-25 Thread Zach Pfeffer
Update: 26th 0 - 8.5 UTC Vishal Bhoj (bhoj) will be the PoC. On 25 September 2011 17:24, Zach Pfeffer zach.pfef...@linaro.org wrote: Here's out lineup. If anyone runs into trouble with the Linaro Android release, these people are here to help: These people will be on IRC during the times

Re: Linaro Android 11.09 PoC's for the 26th, 27th and 28th Reminder

2011-09-25 Thread Zach Pfeffer
Update, botao and vishal are now available (thanks guys!): 26th 0 - 8.5 UTC Vishal Bhoj (bhoj), Botao (botao-sun) will be the PoC. On 25 September 2011 21:38, Zach Pfeffer zach.pfef...@linaro.org wrote: Update: 26th 0 - 8.5 UTC Vishal Bhoj (bhoj) will be the PoC. On 25 September 2011

Re: How to create codec using ffmpeg android

2011-09-29 Thread Zach Pfeffer
?hl=en. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog ___ linaro

Re: BUGREPORTED work item state

2011-10-02 Thread Zach Pfeffer
this cycle The whiteboard work items are parsed to update status.linaro.org so I guess these work items are simply skipped. Cheers, -- Fathi Boudra Linaro Release Manager | Validation Project Manager Linaro.org | Open source software for ARM SoCs -- Zach Pfeffer Android Platform Team Lead

android-build prefixes: staging- landing- tracking- no prefix

2011-10-05 Thread Zach Pfeffer
, etc..). If a build attains a certain star value it is called an LEB. Feel free to catch me on this thread or on irc or mumble if you've got any comments or questions. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro

Re: Announce: TILT tracking Androidization trees

2011-10-06 Thread Zach Pfeffer
___ linaro-kernel mailing list linaro-ker...@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-kernel -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http

[ACTIVITY] Android Platform Team 2011-09-26 to 2011-10-02

2011-10-06 Thread Zach Pfeffer
build 15 * 869514 - Android tracking-panda build 9 crashes during suspend * 869537 - Android tracking-panda build 9 fails to boot on 4460 Blueprints: === https://launchpad.net/linaro-android/+milestone/11.10 -- Zach Pfeffer Android

Re: Trouble on tip

2011-10-14 Thread Zach Pfeffer
On 14 October 2011 21:28, Zach Pfeffer zach.pfef...@linaro.org wrote: On 14 October 2011 21:19, Zach Pfeffer zach.pfef...@linaro.org wrote: On 14 October 2011 16:57, Zach Pfeffer zach.pfef...@linaro.org wrote: https://android-build.linaro.org/builds/~linaro-android/staging-panda/#build=36

Re: Trouble on tip

2011-10-14 Thread Zach Pfeffer
On 14 October 2011 22:49, Zach Pfeffer zach.pfef...@linaro.org wrote: On 14 October 2011 21:28, Zach Pfeffer zach.pfef...@linaro.org wrote: On 14 October 2011 21:19, Zach Pfeffer zach.pfef...@linaro.org wrote: On 14 October 2011 16:57, Zach Pfeffer zach.pfef...@linaro.org wrote: https

Re: Trouble on tip

2011-10-16 Thread Zach Pfeffer
On 14 October 2011 21:19, Zach Pfeffer zach.pfef...@linaro.org wrote: On 14 October 2011 16:57, Zach Pfeffer zach.pfef...@linaro.org wrote: https://android-build.linaro.org/builds/~linaro-android/staging-panda/#build=36 can't launch windows, but https://android-build.linaro.org/builds

android.git.linaro.org is going down in 10 min for 30 min

2011-10-19 Thread Zach Pfeffer
James will send a mail when its back up. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog

Re: android.git.linaro.org is going down in 10 min for 30 min

2011-10-19 Thread Zach Pfeffer
Thanks James! it's looking much snappier now! -Zach On 19 October 2011 11:32, James Westby james.wes...@linaro.org wrote: Hi, Back up now, and hopefully much happier. Thanks, James On Wed, 19 Oct 2011 10:37:40 -0500, Zach Pfeffer zach.pfef...@linaro.org wrote: James will send a mail

Fwd: AOSP coming back online

2011-10-19 Thread Zach Pfeffer
+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/android-platform?hl=en. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http

I will start cutting Android's RC release at 23:59:00 UTC on Friday, 2011/10/21

2011-10-20 Thread Zach Pfeffer
://wiki.linaro.org/Platform/QA/TestCases/Android Then I send an email to Fathi with the exact build number of the release. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http

Fwd: DisableSuspend.apk

2011-10-21 Thread Zach Pfeffer
This will disable suspend (like if you're showing a demo off). -- Forwarded message -- From: Zach Pfeffer zach.pfef...@linaro.org Date: 21 October 2011 20:33 Subject: Re: DisableSuspend.apk To: bernhard.rosenkranzer bernhard.rosenkran...@linaro.org Sorry, this will work better

Final 11.10 Android Release Candidate Images

2011-10-23 Thread Zach Pfeffer
=0AnpUtxWjZbP9dGFDUk5kNXBoeWZDb3MyUmJ4cnBHTEEhl=en_USpli=1#gid=1 There are a bunch of great things in these builds, one of which is USB camera support. Plug a camera in, boot and launch the Camera app! Enjoy! -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM

ELC-E Linaro Android Presentation For Comment

2011-10-24 Thread Zach Pfeffer
Here's what I've got so far, More to come on Benchmarking, Andy's kernel process, LAVA and toolchain. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com

Re: ELC-E Linaro Android Presentation For Comment

2011-10-25 Thread Zach Pfeffer
=0B3pUtxWjZbP9NTJjYWNmNTktN2MzMC00MGY2LWEyY2ItZTc4ZjdmMThmMDFmhl=en_US On 24 October 2011 12:58, Loïc Minier loic.min...@linaro.org wrote: On Mon, Oct 24, 2011, Zach Pfeffer wrote: Here's what I've got so far, More to come on Benchmarking, Andy's kernel process, LAVA and toolchain.  I stripped attachments in moderation and put

Re: End of support for Snowball V2 board

2011-11-01 Thread Zach Pfeffer
linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http

3 new linaro-android sessions for connect: kernel unification, eCryptfs, GStreamer

2011-11-01 Thread Zach Pfeffer
-lc4.11-ubuntu-on-android-kernel Enabling Hardware Accelerated Video with GStreamer on Android https://blueprints.launchpad.net/linaro-android/+spec/linaro-platforms-lc4.11-gstreamer-android -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software

Re: Request

2011-11-16 Thread Zach Pfeffer
? -rgds ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro

Re: Thank you everyone!

2011-11-18 Thread Zach Pfeffer
And Toolchain, Member Services, and PM! ...and everyone else but have forgotten;) On 18 November 2011 21:55, Zach Pfeffer zach.pfef...@linaro.org wrote: I just wanted to thank everyone, Infrastructure, Android, Dev Platform, Landing-Teams, MM, GFX, Power, KWG, OCTO, Validation, HR

11.11 Postmortem and 11.12 Plan

2011-11-27 Thread Zach Pfeffer
Connect: Demo Friday III http://www.youtube.com/watch?v=3lRxiTA6A10 Linaro Connect Q4.11 - Panda cloud cluster http://www.youtube.com/watch?v=pSGNf0KZ71c Linaro Android Tech Lead Zach Pfeffer at Linaro Connect http://www.youtube.com/watch?v=yVZ1kblmQMY Porting Android to New Platforms https

Re: End to end audio test - initial drop

2011-11-28 Thread Zach Pfeffer
may be a good candidate for kernel regression testing. Enjoy! -- Kurt Taylor (irc krtaylor) Linaro Multimedia Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open

cpu_idle?

2011-11-29 Thread Zach Pfeffer
each board that we could land in Ubuntu and Android? Adding other people, leads, etc... -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http

Re: Proposal : New Linaro Desktop Wallpaper

2011-12-02 Thread Zach Pfeffer
? 3. And yes, having a cool bootscreen animation for android and ubuntu would be nice as well :). Note, that Steve had a branding effort on his plate, so please talk to him first before putting more effort into tuning these to avoid duplication... -- Zach Pfeffer Android Platform Team Lead

Re: Proposal : New Linaro Desktop Wallpaper

2011-12-02 Thread Zach Pfeffer
Cool, thanks Andy. Here's the BP, https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-create-linaro-active-wallpaper. On 2 December 2011 07:47, Andy Doan andy.d...@linaro.org wrote: On 12/02/2011 09:40 AM, Zach Pfeffer wrote: On 2 December 2011 07:35, Andy Doan andy.d

The 11.12 Android Plan

2011-12-02 Thread Zach Pfeffer
The ambitious 11.12 Android plan is available at: https://launchpad.net/linaro-android/+milestone/11.12 We have 27 blueprints and 31 bugs targeted. Feel free to send in comments, questions and concerns. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source

Re: Android Build seeded builds report

2011-12-05 Thread Zach Pfeffer
maintainable, so work on that continues thru 11.12 Thanks, Paul Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog -- Zach Pfeffer Android Platform Team Lead, Linaro Platform

Linaro 11.12 Preview Release Candidate 2 Out

2011-12-05 Thread Zach Pfeffer
/tracking-panda-11.12-release/#build=2https://android-build.linaro.org/builds/~linaro-android/panda-11.12-release/#build=2 Tests https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadHlNN1hZZERMbThtaTBlSkZwVDRYdGchl=en_US#gid=0 Woot! -- Zach Pfeffer Android Platform Team Lead, Linaro

Jenkins LAVA hook

2011-12-15 Thread Zach Pfeffer
Frans, Paul Sokolovsky has some details about an issue we're running into passing builds to LAVA from android-build with our new proprietary binaries? Paul would you tell Frans about it? -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM

Re: Initial Linaro+Android kernel for 11.12 is available

2011-12-19 Thread Zach Pfeffer
-able. If I jump back to a topic branch, frequently there are missing dependencies that keep it from building. Any thoughts on how we can better chase down these sorts of issues? thanks -john -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software

Re: Weird, weird Linux on ARM, a LinuxCon presentation

2011-12-19 Thread Zach Pfeffer
list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http

Re: audio support for pandboard on Linaro release 11.11/12

2011-12-21 Thread Zach Pfeffer
the latter, however, it seems that it's only concerned about the ubuntu way. -Andy Thanks Yuping Luo ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev -- Zach Pfeffer Android

Busted my hand may be slow to respond...

2012-01-11 Thread Zach Pfeffer
Off to get a little rest. Good news is they don't think its broken. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro

Re: Finding source code for Linaro kernels

2012-01-13 Thread Zach Pfeffer
___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http

Re: Finding source code for Linaro kernels

2012-01-13 Thread Zach Pfeffer
right that scripting could make it more convenient to access. Cheers ---Dave -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http

Re: DisableSuspend.apk

2012-01-14 Thread Zach Pfeffer
. Thanks, Yongqin Liu On 22 October 2011 11:10, Zach Pfeffer zach.pfef...@linaro.org wrote: This will disable suspend (like if you're showing a demo off). -- Forwarded message -- From: Zach Pfeffer zach.pfef...@linaro.org Date: 21 October 2011 20:33 Subject: Re

Re: DisableSuspend.apk

2012-01-14 Thread Zach Pfeffer
Adding the right linaro-android list and the .apk. On 14 January 2012 20:30, Zach Pfeffer zach.pfef...@linaro.org wrote: Cool. That's a keeper! Thanks! Attached my DisableSuspend.apk. On 14 January 2012 06:44, yong qin yongqin@linaro.org wrote: Hi, All The command  below seems can

Re: LAVA and Android Toolchain Benchmarks

2012-01-18 Thread Zach Pfeffer
/bf7550641ed6c11a338ede777ddf2c5872e28587/ ___ linaro-android mailing list linaro-andr...@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source

Re: Android 11.12 on pandaboard

2012-01-18 Thread Zach Pfeffer
/pages/Linaro/155974581091106  - http://twitter.com/#!/linaroorg - http://linaro.org/linaro-blog ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev -- Zach Pfeffer Android Platform Team Lead

SMP Improvement on Android

2012-01-19 Thread Zach Pfeffer
This is going to rock! -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog

<    1   2   3   4   >