Re: Hardware Packs v2

2011-01-20 Thread Patrik Ryd
On 20 January 2011 05:15, Scott Bambrough scott.bambro...@linaro.orgwrote: On Wed, 2011-01-19 at 15:02 -0600, James Westby wrote: An illustration of what I mean: if we add linux_image and ignore it, and then use it within Android hwpacks, someone with the old code will try and use one of

Re: [linaro-android][PATCH] device/linaro/u8500href: Install 0xbench native applications

2011-02-15 Thread Patrik Ryd
Hi, Looks good to me. I will push it to git.linaro.org. /Patrik On 15 February 2011 05:30, Jeremy Chang jer...@0xlab.org wrote: From 78b170843eadf0e72d6b0d4cb0fc5f3be5edcae8 Mon Sep 17 00:00:00 2001 From: Jeremy Chang jer...@0xlab.org Date: Tue, 15 Feb 2011 12:17:16 +0800 Subject:

Re: [linaro-android][PATCH] device/linaro/pandaboard: Install 0xbench native applications

2011-02-15 Thread Patrik Ryd
Hi, Looks good to me. I will push it to git.linaro.org. /Patrik On 15 February 2011 05:28, Jeremy Chang jer...@0xlab.org wrote: From 8d63ba7ae90b3629dd60eeab12fdc28a8dcc58e7 Mon Sep 17 00:00:00 2001 From: Jeremy Chang jer...@0xlab.org Date: Tue, 15 Feb 2011 12:10:02 +0800 Subject: [PATCH]

Re: [linaro-android][PATCH] Install 0xbench native applications

2011-02-15 Thread Patrik Ryd
Hi, Looks good to me. I will push it to git.linaro.org. /Patrik On 14 February 2011 11:08, Jeremy Chang jer...@0xlab.org wrote: From 9a8781bb34fe1ff3463a1dc48f3b33b43e2f Mon Sep 17 00:00:00 2001 From: Jeremy Chang jer...@0xlab.org Date: Sun, 13 Feb 2011 20:49:26 +0800 Subject: [PATCH]

Android: [PATCH 1/2] Added generic hook for loading device specific tasks.

2011-02-17 Thread Patrik Ryd
From 2198bdd81fff5e3878a9b2a0eed5c7b828114282 Mon Sep 17 00:00:00 2001 From: Patrik Ryd patrik@linaro.org Date: Mon, 14 Feb 2011 15:29:58 +0100 Subject: [PATCH 1/2] Added generic hook for loading device specific tasks. Change-Id: I98766a2f05ceda931fe94a668ef2950a79297ced Signed-off-by: Patrik

Android: [PATCH] Trigger build of tarballs for Linaro boards.

2011-02-17 Thread Patrik Ryd
From f7f406cc3e6e3c477c5457b0fec00dad60568815 Mon Sep 17 00:00:00 2001 From: Patrik Ryd patrik@linaro.org Date: Thu, 17 Feb 2011 17:38:53 +0100 Subject: [PATCH] Trigger build of tarballs for Linaro boards. --- tasks/tarballs.mk | 22 ++ 1 files changed, 22 insertions

Android: [PATCH 2/2] Create tarballs

2011-02-17 Thread Patrik Ryd
From 2db23c765baa398e1eade847d0552cb1993b0ce9 Mon Sep 17 00:00:00 2001 From: Patrik Ryd patrik@linaro.org Date: Tue, 15 Feb 2011 14:49:12 +0100 Subject: [PATCH 2/2] Create tarballs Fixed unassiged varibles when creating tarballs. Change-Id: I73ff82e290041e848188c699edfbfb1c1c6de100 --- core

[PATCH] Added generic hook for loading device specific tasks.

2011-02-21 Thread Patrik Ryd
From 67fed63cd8449bea6f8704c66646ca9e26fe24e3 Mon Sep 17 00:00:00 2001 From: Patrik Ryd patrik@linaro.org Date: Mon, 14 Feb 2011 15:29:58 +0100 Subject: [PATCH] Added generic hook for loading device specific tasks. Change-Id: I6216195edd6a43e940b3d254256092aca98ca58d Signed-off-by: Patrik Ryd

