Linaro Blog

Linaro Announces Keynote Speakers for Linaro Connect Asia 2013

Linaro Connect Asia 2013 (LCA13) in Hong Kong is gearing up to be another educational and exciting event as engineers from around the ARM ecosystem gather to build the future of Linux on ARM.

Keynote Speakers

Memorable and awesome guest personalities such as Jonathan Corbet of LWN, Lars Kurth of Citrix, Jason Taylor of Facebook, and Greg Kroah-Hartman of the Linux Foundation are set to give enthusiastic and motivating keynotes.

Tracks

There are many interesting planning and discussion sessions which center on the following tracks:

  • Builds and Baselines
  • Android
  • Graphics and Multimedia
  • Power Management
  • Training
  • ARM Enterprise Server
  • Kernel

Mini-Summit

Also being held during this event is an ARM Enterprise Server Mini-Summit which will include sessions on UEFI, ACPI, Verticals-Web Server and Caching Technologies, Verticals-HipHopVM and Hadoop Distributed File Systems.

Demo Friday

There will also be new demos added to the Demo Friday at event as well.  These include:

  • DLNA Premium Video HTML5 RUI Demo
  • Samsung Galaxy Nexus on LAVA
  • Native toolchain on Android
  • Linaro NDK
  • GRUB on ARM (Uboot)
  • ACPI
  • UEFI SCT

If you will be at Connect and want to show off how you or your organization is using Linaro Code and ARM boards then consider presenting a full demo or a poster about your work during the Demo Friday event. More information on how you can participate can be found on the Connect Website.

Register Today!

Registration for Linaro Connect Asia 2013 is still open. More information and the full schedule can be found here. Note that the schedule is not complete and more sessions are being added daily.

About Linaro

Linaro is the place where engineers from the world’s leading technology companies define the future of Linux on ARM. The company is a not-for-profit engineering organization with over 120 engineers working on consolidating and optimizing open source software for the ARM architecture, including developer tools, the Linux kernel, ARM power management, and other software infrastructure.

To find out more, please visit http://www.linaro.org.

About Linaro Connect

Over 300 participants, ranging from kernel hackers to integration engineers to ARM SoC industry executives gather during this week long to present, discuss and develop features,  infrastructure and optimizations for the Linux kernel, Android, Ubuntu and beyond.

To find out more, please visit http://www.linaro.org/connect

Follow Linaro
To find out more about what is happening in and around Linaro  following us on Twitter, Google+ and Facebook.

Posted in Community, Connect Events, Linaro | Leave a comment

Do You Want to Work in Open Source? Linaro is Hiring!

Yes! Linaro is hiring! Does working for an open source company appeal to you? Do you want to be part of the future of Linux on ARM?

Yes, then keep reading!

Linaro is looking for…

How to apply

Want to apply for one of these roles? Then email your information to careers@linaro.org

Other career opportunities at Linaro

All available career opportunities can be found at: http://www.linaro.org/careers/linaro/

Follow Linaro
To find out more about what is happening in and around Linaro  following us on Twitter, Google+ and Facebook.

About Linaro

Linaro is the place where engineers from the world’s leading technology companies define the future of Linux on ARM. The company is a not-for-profit engineering organization with over 120 engineers working on consolidating and optimizing open source software for the ARM architecture, including developer tools, the Linux kernel, ARM power management, and other software infrastructure.

To find out more, please visit http://www.linaro.org.

Posted in Careers, Linaro | 1 Comment

Linaro Takes an Active Role in Virtualization on ARM

Linaro held a virtual KVM/QEMU Mini-Summit on the 4th and 6th of February. There were 17 attendees representing five companies all collaborating on the future of Virtualization on ARM.

In an email, to the linaro-dev mailing list, Serge Broslavsky, Project Manager on the Technical Management team at Linaro, noted that the main goal for the mini-summit was to synchronize on the current state of Virtualization and to plan the work which needs to be done in this area.

