Re: API to download from snapshots and releases is live

2013-04-02 Thread Marcin Juszkiewicz
W dniu 26.03.2013 15:18, James Tunnicliffe pisze: There are many scripts in use that parse the web interface for snapshots and releases.linaro.org. This is far from ideal because changes to the web interface can result in the scripts breaking. To alleviate this problem an API has been

Re: [PATCH 1/1] clk: Add notifier support in clk_prepare/clk_unprepare

2013-04-02 Thread Peter De Schrijver
On Thu, Mar 28, 2013 at 11:01:09PM +0100, Mike Turquette wrote: Quoting Colin Cross (2013-03-21 17:06:25) On Thu, Mar 21, 2013 at 3:36 PM, Mike Turquette mturque...@linaro.org wrote: To my knowledge, devfreq performs one task: implements an algorithm (typically one that loops/polls)

Re: API to download from snapshots and releases is live

2013-04-02 Thread James Tunnicliffe
On 2 April 2013 10:02, Marcin Juszkiewicz marcin.juszkiew...@linaro.org wrote: W dniu 26.03.2013 15:18, James Tunnicliffe pisze: There are many scripts in use that parse the web interface for snapshots and releases.linaro.org. This is far from ideal because changes to the web interface can

Re: cross build packages for quantal

2013-04-02 Thread Pascal PAILLET-LME
Hi thank you for your answer ! I have tried to follow https://wiki.linaro.org/Platform/DevPlatform/CrossCompile/UsingMultiArch with an addon related to multiarch: cat /etc/apt/apt.conf.d/multiarch-me APT::Architectures { amd64; armhf; }; is this configuration it correct ? test with

Re: BLS 13.03 RC1 ready for testing

2013-04-02 Thread Dietmar Eggemann
On 26/03/13 18:34, Mathieu Poirier wrote: On 13-03-26 12:31 PM, Mathieu Poirier wrote: On 13-03-26 11:27 AM, Viresh Kumar wrote: On 26 March 2013 22:52, Dietmar Eggemann dietmar.eggem...@arm.com wrote: Would it be possible for you to merge in 'idlenocb.2013.03.18b' (based on v3.9-rc2) (or

Re: BLS 13.03 RC1 ready for testing

2013-04-02 Thread Mathieu Poirier
On 13-04-02 08:45 AM, Dietmar Eggemann wrote: On 26/03/13 18:34, Mathieu Poirier wrote: On 13-03-26 12:31 PM, Mathieu Poirier wrote: On 13-03-26 11:27 AM, Viresh Kumar wrote: On 26 March 2013 22:52, Dietmar Eggemann dietmar.eggem...@arm.com wrote: Would it be possible for you to merge in

Repo for Managing Git Repositories

2013-04-02 Thread Christopher Covington
Hi Marcin, I notice you've created a number of shell scripts to manage checking out multiple git repositories, specific revisions of git repositories for a release, etc. Repo [1] does this stuff pretty well that you might want to consider as an eventual alternative. 1.

Re: [PATCH 2/5] clk: notifier handler for dynamic voltage scaling

2013-04-02 Thread Taras Kondratiuk
Hi Mike +/* + * Copyright (C) 2011-2012 Linaro Ltd mturque...@linaro.org + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Helper functions for

Re: Repo for Managing Git Repositories

2013-04-02 Thread Marcin Juszkiewicz
W dniu 02.04.2013 18:09, Christopher Covington pisze: Hi Marcin, I notice you've created a number of shell scripts to manage checking out multiple git repositories, specific revisions of git repositories for a release, etc. Repo [1] does this stuff pretty well that you might want to

Re: *****SPAM***** Re: cross build packages for quantal

2013-04-02 Thread Wookey
+++ Pascal PAILLET-LME [2013-04-02 15:30 +0200]: Hi thank you for your answer ! I have tried to follow  [1]https://wiki.linaro.org/Platform/DevPlatform/CrossCompile/UsingMultiArch with an addon related to multiarch: cat /etc/apt/apt.conf.d/multiarch-me