Subject: [PATCH] Added target roottatball

2011-02-21 Thread Patrik Ryd
From 0af38129a04da9c7b621ba0bde2bd90980ad9756 Mon Sep 17 00:00:00 2001 From: Patrik Ryd patrik@linaro.org Date: Mon, 21 Feb 2011 09:49:56 +0100 Subject: [PATCH] Added target roottatball The new taget roottarball creates a tarball of the root file system. --- tasks/tarballs.mk | 25

[PATCH] [android/devices/linaro/common] Correct permission, owner and group on files in the root tarball

2011-03-11 Thread Patrik Ryd
Fix for LP #731780. --- tasks/mktarball.sh | 60 tasks/tarballs.mk |4 ++- 2 files changed, 63 insertions(+), 1 deletions(-) create mode 100755 tasks/mktarball.sh diff --git a/tasks/mktarball.sh b/tasks/mktarball.sh new file mode

Re: [PATCH 2/2 android/device/linaro/common] mount mmc partitions instead of mtd partitions

2011-03-14 Thread Patrik Ryd
Looks good to me. /Patrik On 14 March 2011 15:37, Jeremy Chang jeremy.ch...@linaro.org wrote: All partitions from mmc is expected. This depends on Jim Huang's patch init: support mmc device mount in android/system/core to work. Signed-off-by: Jeremy Chang jeremy.ch...@linaro.org ---

Re: [PATCH 1/2 android/device/linaro/common] Add init.rc in common part of linaro devices

2011-03-14 Thread Patrik Ryd
Looks good to me. /Patrik On 14 March 2011 15:37, Jeremy Chang jeremy.ch...@linaro.org wrote: Signed-off-by: Jeremy Chang jeremy.ch...@linaro.org --- init.rc | 410 +++ 1 files changed, 410 insertions(+), 0 deletions(-)

Re: [PATCH android/device/linaro/beagleboard] Delete init.rc

2011-03-14 Thread Patrik Ryd
Looks good to me. Will you creates patches for the other two boards? /Patrik On 14 March 2011 15:38, Jeremy Chang jeremy.ch...@linaro.org wrote: Move init.rc to the common directory Signed-off-by: Jeremy Chang jeremy.ch...@linaro.org --- AndroidBoard.mk |2 +- init.rc |

Re: [PATCH 2/2 android/device/linaro/common] mount mmc partitions instead of mtd partitions

2011-03-14 Thread Patrik Ryd
On 14 March 2011 16:28, Paul Larson paul.lar...@linaro.org wrote: On Mon, Mar 14, 2011 at 9:37 AM, Jeremy Chang jeremy.ch...@linaro.orgwrote: +# mount mmc partitions +mount ext4 mmc@blk0p3 /system +mount ext4 mmc@blk0p3 /system ro remount +mount ext4 mmc@blk0p5 /cache +

Re: [PATCH] [android/devices/linaro/common] Correct permission, owner and group on files in the root tarball

2011-03-15 Thread Patrik Ryd
this correction (for the rootfs) into the android version of mktarball.sh and contribute it. On Fri, Mar 11, 2011 at 4:05 PM, Patrik Ryd patrik@linaro.org wrote: Fix for LP #731780. --- tasks/mktarball.sh | 60 tasks/tarballs.mk |4

Re: [PATCH-Android] Patches to build Android using GCC 4.5/4.6.

2011-03-18 Thread Patrik Ryd
On 18 March 2011 07:06, Jim Huang jim.hu...@linaro.org wrote: On 17 March 2011 23:35, Patrik Ryd patrik@linaro.org wrote: Hi, I think your patches are good enough (now after the review) to start pushing them to a toolchain_preview branch. That way people can use

Re: [PATCH v2 android/system/vold] Promote the max partition support to 8