Day One
On the first day of the mini-summit included a discussion of the current status of the KVM on ARMv7 and ARMv8, IO Virtualization, virtio and IOMMU support code. The current process of maintainer-ship and a prioritized list of any outstanding tasks or development on v7 was reviewed.  The attendees also discussed what role Linaro could play in regards to development and testing.

Day Two
On the second day of the summit attendees reviewed day one activities to see if they missed anything and then turned their attention to QEMU. These attendees looked at what development work was needed for ARMv7 and ARMv8 in regards to QEMU.  Other topics discussed included looking at where kvmtool fits in.

Conclusions
As a result of this mini-summit, Linaro, with the help of its new Virtualization Team will be taking a more active role in the area of Virtualization on ARM. Virtualization will also be addressed at the Linaro Connect Asia (LCA13) event being held 4-8 March in Hong Kong the exact schedule is still being planned.

More information about the Mini Summit can be found at: https://wiki.linaro.org/LEG/Engineering/Virtualization/201302MiniSummit

About the Linaro Virtualization Team

The direction of the Linaro Virtualization Team is set by the LEG Steering Committee and Linaro Steering Committee. Work is done by a virtual team comprised of assignees from various teams within Linaro.

  • Meeting: TBD
  • Mailing List: mailto:linaro-dev@lists.linaro.org (subscribe)
  • IRC Channel: #linaro on irc.linaro.org or irc.freenode.net
  • Team Members

More information about the Linaro Virtualization Team can be found at: https://wiki.linaro.org/LEG/Engineering/Virtualization

About Linaro Connect

Over 300 participants, ranging from kernel hackers to integration engineers to ARM SoC industry executives gather during this week long to present, discuss and develop features,  infrastructure and optimizations for the Linux kernel, Android, Ubuntu and beyond.

More information on upcoming Linaro Connect events can be found on the the Linaro Connect Website.

Posted in Linaro | Leave a comment

An Easy Way to Update Android Kernel Related Files Without Getting the sdcard Out

Do you feel it’s difficult or complicated to update kernel related files for a running Android device?

Do you feel that it’s boring to get the sdcard out when you just want to update some kernel files when the Android device is somewhere else?

The Linaro Android team now has tools to help you update kernel related files for an Android device through the use of a few commands–mostly only one command.

Do you want to update the kernel related files with a new boot.tar.bz2? You can do so with the following command:

./update-android.sh out/target/product/pandaboard/boot.tar.bz2

Do you want to update only the board.dtb file? No problem, you can do:

./update-android.sh out/target/product/pandaboard/boot/board.dtb

Do you just want to update the loglevel in /init.rc to 8?  Use the following command:

./update-uInitrd.sh /tmp/init.rc

What do you think about the tools? Do you want to give these commands a try? If so, you can get these scripts by using the following command:

git clone http://android.git.linaro.org/git-ro/platform/external/linaro-android-tools.git

More information on these tools can be found at:
https://wiki.linaro.org/Platform/Android/KernelUpdateTools

About the Linaro Android Team

The primary goals of the Linaro Android Team is to develop and release tested monthly builds of Android for Galaxy Nexus, Panda, Snowball, Origen, and Versatile Express, collaborate with upstream development efforts and perform monthly toolchain benchmarking.

More information about the Linaro Android Team can be found at: https://wiki.linaro.org/Platform/Android

About the Linaro Kernel Team

The Kernel Consolidation Working Group targets the Linux kernel. Its goals are to consolidate source repositories, unify support across SoCs, develop new kernel infrastructure and features and more. Our acid test: shipping a single source tree that integrates support for multiple modern ARM SoCs.

More information about the Linaro Kernel Team can be found at: https://wiki.linaro.org/WorkingGroups/Kernel

Posted in Android, Linaro | Tagged , , , , | Leave a comment

Linaro and Distributions

From the by start of Linaro there has been much confusion about Linaro and distributions. Part of this, I’m sure is because Linaro is different from most open source entities which, by and large, are either industry consortiums or distributions or a mixture of the two.  So what is the relationship between Linaro and ARM Linux based distributions?

