RE: Unable to install svn on Ubuntu 12.04 (64-bit)

2013-02-26 Thread Amar Shankar
Hi Dave, We have installed latest Ubuntu 12.04 (Precise Pangolin) 64-bit from net and tried to execute the steps to build UEFI image as in link below:- http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=BeagleBoardPkg#How_to_build_UEFI_for_the_BeagleBoard However on executing belo

Re: arm64 Debian/Ubuntu port image available

2013-02-26 Thread Fathi Boudra
On 27 February 2013 04:10, Wookey wrote: > State of the Debian/Ubuntu arm64 port > = > > *** Arm64 lives! *** Awesome work Wookey! > Executive summary > - > > * There is now a bootable (raring) image to download and run > * Everything has bee

Re: [PATCH v3 3/3] hwmon: add ST-Ericsson ABX500 hwmon driver

2013-02-26 Thread Guenter Roeck
On Thu, Feb 21, 2013 at 06:32:41PM +0800, Hongbo Zhang wrote: > Each of ST-Ericsson X500 chip set series consists of both ABX500 and DBX500 > chips. This is ABX500 hwmon driver, where the abx500.c is a common layer for > all ABX500s, and the ab8500.c is specific for AB8500 chip. Under this designed

arm64 Debian/Ubuntu port image available

2013-02-26 Thread Wookey
State of the Debian/Ubuntu arm64 port = *** Arm64 lives! *** Executive summary - * There is now a bootable (raring) image to download and run * Everything has been rebuilt against glibc 2.17 so it works * A bit more work is needed to make th

Re: [RFC/PATCH 1/5] context tracking: conditionalize guest support based on CONFIG_KVM

2013-02-26 Thread Namhyung Kim
2013-02-26 (화), 11:29 -0800, Kevin Hilman: > Frederic Weisbecker writes: > > > On Wed, Feb 20, 2013 at 11:41:38AM -0800, Kevin Hilman wrote: > >> So that it can build on !KVM systems too. > >> > >> Signed-off-by: Kevin Hilman > >> --- > >> kernel/context_tracking.c | 4 > >> 1 file change

Re: builds unstable - IOERROR: BUILD-INFO.txt is not present in build.

2013-02-26 Thread Danilo Šegan
У уто, 26. 02 2013. у 08:50 +0200, Fathi Boudra пише: > While I don't have any issues with (en)forcing users to use > BUILD-INFO.txt, I would have expected some notifications to allow job > maintainers to adjust the builds as appropriate. > Once again, it isn't the kind of changes to deploy the re

Re: [RFC/PATCH 1/5] context tracking: conditionalize guest support based on CONFIG_KVM

2013-02-26 Thread Kevin Hilman
Frederic Weisbecker writes: > On Wed, Feb 20, 2013 at 11:41:38AM -0800, Kevin Hilman wrote: >> So that it can build on !KVM systems too. >> >> Signed-off-by: Kevin Hilman >> --- >> kernel/context_tracking.c | 4 >> 1 file changed, 4 insertions(+) >> >> diff --git a/kernel/context_trackin

Re: [PATCH v4] sched: fix init NOHZ_IDLE flag

2013-02-26 Thread Frederic Weisbecker
2013/2/26 Vincent Guittot : > On 26 February 2013 14:16, Frederic Weisbecker wrote: >> 2013/2/22 Vincent Guittot : >>> I wanted to avoid having to use the sd pointer for testing NOHZ_IDLE >>> flag because it occurs each time we go into idle but it seems to be >>> not easily feasible. >>> Another s

Re: [PATCH v4] sched: fix init NOHZ_IDLE flag

2013-02-26 Thread Vincent Guittot
On 26 February 2013 14:16, Frederic Weisbecker wrote: > 2013/2/22 Vincent Guittot : >> I wanted to avoid having to use the sd pointer for testing NOHZ_IDLE >> flag because it occurs each time we go into idle but it seems to be >> not easily feasible. >> Another solution could be to add a synchroni

Re: [RFC/PATCH 4/5] cputime: use do_div() for nsec resolution conversion helpers

2013-02-26 Thread Frederic Weisbecker
2013/2/21 Kevin Hilman : > From a8a0a8b8b12512a7f862ade459cd88d2b48e2bf3 Mon Sep 17 00:00:00 2001 > From: Kevin Hilman > Date: Thu, 14 Feb 2013 11:27:36 -0800 > Subject: [PATCH 4/5] cputime: use do_div() for nsec resolution conversion > helpers > > For the nsec resolution conversions to be useful

[PATCH] pmqa: cpuidle: add test to check cpuidle statistics

2013-02-26 Thread Sanjay Singh Rawat
From: Daniel Lezcano Add functionality to record the current runtime cpuidle statistics and show the same. Signed-off-by: Sanjay Singh Rawat --- README |6 + Test.mk |6 + cpuidle/cpuidle_04.sh | 41 cpuidle/cpuidle_04.txt |1 + cpuidle/cp

Re: [PATCH v4] sched: fix init NOHZ_IDLE flag

2013-02-26 Thread Frederic Weisbecker
2013/2/22 Vincent Guittot : > I wanted to avoid having to use the sd pointer for testing NOHZ_IDLE > flag because it occurs each time we go into idle but it seems to be > not easily feasible. > Another solution could be to add a synchronization step between > rcu_assign_pointer(dom 1, NULL) and cre

Re: builds unstable - IOERROR: BUILD-INFO.txt is not present in build.

2013-02-26 Thread Fathi Boudra
On 26 February 2013 10:14, Marcin Juszkiewicz wrote: > W dniu 26.02.2013 07:50, Fathi Boudra pisze: > >> Several builds became "unstable" (in jenkins term) without changes in the >> jobs: >> IOERROR: BUILD-INFO.txt is not present in build. >> >> Obviously, it seems BUILD-INFO.txt is now enforced

Re: builds unstable - IOERROR: BUILD-INFO.txt is not present in build.

2013-02-26 Thread Marcin Juszkiewicz
W dniu 26.02.2013 07:50, Fathi Boudra pisze: > Several builds became "unstable" (in jenkins term) without changes in the > jobs: > IOERROR: BUILD-INFO.txt is not present in build. > > Obviously, it seems BUILD-INFO.txt is now enforced and some jobs are > still using EULA.txt mechanism. > > Whil

Re: builds unstable - IOERROR: BUILD-INFO.txt is not present in build.

2013-02-26 Thread Vishal Bhoj
We are seeing similar errors on the android build which publish the build-info.txt. On 26 February 2013 12:20, Fathi Boudra wrote: > Hi, > > Several builds became "unstable" (in jenkins term) without changes in the > jobs: > IOERROR: BUILD-INFO.txt is not present in build. > > Obviously, it see