2011-03-22 Thread Patrik Ryd
Looks good to me. /Patrik On 22 March 2011 13:58, Jeremy Chang jeremy.ch...@linaro.org wrote: This is needed for supporting multiple partition layout. Delete MAX_PARTS define since it's not used and also to make it look consistent. Change-Id: Ic4e1b5f7219cb51f02d9e0d2c14046da9f7b51f1

Re: [PATCH android/device/linaro/pandaboard] Add vold.fstab

2011-03-23 Thread Patrik Ryd
On 23 March 2011 09:01, Jeremy Chang jeremy.ch...@linaro.org wrote: vold.fstab is the vold configuration file to tell what the device to mount. Signed-off-by: Jeremy Chang jeremy.ch...@linaro.org --- device.mk | 16 pandaboard.mk |1 + vold.fstab| 15

Pathes for Produce boottarball that includes rootfs, kernel and bootloader for Android

2011-04-05 Thread Patrik Ryd
Hi, I will push some patches for review. They are all for Android. For the blueprint https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-platform-kernel-boottarball . I have had problems setting the subject correctly, but they are for the android manifest, linaro/device/common,

[PATCH] Added kernel and u-boot

2011-04-05 Thread Patrik Ryd
--- default.xml | 17 ++--- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/default.xml b/default.xml index dc6411d..09fca60 100644 --- a/default.xml +++ b/default.xml @@ -7,21 +7,24 @@ remote=korg / remote name=linaro -

[PATCH 2/2] Enable u-boot

2011-04-05 Thread Patrik Ryd
Use u-boot as the 2NDBOOTLOADER. --- BoardConfig.mk |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 11b49a8..54d3675 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -4,9 +4,12 @@ # TARGET_BOARD_PLATFORM := omap3

[PATCH 1/2] kernel in root tar

2011-04-05 Thread Patrik Ryd
--- tasks/kernel.mk |8 tasks/tarballs.mk |9 + 2 files changed, 17 insertions(+), 0 deletions(-) create mode 100644 tasks/kernel.mk diff --git a/tasks/kernel.mk b/tasks/kernel.mk new file mode 100644 index 000..513bafa --- /dev/null +++ b/tasks/kernel.mk @@ -0,0

[PATCH 2/2] Rules for building u-boot

2011-04-05 Thread Patrik Ryd
--- tasks/uboot.mk | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 tasks/uboot.mk diff --git a/tasks/uboot.mk b/tasks/uboot.mk new file mode 100644 index 000..3d297c0 --- /dev/null +++ b/tasks/uboot.mk @@ -0,0 +1,10 @@ +android_uboot: + rm -fr

[PATCH] Added missing in build-boottarball-target

2011-04-05 Thread Patrik Ryd
--- core/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Makefile b/core/Makefile index 8b7d6de..857dd20 100644 --- a/core/Makefile +++ b/core/Makefile @@ -794,7 +794,7 @@ stnod: systemtarball-nodeps ### ## boot tarball define

Re: [PATCH] Added kernel and u-boot

2011-04-07 Thread Patrik Ryd
On 6 April 2011 19:17, Jeremy Chang jeremy.ch...@linaro.org wrote: On Wed, Apr 6, 2011 at 1:08 AM, Patrik Ryd patrik@linaro.org wrote: ---  default.xml |   17 ++---  1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/default.xml b/default.xml index dc6411d

Re: [PATCH 1/2] kernel in root tar

2011-04-07 Thread Patrik Ryd
On 5 April 2011 22:52, Alexander Sack a...@linaro.org wrote: On Tue, Apr 5, 2011 at 7:09 PM, Patrik Ryd patrik@linaro.org wrote: ---  tasks/kernel.mk   |    8  tasks/tarballs.mk |    9 +  2 files changed, 17 insertions(+), 0 deletions(-)  create mode 100644 tasks

[Android: device/linaro/common] Building u-boot