Linaro is an engineering organisation, it’s work split between working groups containing engineers from its member companies.  These groups are working away on such things as power management, kernel consolidation, ARMv8 and so on.  We need to test the code and patches created and, to do that, we need a variety of test software.  These we call ‘engineering builds’, and they are tailored to the engineering work and the testing needed.  As an example, we have engineering builds based on Android that are used to test the big.LITTLE power management changes that we’re making.

Maybe a slightly different way of looking at how Linaro uses distributions is to think about LAVA, our test and validation framework.  Like all frameworks, it is a combination of scripts.  Where we have done engineering in the past is in order to pull distributions into LAVA and the build framework in order that they can be used for testing our engineering.  Most (not all) distributions have build systems that generate a set of packages containing binary images.  The LAVA and build system integration consists of pulling the root file system out of a set of packages and modifying it to take a different kernel, low level libraries and so on.  An example of this is the work that Linaro did in order to allow different boot configurations to work with Ubuntu.  What we haven’t done is to directly work on distributions, that’s up to the owners of the distributions.

Open embedded is an exception to the ‘built binaries’ rule and, in this case, we build the images ourselves. This makes sense as we mostly use open embedded to test our toolchain work.  However, we are also using it to test the early ARMv8 work, building a test LAMP stack with it.

Distributions mostly (there’s that word again) do not pull code directly from Linaro.  Instead, they take the results of our upstream work and pull that into their distribution, managing appropriate patches and version control along the way.  The exception is that Linaro’s GNU tools are pulled directly into Ubuntu, at least for the 32 bit world.  This emphasises our need to test our changes well before the distribution does this as, by then, it will be much harder to fix any problems found.

There’s a really important distinction to be made between Linaro’s testing and validation and the certification testing used by distributions.  Linaro is primarily focussed on testing the work that we have been doing.  An example of this is testing that big.LITTLE MP performs as well as it should, with no regressions.  Distributions are testing that a release of theirs runs on particular hardware combinations.  Just because we are sure that Linaro’s engineering has been tested, you cannot infer that a distribution could be certified for Linaro’s test hardware.  The best that I would say is that particular software is ready to be integrated into a distribution release.

Further confusion, if any were needed, comes when we talk about releases and ‘member builds’.  Member builds are builds of software that Linaro makes on behalf of its core and club members.  It consists of some set of Linaro and member software bundled with a distribution.  It is specified by the members to suit their business and engineering needs.  As an example, ARM uses member builds to support its test platforms, model, FPGA and test chip.  Other members use them to support their low cost boards program or internal development teams.  Releases are snapshots of code (mostly patches), engineering and member builds, released monthly.  These act as an integration point and help us test the results of our work as it progresses.

There, I hope that is much clearer, although I expect to continue to be asked about Linaro and distributions.  At least I can point them to this blog entry.

Posted in Linaro | Leave a comment

Linaro 13.01 released

All things are created twice; first mentally; then physically. The key to creativity is to begin with the end in mind, with a vision and a blue print of the desired result.

~Stephen Covey

We are pleased to announce the release of Linaro 13.01.

With the first release of the calendar year, Linaro is happy to highlight the ingredients that make up the deliverables, again produced by Linaro Teams Working Groups, Enterprise Group, Landing Teams and Platform Teams . Linaro anticipates another great year of Linux on ARM development celebrating new members and producing some cutting edge advances.

The Developer Platform Team has enabled 64bit HipHop VM development in OpenEmbedded, continued to merge ARMv8 support into the OpenEmbedded platform and upstream, engaged initial support for the Arndale board and released Linux Linaro 3.8-rc4 2013.01.

For the Android team, it was a busy cycle. The initial changes to android-build page for the new build program have been done. They are finally moving towards consolidation of manifests: Origen and Versatile Express can now be synced and built from the same manifest. The Team is happy to announce linaro-android-tools which is directed towards kernel developers. The tool can be used to update kernel and initrd in Android without having to remove the SDcard. They have also updated the third party benchmarks to use the uiatomator testing framework introduced in Jelly Bean. Android hardware pack support has been added.

