[linaro-android][PATCH] system/core: Make adbd listen on network and usb gadget concurrently

2011-02-14 Thread Jeremy Chang
>From a8e5da5a30290b63a5ead662d5fafa4905e8befc Mon Sep 17 00:00:00 2001 From: Jeremy Chang Date: Mon, 14 Feb 2011 11:39:39 +0800 Subject: [PATCH] Make adbd listen on network and usb gadget concurrently Device accessed by adb through usb and network concurrently is possible. For both interfaces li

Re: Android prelink error by linaro gcc-4.5 + binutils-2.20

2011-02-14 Thread Jim Huang
2011/1/26 Meng-Hsuan Cheng : > While Android WG was working on integrating Linaro toolchain to Android > system, we encountered prelink error since there are some empty symbols in > symtab produced by toolchain linaro gcc-4.5 + binutils-2.20. [...] > So I filed a bug in https://bugs.launchpad.net/b

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

2011-02-14 Thread Jeremy Chang
>From 78b170843eadf0e72d6b0d4cb0fc5f3be5edcae8 Mon Sep 17 00:00:00 2001 From: Jeremy Chang Date: Tue, 15 Feb 2011 12:17:16 +0800 Subject: [PATCH] Install 0xbench native applications Signed-off-by: Jeremy Chang --- ZeroXBenchmark.mk | 96 +

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

2011-02-14 Thread Jeremy Chang
>From 8d63ba7ae90b3629dd60eeab12fdc28a8dcc58e7 Mon Sep 17 00:00:00 2001 From: Jeremy Chang Date: Tue, 15 Feb 2011 12:10:02 +0800 Subject: [PATCH] Install 0xbench native applications Signed-off-by: Jeremy Chang --- ZeroXBenchmark.mk | 96 +

Re: [linaro-android][PATCH] Enable ethernet interface during booting

2011-02-14 Thread Jeremy Chang
Hi, Alexander: You're right. sleep's not needed. Actually "netcfg usb0 dhcp" is enough for enabling the ethernet and dhcp the ip address. Let's see how we can do this after we create the common directory for all the boards. This patch is only for enabling the ethernet during booting And

Re: /latest link now active on snapshots.linaro.org

2011-02-14 Thread Loïc Minier
On Mon, Feb 14, 2011, Paul Larson wrote: > Only if linaro-n-developer.tar.gz is a symlink to > linrao-n-developer-tar-DATESTAMP-BUILDID.tar.gz. It is still useful to have > some easy way to see which image we are pulling, even if it means pulling it > out of the filename. Another alternative, wou

[GIT PULL] omap[34] Thumb-2 support for linux-linaro-2.6.37

2011-02-14 Thread Dave Martin
This patch series enables Thumb-2 support for omap3 and omap4. It is not currently well tested, and is known to be faulty for certain power management operations including power-off suspend when CONFIG_THUMB2_KERNEL is enabled. Note that from the patch series, this subset are temporary workarounds

Re: /latest link now active on snapshots.linaro.org

2011-02-14 Thread Jamie Bennett
gt; +1 to Loïc's comment that this should link directly to the latest build, not > > just the latest day. > > The currently link needs the following navigation: > > http://snapshots.linaro.org/11.05-daily/linaro-developer/latest/0/images/tar/linaro-n-developer-tar-20110214-0.ta

Re: /latest link now active on snapshots.linaro.org

2011-02-14 Thread Paul Larson
On Mon, Feb 14, 2011 at 10:39 AM, Amit Kucheria wrote: > The currently link needs the following navigation: > > > http://snapshots.linaro.org/11.05-daily/linaro-developer/latest/0/images/tar/linaro-n-developer-tar-20110214-0.tar.gz > > Perhaps it's also be possible to si

Re: /latest link now active on snapshots.linaro.org

2011-02-14 Thread Amit Kucheria
the following navigation: http://snapshots.linaro.org/11.05-daily/linaro-developer/latest/0/images/tar/linaro-n-developer-tar-20110214-0.tar.gz Perhaps it's also be possible to simply that to http://snapshots.linaro.org/11.05-daily/linaro-developer/latest/linaro-n-developer.tar.gz ? (note

Re: Please review blueprint linaro-n-validation-job-dispatcher

2011-02-14 Thread Paul Larson
On Mon, Feb 14, 2011 at 5:58 AM, Mirsad Vojnikovic < mirsad.vojniko...@linaro.org> wrote: > > I have a question regarding test job json file and messages from Scheduler > to Dispatcher: is this file created by Scheduler and put in the message > queue where Dispatcher will fetch it from, or how sho