2011-04-11 Thread Patrik Ryd
Introduced a alternative way of building u-boot instead of forcing u-boot to be built as if it was Androids 2ndbootloader. --- tasks/bootfiles.mk | 12 tasks/kernel.mk|1 - tasks/uboot.mk |3 +-- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644

[Android: device/linaro/pandaboard 3/3] Configure build to use u-boot

2011-04-11 Thread Patrik Ryd
Introduced a alternative way of building u-boot instead of forcing u-boot to be built as if it was Androids 2ndbootloader. --- BoardConfig.mk |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 07488f9..5314353 100644 ---

[Android: device/linaro/pandaboard 1/3] Enable kernel

2011-04-11 Thread Patrik Ryd
Set TARGET_NO_KERNEL to false in BoardConfig and use android_omap4_defconfig when building kernel. --- BoardConfig.mk |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 82a06bd..6b808e2 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk

[Android: device/linaro/pandaboard 2/3] Enable u-boot

2011-04-11 Thread Patrik Ryd
Use u-boot as the 2NDBOOTLOADER. --- BoardConfig.mk |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 6b808e2..07488f9 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -4,9 +4,12 @@ # TARGET_BOARD_PLATFORM := omap4

[Android: device/linaro/beagleboard] Configure build to use u-boot

2011-04-11 Thread Patrik Ryd
Introduced a alternative way of building u-boot instead of forcing u-boot to be built as if it was Androids 2ndbootloader. --- BoardConfig.mk |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 227f676..e538591 100644 ---

[Android: device/linaro/u8500href] Updated Boardconfig to keep it similar to the beagle and panda

2011-04-11 Thread Patrik Ryd
--- BoardConfig.mk |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 882a994..e8135c1 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -4,8 +4,13 @@ # TARGET_BOARD_PLATFORM := montblanc -TARGET_NO_BOOTLOADER := true

[Android: device/linaro/common] Added support for xloader (MLO)

2011-04-11 Thread Patrik Ryd
--- tasks/bootfiles.mk |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/tasks/bootfiles.mk b/tasks/bootfiles.mk index 8489e69..c9cea21 100644 --- a/tasks/bootfiles.mk +++ b/tasks/bootfiles.mk @@ -8,5 +8,8 @@ bootfiles: ifeq ($(TARGET_USE_UBOOT),true) cp

Re: [Android: device/linaro/pandaboard] MLO for panda

2011-04-12 Thread Patrik Ryd
On 11 April 2011 17:20, Jim Huang jim.hu...@linaro.org wrote: On 11 April 2011 23:14, Patrik Ryd patrik@linaro.org wrote: diff --git a/BoardConfig.mk b/BoardConfig.mk index 5314353..457ab4f 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -9,7 +9,8 @@ TARGET_NO_KERNEL := false

[Android: device/linaro/common] Rename the kernel to uImage for Linaro Android build

2011-04-18 Thread patrik . ryd
From: Patrik Ryd patrik@linaro.org In the Linaro set up u-boot will look for uImage (and not for kernel). --- tasks/kernel.mk |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/kernel.mk b/tasks/kernel.mk index a016d6e..f0ebb93 100644 --- a/tasks/kernel.mk

[Android: build.git] Rename the kernel to uImage for Linaro Android build

2011-04-18 Thread Patrik Ryd
In the Linaro set up u-boot will look for uImage (and not for kernel). This patch is Linaro specific and should not be contibuted to AOSP. --- target/board/Android.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/board/Android.mk b/target/board/Android.mk index

Re: [Android: build.git] Create uInitrd instead of ramdisk.img

2011-04-19 Thread Patrik Ryd
On 19 April 2011 10:39, Alexander Sack a...@linaro.org wrote: On Tue, Apr 19, 2011 at 10:35 AM, Patrik Ryd patrik@linaro.org wrote: -       $(hide) $(MKBOOTFS) $(TARGET_ROOT_OUT) | $(MINIGZIP) $@ +       $(hide) $(MKBOOTFS) $(TARGET_ROOT_OUT) | $(MINIGZIP) $(PRODUCT_OUT)/obj

