Issues with merge_config.sh

2013-04-02 Thread Viresh Kumar
Hi John, I have been struggling since some time "who creates source directory in my kernel tree"? And i thought to clean up the mess today and found running merge_config.sh creates it.. And it isn't cleaned up even by running make mrproper... PS: I am not using O=../ option.

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 >APT

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 > co

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 + * + * 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 dynamic voltage & fre

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. https://gerrit.googlesource

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 wrote: > Would it be possible for you to merge in 'idlenocb

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 wrote: Would it be possible for you to merge in 'idlenocb.2013.03.18b' (based on v3.9-rc2) (or newer) from 'git://git.kerne

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 gre

Re: API to download from snapshots and releases is live

2013-04-02 Thread James Tunnicliffe
On 2 April 2013 10:02, Marcin Juszkiewicz 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 result in the scripts brea

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 > > wrote: > > > To my knowledge, devfreq performs one task: implements an algorithm > > > (typically one that loops/polls) and applies t

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 intro