Re: [linaro-android][PATCH] Make adbd listen on network interface

2011-02-14 Thread Jamie Bennett
On 02/14/11 at 01:31pm, Alexander Sack wrote: > On Mon, Feb 14, 2011 at 12:52 PM, Jeremy Chang wrote: > > From dbeb9e14eb4b5d70775426a370681c90928d4d84 Mon Sep 17 00:00:00 2001 > > From: Jeremy Chang > > we should get you your @linaro.org address asap. > > > Date: Mon, 14 Feb 2011 11:28:12 +080

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

2011-02-14 Thread Patrik Ryd
Hi Jeremy. Can you add ZEROXBENCHMARK_NATIVE_APPS to PRODUCT PACKAGES for the other boards also? I know you can not verify that it works. In this case I think it is enough that you have managed to build for all the boards. The code is not run until you start 0xbench so it should not prevent any o

Re: [linaro-android][PATCH] Make adbd listen on network interface

2011-02-14 Thread Alexander Sack
On Mon, Feb 14, 2011 at 12:52 PM, Jeremy Chang wrote: > From dbeb9e14eb4b5d70775426a370681c90928d4d84 Mon Sep 17 00:00:00 2001 > From: Jeremy Chang we should get you your @linaro.org address asap. > Date: Mon, 14 Feb 2011 11:28:12 +0800 > Subject: [PATCH] Make adbd listen on network interface

Re: Please review blueprint linaro-n-validation-job-dispatcher

2011-02-14 Thread Mirsad Vojnikovic
On 9 February 2011 20:12, Paul Larson wrote: > On Mon, Jan 31, 2011 at 11:58 AM, Paul Larson wrote: > >> 2. One queue TOTAL. One queue may seem like a bottleneck, but I don't think it has to be in practice. One process can monitor that queue, then launch a process or thread to handle

[linaro-android][PATCH] Make adbd listen on network interface

2011-02-14 Thread Jeremy Chang
>From dbeb9e14eb4b5d70775426a370681c90928d4d84 Mon Sep 17 00:00:00 2001 From: Jeremy Chang Date: Mon, 14 Feb 2011 11:28:12 +0800 Subject: [PATCH] Make adbd listen on network interface adb through ethernet is very common that we need. Set property service.adb.tcp.port to make adbd listen. The def

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

2011-02-14 Thread Jeremy Chang
>From 9a8781bb34fe1ff3463a1dc48f3b33b43e2f Mon Sep 17 00:00:00 2001 From: Jeremy Chang Date: Sun, 13 Feb 2011 20:49:26 +0800 Subject: [PATCH] Install 0xbench native applications Signed-off-by: Jeremy Chang --- ZeroXBenchmark.mk | 96 +

Re: [linaro-android][PATCH] Enable ethernet interface during booting

2011-02-14 Thread Alexander Sack
On Mon, Feb 14, 2011 at 12:09 PM, Jeremy Chang wrote: > From ab02ac9fd9dfcbc096636eb5ba357361c0689b31 Mon Sep 17 00:00:00 2001 > From: Jeremy Chang > Date: Mon, 14 Feb 2011 11:19:08 +0800 > Subject: [PATCH] Enable ethernet interface during booting > > Try to enable network and get ip by dhcp in b

[linaro-android][PATCH] Enable ethernet interface during booting

2011-02-14 Thread Jeremy Chang
>From ab02ac9fd9dfcbc096636eb5ba357361c0689b31 Mon Sep 17 00:00:00 2001 From: Jeremy Chang Date: Mon, 14 Feb 2011 11:19:08 +0800 Subject: [PATCH] Enable ethernet interface during booting Try to enable network and get ip by dhcp in boot script Signed-off-by: Jeremy Chang --- init.omap3.sh |

Re: cpu supported

2011-02-14 Thread Andy Green
On 02/14/2011 10:06 AM, Somebody in the thread at some point said: On Tue, Feb 8, 2011 at 6:38 PM, Christian Robottom Reis wrote: On Sun, Jan 30, 2011 at 09:50:10AM +, Andy Green wrote: Offlist so as not to make myself unpopular ^^ You might want to look at Fedora ARM, it target armv5te.

Re: cpu supported

2011-02-14 Thread Linus Walleij
On Tue, Feb 8, 2011 at 6:38 PM, Christian Robottom Reis wrote: > On Sun, Jan 30, 2011 at 09:50:10AM +, Andy Green wrote: >> Offlist so as not to make myself unpopular ^^ >> >> You might want to look at Fedora ARM, it target armv5te. >> >> http://fedoraproject.org/wiki/Architectures/ARM > > Wel