[PATCH v2 Android: build.git 1/2] Rename the kernel to uImage for Linaro Android build

2011-04-19 Thread Patrik Ryd
In the Linaro set up u-boot will look for uImage (and not for kernel). This patch is Linaro specific and should not be contibuted to AOSP. --- target/board/Android.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/board/Android.mk b/target/board/Android.mk index

[PATCH v2 Android: build.git 2/2] Create uInitrd instead of ramdisk.img

2011-04-19 Thread Patrik Ryd
In the Linaro set up u-boot will look for uImage and uInitrd. This patch is Linaro specific and should not be contibuted to AOSP. --- core/Makefile |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/Makefile b/core/Makefile index 857dd20..79d59a5 100644 ---

Re: [Android: device/linaro/common] Rename the kernel to uImage for Linaro Android build

2011-04-19 Thread Patrik Ryd
On 18 April 2011 08:46, Jim Huang jim.hu...@linaro.org wrote: On 18 April 2011 14:40,  patrik@linaro.org wrote: From: Patrik Ryd patrik@linaro.org In the Linaro set up u-boot will look for uImage (and not for kernel). ---  tasks/kernel.mk |    4 ++--  1 files changed, 2 insertions

[Android: platform/manifest.git] Added manifest for LEB for Pandaboard

2011-04-20 Thread Patrik Ryd
--- LEB-panda.xml | 195 + 1 files changed, 195 insertions(+), 0 deletions(-) create mode 100644 LEB-panda.xml diff --git a/LEB-panda.xml b/LEB-panda.xml new file mode 100644 index 000..3b11bd6 --- /dev/null +++ b/LEB-panda.xml @@

[Android: device/linaro/common.git] Mount /system as /dev/block/mmcblk0p2

2011-04-20 Thread Patrik Ryd
Mounting system as mmc@blk0p2 did not work. Replaced it with /dev/block/mmcbkk0p2 as a temporary solution. --- init.rc |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/init.rc b/init.rc index c2836b9..e5b64ed 100644 --- a/init.rc +++ b/init.rc @@ -91,10 +91,9 @@

[Android: device/linaro/pandaboard.git] The init.omap4.sh file should be in the system partition.

2011-04-26 Thread Patrik Ryd
Bug #770389 --- AndroidBoard.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/AndroidBoard.mk b/AndroidBoard.mk index 941416a..c417cac 100644 --- a/AndroidBoard.mk +++ b/AndroidBoard.mk @@ -30,7 +30,7 @@ ALL_PREBUILT += $(file) $(file) : $(LOCAL_PATH)/init.omap4.rc |

Re: [PATCH android/device/linaro/pandaboard] vold.fstab: Change the sys path for mmc device

2011-05-02 Thread Patrik Ryd
On 30 April 2011 20:47, Jeremy Chang jeremy.ch...@linaro.org wrote: Hi,    What you think about this patch for kernel version 2.6.38.3?    It's meant to be applied for beaglexM and pandaboard.    We need this for vold to mount sdcard partition. It looks good to me. Unless someone complains

Re: What is upstreaming and why should we bother? Presentation @ LDS on May 12th at 10:00 local time.

2011-05-05 Thread Patrik Ryd
Hi, The Android track has a similar session where we are going to discuss upstreaming to the Android project. https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-o-upstreaming https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-o-upstreamingWe will discuss what

Re: Gerrit userstory for multi-branch development