The Linaro Enterprise Group (LEG) has released Linaro UEFI 2013.01. The highlights include fixes for native building of UEFI on ARM platforms and improvements to flashing images on Arndale board and enable native building for PandaBoard.

The Power Management Group hosted a big.LITTLE sprint in Cambridge led by Amit Kucheria. A meeting of minds between ARM, Linaro and the community succeeded in achieving enhanced focus and a more defined roadmap for the big.LITTLE story. Topics included clearly defined benchmarking to determine the effectiveness of the platform, enhanced verification to augment the traditional kernel power/performance testing, and a well defined roadmap for big.LITTLE on Android. In related big.LITTLE MP development, version 14 of the big.LITTLE MP tree has been released [http://lists.linaro.org/pipermail/linaro-dev/2013-January/015037.html].

On the social front Linaro is looking forward to Linaro Connect Asia 2013 in Hong Kong. Once again a Demo Friday event will showcase the latest Linux developments on ARM. Linaro members, partners and community will offer interactive demonstrations which showcase the combination of ARM based processor boards and Linaro builds of Android, Ubuntu and more.

We encourage everybody to use the 13.01 release. The download links for all images and components are available on our downloads page:
http://www.linaro.org/downloads/

See the detailed highlights of this release to get an overview of what has been accomplished by the Working Groups, Landing Teams and Platform Teams. The release details are linked from the “Details” column for each released artifact on the release information:
http://wiki.linaro.org/Cycles/1301/Release#Release_Information

Using the Android-based images
=======================

The Android-based images come in three parts: system, userdata and boot. These need to be combined to form a complete Android install. For an explanation of how to do this please see:
http://wiki.linaro.org/Platform/Android/ImageInstallation

If you are interested in getting the source and building these images yourself please see the following pages:
http://wiki.linaro.org/Platform/Android/GetSource
http://wiki.linaro.org/Platform/Android/BuildSource

Using the Ubuntu-based images
=======================

The Ubuntu-based images consist of two parts. The first part is a hardware pack, which can be found under the hwpacks directory and contains hardware specific packages (such as the kernel and bootloader). The second part is the rootfs, which is combined with the hardware pack to create a complete image. For more information on how to create an image please see:
http://wiki.linaro.org/Platform/DevPlatform/Ubuntu/ImageInstallation

Getting involved
============

More information on Linaro can be found on our websites:
* Homepage: http://www.linaro.org
* Wiki: http://wiki.linaro.org

Also subscribe to the important Linaro mailing lists and join our IRC channels to stay on top of Linaro developments:
* Announcements:
http://lists.linaro.org/mailman/listinfo/linaro-announce

* Development:
http://lists.linaro.org/mailman/listinfo/linaro-dev

* IRC:
#linaro on irc.linaro.org or irc.freenode.net
#linaro-android irc.linaro.org or irc.freenode.net

Known issues with this release
=====================

For any errata issues, please see:
http://wiki.linaro.org/Cycles/1301/Release#Known_Issues

Bug reports for this release should be filed in Launchpad against the individual packages that are affected. If a suitable package cannot be identified, feel free to assign them to:
http://www.launchpad.net/linaro

Posted in Linaro, Releases | 2 Comments

Open Compute Event Opens Door to Working Together

The fourth Open Compute Summit was held on January 16-17, 2013, at the Santa Clara Convention Center in  Santa Clara, California. The Open Compute Summit is an international conference sponsored by the Open Compute Project (OCP) and is focused on companies and projects in the industry that are collectively working to develop the most efficient computing infrastructure possible. This was an impressive event with over 1500 attendees, many from server end users, server OEM and ODMs, storage vendors and silicon companies including ARM and its partner vendors such as Calxeda and Applied Micro.

Linaro was a sponsor of the event and both exhibited and presented at the event. The booth gave attendees an opportunity to ask questions about Linaro to gain a better understanding of what Linaro does.

Open Compute booth 2013

Open Compute booth 2013

The booth was a busy hub of activity with a constant stream of inquiries. It was a great opportunity for those attending to discuss Linaro with some of our engineers as well as learn about our newest working group the Linaro Enterprise Group (LEG). The group’s technical program managers, Ilias Biris and Anmar Oueja, and director, Andrea Gallo, were on hand to answer questions and talk about how to get involved. To learn about the most recent activities of the LEG team check out their latest blog post “LEG Engineers Discuss UEFI: Updates, Goals and Getting Involved”.

Also at the event was Linaro CEO George Grey, who had an opportunity to be a part of the Industry Luminaries session. He gave a talk on “Building interoperability in low-power SOCs”.

George Grey speaking at Open Compute 2013

George Grey speaking at Open Compute 2013

This presentation showed how complementary the Open Compute Project and Linaro are, with Linaro focusing on accelerating the software ecosystem for ARM based servers and OCP open sourcing innovation in the data center to help reduce costs, complexity and power consumption.  OCP is a key enabler for the LEG efforts of delivering interoperable low power servers, firstly by adopting standard, open sourced, hardware components and secondly by championing open vertical software standards such as OpenStack.

To view the presentation and learn more about how Linaro is working toward this goal click here.

Posted in Community, Linaro, Uncategorized | Leave a comment

Be a show off! Demo and Poster Opportunities available at LCA13 in Hong Kong

Call for Participation!

Linaro is excited to announce that we will once again host a Demo Friday event at LCA13 – Hong Kong to showcase the latest Linux developments on ARM. Linaro members, partners and community will offer interactive demonstrations which showcase the combination ARM based processor boards and Linaro builds of Android, Ubuntu and more.

What is Demo Friday?

Demo Friday is a two-hour event that will showcase new and innovative ways Linaro members, partners and community are using various Linaro builds and other Linaro based code on ARM based processor boards. Demo Friday will take place on Friday, March 8, 2013 at Gold Coast Hotel in Hong Kong (Exact time and location to be determined). Demo Friday is open to the public. This is an exciting and educational opportunity for everyone to get a hands on demonstration of what Linaro is enabling with ARM based processor boards for Linux on ARM.

Poster Program Added

New to our Demo Friday event will be a Poster Program.  This program is for those who would like to let attendees know how they or their organization is using Linaro code and ARM based processors, but can’t actually bring the equipment to the Linaro Connect event.

More information on this program can be found here.

Previous Demonstrations

Previous demonstration events have included Kinnect-face robot recognizing human faces, Linaro Android Build Service, Automated Validation Infrastructure for Android system, XBMC running on a Snowball board, Ubuntu TV on a Pandaboard, Quick Start board demos and more. More about past events can be found here and video of past Demo Friday events are also available on the Linaro YouTube Channel.

How to participate

All companies and engineers who are using Linaro on ARM based processor boards are invited to participate in Demo Friday with either a demo or a poster and highlight their work. Demonstrations and Posters for the Demo Friday event have not yet been finalized and there are opportunities to add more to the line-up. Anyone interested in this opportunity to participate can email the details of their demonstration to: connect@linaro.org. Please put “LCA13 Demo Friday Submission” in the subject line.

When emailing please include the following information:

  • Name
  • Company
  • Title of demonstration or Poster
  • Description of demonstration or Poster (The demonstration/poster must be Linaro related, and those presenting the demonstration/poster should be able to tell attendees how Linaro is making their product or demonstration better)
  • Any equipment requirements (Demo only)
  • Participants must be available to set up their demonstration prior to the start of the event and immediately after event ends. If you are entering a poster a representative for the project or organization must be with the poster at the event to answer questions)

