I see this pop up with hovering over some kernel ci jobs in build queue:
'All nodes of label "kernel_cloud" are offline'
Does this mean something is broken or will it recover on its own?
--john
Hey team,
We've been asked by Alexander and Joe to focus on other targets for
awhile. This means that the iMX53 and iMX6 work that we've done will
stay in its current state. Practically this means:
1. No updates to iMX based manifest (we'll delete the MX manifests
from linaro_android_4.0.4 to make this clean)
2. No bug fixes
3. No daily builds
The builds we currently have will stick around.
Anyhow, this will allow us to refocus on less, which is good.
I'd really like to thank Bero, who's awesome work on the MX allowed
this board to run in the first place and who's work keeping it going
has be extremely valuable to Linaro.
Close out tasks are tracked at:
https://blueprints.launchpad.net/linaro-android/+spec/close-out-imx
--
Zach Pfeffer
Android Platform Team Lead, Linaro Platform Teams
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linarohttp://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog
Hi,
I'm trying to run an old armel image on 12.04 on Snowball. It doesn't run because there's no armel support; starting with a missing /lib/ld-linux.so.3
How can I add armel support? I tried this:
# dpkg --add-architecture armel
dpkg: error: unknown option --add-architecture
# apt-get update ; apt-get install dpkg
[...]
dpkg is already the newest version.
# dpkg-query --show dpkg
dpkg 1.16.1.2ubuntu7
Thanks for any pointers you can give me.
-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Hi all.
During Linaro Connect there will be a session [1] about packaging tools
and other components produced by Linaro teams.
Goals:
- Review the current set of components/projects create and maintained by
Linaro
- Identify the ones that are not yet part of Ubuntu and Ubuntu LEB
- Discuss how to make the Linaro changes upstream at the distro-level as
soon they are updated
I want to get Linaro to the point where most of our tools will be
available in Debian and Ubuntu distributions instead of random set of PPAs.
Whom I would like to see there? Everyone who has written any packaged
(or not yet) tool useful for other developers. Nevermind is it host or
target, native or cross tool.
1.
http://summit.linaro.org/lcq2-12/meeting/20859/review-the-missing-packages-…
I did a number of searches and found that in the recent kernels the
twl4030-madc module has been made upstream.
And I found this link:
http://wiki.gumstix.org/index.php?title=ADC_overo_2.6.39%2B
as I followed it, I couldn't find the directories mentioned therein..
The most relevant thing I found in Linaro-Alip/Nano file system was the
/sys/class/i2c-adapter/ folder. Now i'm into the wild and searching for the
file I need, so that I can read the ADC values.
Any help meanwhile....???
---------------------------------
Sudhangathan BS
Ph:(+91) 9731-905-205
---------------------------------
terms: twl4030-madc tps65950 hwmon madc driver sys class i2c-adapter
These couple of patches use the new cpuidle core api to refactor
some part of the code. The first one removes the state count initialization
as it is done from the cpuidle core and the second one use the new
API and removes the ops.
The patchset is based on Lenb's tree on top of Robert Lee cpuidle consolidation
work.
I don't have this board, I was not able to test these patches.
Daniel Lezcano (2):
ARM: DAVINCI: cpuidle - remove useless state count initialization
ARM: DAVINCI: cpuidle - remove ops
arch/arm/mach-davinci/cpuidle.c | 83 +++++++++++++--------------------------
1 files changed, 27 insertions(+), 56 deletions(-)
--
1.7.5.4