2011-05-18 Thread Patrik Ryd
On 18 May 2011 13:07, Linus Walleij linus.wall...@linaro.org wrote: 2011/5/16 Paul Sokolovsky paul.sokolov...@linaro.org: You expressed concern that Gerrit is not too flexible for working with multiple topic branches, in particular, that it enforces work against single (master) branch (as

Re: Android: Duplication in LEB-panda.xml manifest

2011-05-20 Thread Patrik Ryd
On 20 May 2011 11:47, Kan-Ru Chen ka...@0xlab.org wrote: Hi, I'm developing on the linaro_android_2.3.3 branch and using the LEB-panda.xml manifest. I found there are two records for path frameworks/base, pointing to different remotes. Do you know which is the correct one to base on?

Re: Customization of Gerrit for Android

2011-06-14 Thread Patrik Ryd
Hi, It sounds like we have found someone to volunteer for the first steps of the Android review blueprint https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-o-code-review /Patrik On 14 June 2011 05:46, James Westby james.wes...@linaro.org wrote: Hi Zach, Thanks for the

Announcement:Linaro Android 2.3.4

2011-06-27 Thread Patrik Ryd
Hi, Linaro Android has now moved up to 2.3.4 and all of our patches on the linaro_android_2.3.3 branches have been rebased. The official builds (https://android-build.linaro.org/index) are now based on the linaro_android_2.3.4 branch of the manifest. Please rebase any dev_branches you have to

Re: Switching to Gerrit for Android code hosting - last stage

2011-08-08 Thread Patrik Ryd
Hi, I have followed (and updated) the instructions on https://wiki.linaro.org/Platform/Android/Gerrit . I can not log in with my launchpad account. I get the message The requested URL /OpenID was not found on this server. /Patrik On 6 August 2011 07:56, James Westby james.wes...@canonical.com

Announcement:Linaro Android 2.3.5

2011-08-17 Thread Patrik Ryd
Hi, Linaro Android has now moved up to 2.3.5. The daily builds (https://android-build.linaro.org/index) are now based on the linaro_android_2.3.5 branch of the manifest. Please rebase any dev_branches you have to 2.3.5. The linaro_android_2.3.4 branch will no longer be supported. Regards

Hi everyone, I'm glad to announce the Linaro Android image 11.08 RC for Panda LEB.

2011-08-22 Thread Patrik Ryd
Hi everyone, As our release plan, you can get the 11.08 release candidate of Linaro Android image for Panda LEB: https://android-build.linaro.org/builds/~linaro-android/leb-panda-11.08-release/#build=https://android-build.linaro.org/builds/~linaro-android/leb-panda-11.08-release/#build=4 4

Hi everyone, I'm glad to announce the Linaro Android image 11.08 RC for Panda upstream build.

2011-08-22 Thread Patrik Ryd
Hi everyone, As our release plan, you can get the 11.08 release candidate of Linaro Android image for Panda upstream build: https://android-build.linaro.org/builds/~linaro-android/panda-11.08-release/#build=4 After you download these 3 files (if you download them with wget in console, you may

Re: how can i enable hw 3D acceleration on snowball for android?

2011-08-31 Thread Patrik Ryd
The Android build from ST-Ericsson for snowball should show up at igloocommunity.org soon. /Patrik On 31 August 2011 06:23, ZHANGYUZHENG yuzheng.zh...@tieto.com wrote: I see snowball uses the mali400 gpu. To enable hw 3D acceleration, i got the mali driver and android HAL source code from

Re: where is the graphics git ?

2011-09-20 Thread Patrik Ryd
Hi, If you are looking for any of the Android gits they have been moved to... http://android.git.linaro.org/gitweb /Patrik On 20 September 2011 03:52, Jello huang ruifeihu...@gmail.com wrote: hi Benjamin, i wanna to find the graphics HAL ,but can not find out at http://git.linaro.org ?

Announcement:Linaro Android 2.3.7 builds

2011-11-22 Thread Patrik Ryd
on linaro_android_2.3.5 please update to linaro_android_2.3.7. linaro_android_2.3.5 will no longer be supported. Regards Patrik Ryd ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: RFC: Ideas for Linaro

2012-01-05 Thread Patrik Ryd
We could just use https://www.google.com/moderator/#0. /Patrik On 5 January 2012 00:18, Joey STANFORD j...@linaro.org wrote: Hi Gang, During some roadmapping work today the discussion of capturing and voting on ideas for Linaro came up. The idea was to possibly recreate a Linaro version