Demo Friday details can be found on the Linaro Connect Site.

Sponsorship Opportunities Still Available

LCA13 – Hong Kong will be take place at the Gold Coast Hotel in Hong Kong on March 4 -10 and sponsorship opportunities are still available. More information about levels and benefits of Linaro Connect sponsorship can be found here.

Register Today

While Demo Friday is open to the public we would like to encourage everyone to join us for the full week of LCA13.  Many demos are refined and patched during the week as participants have the opportunity to work with top industry developers during the many hacking sessions throughout the week.

What are you waiting for? Register today and join us in Hong Kong for the 2013 Linaro Connect Asia Event (LCA13).

About

Linaro

Linaro is the place where engineers from the world’s leading technology companies define the future of Linux on ARM. The company is a not-for-profit engineering organization with over 120 engineers working on consolidating and optimizing open source software for the ARM architecture, including developer tools, the Linux kernel, ARM power management, and other software infrastructure.

To find out more, please visit http://www.linaro.org.

Linaro Connect

Over 300 participants, ranging from kernel hackers to integration engineers to ARM SoC industry executives gather during this week long to present, discuss and develop features,  infrastructure and optimizations for the Linux kernel, Android, Ubuntu and beyond.

To find out more, please visit the Linaro Connect Website.

Follow Linaro

To find out more about what is happening in and around Linaro  following us on Twitter, Google+ and Facebook.

Posted in Community, Connect Events, Linaro | Leave a comment

Linaro big.LITTLE Mini-Summit Summary

The Linaro big.LITTLE Mini-Summit that was held on Thursday, 1 November, 2012 as part of Linaro Connect Europe (LCE) 2012 at the Bella Center in Copenhagen, Denmark.

big.LITTLE Mini-Summit information

The big.LITTLE mini-summit followed the same format as both the Android and ARMv8(64-bit) mini-summits with opening plenary and a lightning talk followed by four planning and discussion sessions.

Those four sessions included topics focused on the following:

  • A big.LITTLE status update and Making Linux work with asymmetric systems
  • The Bluesky session: What would the ideal power-aware kernel do?
  • Back to reality: What do we have today and the sequence of steps to get to where we want to be
  • Workloads and Test Automation and General Discussions on further work and Wrap-Up

ARMs Test Chip 2(TC#2): An Overview Slide Used during Mini-Summit

During the two plenary sessions, Amit Kucheria (PMWG Tech Lead at Linaro) and Robin Randhawa (Power Management Architect at ARM) highlighted some of the interesting experimental results coming out of the research being done around power management and big.LITTLE inside Linaro and ARM.

They touched upon the two big.LITTLE (b.L) modes – IKS and MP, current implementation status, performance and power numbers being observed with ARM’s TC2 boards and further work required.

The key take-away message from these talks was that initial power and performance numbers on the ARM TC2 hardware (2 A15 + 3 A7) prove the efficacy of the b.L hardware concept and establish a baseline to improve upon. For example, a web-browsing + mp3 usecase in b.L IKS mode ran at 90% of the performance while consuming only 60% of the power compared to the same use case running purely on an A15 system. The b.L MP case was showed similar numbers in measurements inside Linaro (ARM’s results were missing some A15 quiescing patches at the time of the summit, thus yielding much higher power numbers. This has been fixed since then).

The highly technical sessions were dedicated to finding solutions to known problems in Linux that will allow it to work more efficiently on b.L hardware. These problems included:

  1. IKS optimisations
    1. To minimise interrupt blackout
    2. To profile and optimise the cpufreq driver
  2. Speeding up Hotplug
  3. CPU quiescence
    1. RCU callbacks on A15s are expensive
    2. Adaptive NOHZ patchset
  4. Scheduler optimisations
    1. Scheduler-driven optimal C-state and P-state selection
    2. Scale invariance of load
    3. Ways to differentiate processes to
      1. Improve response times e.g. application launch
      2. Constrain a process to LITTLE cores
    4. Consolidate load calculation heuristics required by various governors into the scheduler
  5. Automation of power/performance testing on real hardware

While the b.L IKS solution is members-only at this point, the b.L MP development can be tracked through a public git tree and through announcements on the linaro-dev mailing list.

For more information about each of these sessions and how you can get involved, see the links below for the full session notes. Where available, links to slides (pdf) and videos of the sessions are listed.

  • big.LITTLE Mini-Summit Overview – Slides (Plenary 1 and 2 are also included in this slide deck) Video (includes Plenary 1 and 2)
  • big.LITTLE Mini-Summit  Session 1 (A big.LITTLE status update and Making Linux work with asymmetric systems)  -  Video, Notes
  • big.LITTLE Mini-Summit Session 2 (The Bluesky session: What would the ideal power-aware kernel do?)  - Slides, Video, Notes
  • big.LITTLE Mini-Summit Session 3 (Back to reality: What do we have today and the sequence of steps to get to where we want to be) – Video, Notes
  • big.LITTLE Mini-Summit Session 4 (Workloads and Test Automation and General Discussions on further work and Wrap-Up) – Video, Notes

What is big.Little Processing?

According to ARM’s big.LITTLE webpage it is described as, “big.LITTLE processing addresses one of today’s industry challenges: how to create a System on Chip (SoC) that provides both high performance as well as extreme power efficiency to extend battery life. big.LITTLE connects the performance of the ARM Cortex-A15 or Cortex-A57 processor with the energy efficiency of the Cortex-A7 or Cortex-A53 processors respectively, enabling the same application software to switch seamlessly between them. By selecting the optimum processor for each task, big.LITTLE can extend battery life by up to 70%.”  - From the ARM website on big.LITTLE Processing

More about big.LITTLE and Linaro can be found at: https://wiki.linaro.org/WorkingGroups/Kernel/Big.Little.Switcher

LCE12 – Resources

Additional presentations and videos from LCE12-Copenhagen can be found on the resources page of the Linaro Connect website at: http://www.linaro.org/connect-resources/Q/lce12

Downloads

Information and links to all Linaro builds can be found on the Linaro website on the downloads page.

Linaro Connect

More information on the upcoming Linaro Connect event (Linaro Connect Asia (LCA) 2013) can be found on the the Linaro Connect Website.

Staying Connected

You can also stay in touch with what is happening in around Linaro by following us on Twitter, Google+ and Facebook.

About:

The Linaro Power Management Team

  • The Power Management WG will look at the entire software stack (kernel, middleware, applications and tools) to help optimize power consumption. The WG is responsible for creating infrastructure, guidelines and tools to enable top-notch power management on multiple ARM SoCs.
  • Meeting: Weekly IRC meeting
  • Mailing List: Upstream Discussions – LKML, linux-arm-kernel, linux-pm@lists.linux-foundation.organd Announcements – mailto:linaro-dev@lists.linaro.org (subscribe)
  • IRC Channel: #linaro on irc.linaro.org or irc.freenode.net
  • Team Members

More information about the Linaro Power Management Team can be found at: https://wiki.linaro.org/WorkingGroups/PowerManagement

Linaro

To find out more, please visit: http://www.linaro.org.

Posted in Community, Connect Events, Hardware, Linaro | Leave a comment

Linaro Hangouts on Air: Openness, Why it is Not Optional

UPDATE: The time for this hangout has been changed to 18:00UTC/1300EST/10:00PST.

Mark your calendars, add Linaro OnAir to your Google+ Circles and plan on joining the discussion in our Bi-Monthly Hangouts where topics are suggestions and the conversations are limited only by the host(s) and guest(s). However, most of these conversations will be tied to Linaro, ARM, Open Source and other topics suggested by our developers, members, and community, so tell us what you want to discuss.

Our first 2013 Hangout on Air  is scheduled for Monday, 7 January at 13:00 UTC 18:00 UTC and the topic of discussion will be ‘openness, why it is not optional‘ with Linaro CTO, David Rusling and Tim Wesselman of HP’s HyperScale Business Unit.

We are still ironing out the details and lining up the guests for the other hangouts in 2013, but as soon as we lock in the topics of discussion and the guests we will announce those here on the Linaro Blog, across our social media and create a Google+ event as well.

More about the ‘Openness, Why it is Not Optional’ Hangout can be found on our Linaro OnAir Event Page.

To stay up to date with upcoming Linaro Hangouts on Air be sure to add Linaro OnAir to your circles.  You can also find out more about what is happening in and around Linaro by following us on Twitter, circling us on  Google+ and liking us Facebook.

Do you have a topic suggestion for our Hangouts On Air?  Is there a guest you would like to attend and contribute to the discussion; then let us know.

Posted in Community, Hangouts on Air, Linaro | Leave a comment