<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>it may be something different — Alexander Sack</description><title>asac casa: Home of Alexander</title><generator>Tumblr (3.0; @asacasa)</generator><link>http://asac.ws/</link><item><title>HOWTO Building Linaro's Android Jelly Bean for Samsung Origen</title><description>&lt;a href="http://www.linaro.org/linaro-blog/2012/08/10/trying-the-jellybean-on-samsungs-origen-board/"&gt;HOWTO Building Linaro's Android Jelly Bean for Samsung Origen&lt;/a&gt;: &lt;p&gt;Master Zach Pfeffer reiterates the instructions to get Linaro Android Jelly Bea build for Samsung Origen board.&lt;/p&gt;</description><link>http://asac.ws/post/29155298679</link><guid>http://asac.ws/post/29155298679</guid><pubDate>Sat, 11 Aug 2012 01:34:56 +0200</pubDate><category>linaro</category><category>android</category><category>jelly bean</category><category>samsung</category><category>origen</category></item><item><title>Virtual Teams Can Outperform Traditional Teams</title><description>&lt;a href="http://blogs.hbr.org/cs/2012/03/how_virtual_teams_can_outperfo.html"&gt;Virtual Teams Can Outperform Traditional Teams&lt;/a&gt;: &lt;p&gt;Interesting post, highly relevant for Linaro. Pretty much basics, but I see how we still are too often not good enough at these points so definitely worth repeating and reading…&lt;/p&gt;</description><link>http://asac.ws/post/29119734860</link><guid>http://asac.ws/post/29119734860</guid><pubDate>Fri, 10 Aug 2012 13:55:17 +0200</pubDate><category>linaro</category><category>virtual teams</category><category>management</category></item><item><title>The cool-way: Linaro runs a first _Virtual_ Connect Conference using G+ hangouts and youtube</title><description>&lt;p&gt;Be sure to check out this event and mark your personal favorite sessions in your calendar.&lt;/p&gt;
&lt;p&gt;All the details you need have been nicely written up in the official announce:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.linaro.org/linaro-blog/2012/08/07/linaro-announces-virtual-connect-q3-12-13-17-august-2012/"&gt;http://www.linaro.org/linaro-blog/2012/08/07/linaro-announces-virtual-connect-q3-12-13-17-august-2012/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;CU next week!&lt;/p&gt;</description><link>http://asac.ws/post/28974365469</link><guid>http://asac.ws/post/28974365469</guid><pubDate>Wed, 08 Aug 2012 12:26:03 +0200</pubDate><category>ubuntu</category><category>linaro</category><category>connect</category><category>Q3.12</category><category>hangouts</category><category>G+</category><category>youtube</category></item><item><title>Android Platform: new LAVA_TEST_PLAN magic "sleep"</title><description>&lt;p&gt;I spend some time with liuyq yesterday to write a simple sleep lava test that gives you a small, but powerful tool to add sleep times to your automated android test plan.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Code&lt;/strong&gt;: &lt;a href="https://code.launchpad.net/~liuyq0307/lava-android-test/modification-sleep-helloworld/+merge/110352"&gt;https://code.launchpad.net/~liuyq0307/lava-android-test/modification-sleep-helloworld/+merge/110352&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Example Android Build Test Plan configuration:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;LAVA_TEST_PLAN=&lt;strong&gt;sleep&lt;/strong&gt;,0xbench,v8,skia&lt;br/&gt;SLEEP_OPTION=120&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This will give you a nice sleep of 2 minutes rest before starting the 0xbench benchmark. One obvious use case for this is to let your system finish it&amp;#8217;s boot process before starting a benchmark run.&lt;/p&gt;
&lt;p&gt;More to come!&lt;/p&gt;</description><link>http://asac.ws/post/25155136927</link><guid>http://asac.ws/post/25155136927</guid><pubDate>Fri, 15 Jun 2012 14:29:32 +0200</pubDate><category>linaro</category><category>lava</category><category>android</category><category>magic</category><category>platform</category></item><item><title>Hello World: adding my first simple test for LAVA + Android</title><description>&lt;p&gt;Couldn&amp;#8217;t find a hello world example for our lp:linaro-android-test framework.&lt;/p&gt;
&lt;p&gt;Since I learning a bit about how to glue android tests into LAVA right now, thought it might be a good idea to go ahead and be more useful than just talking and submitted a merge request.&lt;/p&gt;
&lt;p&gt;Let&amp;#8217;s see what reviewers have to say. I am at least happy for the moment.&lt;/p&gt;
&lt;p&gt;Curious what was done? Just check out:&lt;/p&gt;
&lt;blockquote&gt;
&lt;pre&gt;bzr branch  lp:~asac/lava-android-test/helloworld-simple&lt;br/&gt;cat helloworld-simple/lava_android_test/test_definitions/helloworld.py&lt;/pre&gt;
&lt;/blockquote&gt;</description><link>http://asac.ws/post/25089215079</link><guid>http://asac.ws/post/25089215079</guid><pubDate>Thu, 14 Jun 2012 15:35:06 +0200</pubDate><category>linaro</category><category>android</category><category>lava</category><category>test</category><category>hello world</category></item><item><title>Lava Test (writing) Tutorial - Linaro Connect Q2.12 training</title><description>&lt;a href="https://wiki.linaro.org/Platform/Validation/LAVA/LavaTestTutorial"&gt;Lava Test (writing) Tutorial - Linaro Connect Q2.12 training&lt;/a&gt;: &lt;p&gt;Here comes a very good guide on how to get started integrating new tests into LAVA.&lt;/p&gt;
&lt;p&gt;This tutorial gives a quick intro on how to setup a local, virtual test dev environment on your Ubuntu machine and then gives the reader a hands on intro on how to integrate and develop LAVA tests locally. Further, it shows how easy it is to submit such a job to the LAVA lab.&lt;/p&gt;
&lt;p&gt;Thanks for Andy Doan and the LAVA team for running the training session and writing it up.&lt;/p&gt;
&lt;p&gt;More to follow for sure!&lt;/p&gt;</description><link>http://asac.ws/post/24465228915</link><guid>http://asac.ws/post/24465228915</guid><pubDate>Tue, 05 Jun 2012 13:00:00 +0200</pubDate><category>Q2.12</category><category>connect</category><category>lava</category><category>lava-test</category><category>linaro</category><category>training</category><category>ubuntu</category></item><item><title>Linaro invests in blueprint work items - Launchpad grows convenience</title><description>&lt;p&gt;This must be a very exciting, christmas type day for many us that didn&amp;#8217;t like the very rudimentary (or non-existing) work item support of launchpad&amp;#8217;s blueprints and that hoped to get better and more convenient tooling for their daily work item maintenance for a long time.&lt;/p&gt;
&lt;p&gt;Linaro heard you and is actively investing into adding convenience infrastructure that will hopefully make life of all of you work item poets much easier and more pleasant!&lt;/p&gt;
&lt;p&gt;For some background, check out the launchpad blog post here: &lt;a href="http://blog.launchpad.net/cool-new-stuff/work-items-in-blueprints."&gt;http://blog.launchpad.net/cool-new-stuff/work-items-in-blueprints.&lt;/a&gt;&lt;/p&gt;</description><link>http://asac.ws/post/19394247124</link><guid>http://asac.ws/post/19394247124</guid><pubDate>Fri, 16 Mar 2012 13:14:00 +0100</pubDate><category>linaro</category><category>blueprints</category><category>launchpad</category><category>ubuntu</category><category>workitems</category></item><item><title>Maybe a million people on ice these weekend by Cornelia...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lzb1f4kyYU1qdwu13o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://www.flickr.com/photos/conni/6858258537/" title="Maybe a million people on ice these weekend"&gt;Maybe a million people on ice these weekend&lt;/a&gt; by &lt;a href="http://www.flickr.com/photos/conni/"&gt;Cornelia Schroeder&lt;/a&gt; on Flickr.&lt;/p&gt;
&lt;p&gt;Altereisvergnügen in Hamburg … too bad i am on a biz trip in California right now. &lt;br/&gt;&lt;br/&gt; Thanks to Cornelia Schroeder for that pic! It helped me get past my depression of not being able to enjoy this once-in-a-decade happening.&lt;br/&gt;&lt;br/&gt; Rock on Hamburg!&lt;/p&gt;
&lt;p&gt;p.s. yes, Linaro connect here in the bay area was more than worth this sacrifice.&lt;/p&gt;</description><link>http://asac.ws/post/17520118126</link><guid>http://asac.ws/post/17520118126</guid><pubDate>Mon, 13 Feb 2012 01:01:00 +0100</pubDate><category>ABigFave</category><category>Alster</category><category>Alster Vergnügen</category><category>Hamburg</category><category>ice</category><category>ice party</category><category>winter</category><category>linaro</category></item><item><title>Developer Platform &amp; Ubuntu sessions at Linaro Connect Q1.12</title><description>&lt;p&gt;Ubuntu our LEB and the overall Developer Experience on ARM are hot topics again for Linaro Platform Team this Connect (&lt;a href="http://connect.linaro.org"&gt;http://connect.linaro.org&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Be sure that you have checked and subscribed to your preferred sessions by the Developer Platform Team. Even if you cannot attend the event in person, there is no reason to not participate remotely. To make this even more convenient and interactive, Linaro will experiment with google hangouts this time. Be sure to check this out!&lt;/p&gt;
&lt;p&gt;Here a convenience list of sessions by the DevPlatform Team announced by Ricardo Salveti a few days ago on &lt;a href="http://lists.linaro.org/mailman/listinfo/linaro-dev"&gt;linaro-dev&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;pre&gt;Ubuntu LEB and LAVA: Current status and future planning for proper
image testing and validation
&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-lava-and-ubuntu-leb-testing-validation"&gt;&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-lava-and-ubuntu-leb-testing-validation"&gt;https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-lava-and-ubuntu-leb-testing-validation&lt;/a&gt;&lt;/a&gt;

Improvements and future discussions for LTs and the Ubuntu LEB
&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-lt-platform-discussions"&gt;&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-lt-platform-discussions"&gt;https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-lt-platform-discussions&lt;/a&gt;&lt;/a&gt;

Packaged Kernel CI: Current Status and Next Steps
&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-packaged-kernel-ci-next-steps"&gt;&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-packaged-kernel-ci-next-steps"&gt;https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-packaged-kernel-ci-next-steps&lt;/a&gt;&lt;/a&gt;

Sysroots: Automation, Maintenance and Future Work
&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-sysroots-automation-maintenance"&gt;&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-sysroots-automation-maintenance"&gt;https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-sysroots-automation-maintenance&lt;/a&gt;&lt;/a&gt;

U-Boot-Linaro Future Planning
&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-u-boot-linaro-future-future-planning"&gt;&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-u-boot-linaro-future-future-planning"&gt;https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-u-boot-linaro-future-future-planning&lt;/a&gt;&lt;/a&gt;

Developer Platform: Future Planning
&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-dev-plat-future-planning"&gt;&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-dev-plat-future-planning"&gt;https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-dev-plat-future-planning&lt;/a&gt;&lt;/a&gt;

Cross Build with Multi-Arch: Current state and future planning
&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-cross-multi-arch-support"&gt;&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-cross-multi-arch-support"&gt;https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-cross-multi-arch-support&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Maximizing the usefulness of the LEB for customers and members
&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-maximizing-usefulness-leb"&gt;&lt;a href="https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-maximizing-usefulness-leb"&gt;https://blueprints.launchpad.net/linaro-ubuntu/+spec/linaro-platforms-q112-maximizing-usefulness-leb&lt;/a&gt;&lt;/a&gt; &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p&gt;Exciting stuff! The original post to the mailing list can also be found in the archives:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://lists.linaro.org/pipermail/linaro-dev/2012-January/009919.html"&gt;http://lists.linaro.org/pipermail/linaro-dev/2012-January/009919.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><link>http://asac.ws/post/16970685468</link><guid>http://asac.ws/post/16970685468</guid><pubDate>Fri, 03 Feb 2012 12:17:00 +0100</pubDate><category>connect</category><category>developer experience</category><category>linaro</category><category>q1.12</category><category>sessions</category><category>ubuntu</category><category>ubuntu</category></item><item><title>Linaro Android lead proposes new build naming scheme</title><description>&lt;p&gt;For a while we knew that our currently used scheme for naming our android builds didn&amp;#8217;t do a good job at conveying what was in there. Finally, &lt;a href="http://lists.linaro.org/pipermail/linaro-android/2012-January/000295.html"&gt;Zach proposed a new naming scheme&lt;/a&gt; on the &lt;a href="http://lists.linaro.org/mailman/listinfo/linaro-android"&gt;linaro android mailing list&lt;/a&gt;. I like the way it ensures that people understand the main ingredients of how our builds are cooked at a quick glance, but I only see this as a first step!&lt;/p&gt;
&lt;p&gt;First step only, because the name can only give information about the main/biggest components integrated and obviously cannot give a complete list all components changed and used to cook our builds. This means: even after this, we have to continue our effort to improve the documentation shipped side-by-side with our build and release artifacts.&lt;/p&gt;
&lt;p&gt;If you have feedback on top of what was discussed in that thread, talk to pfefferz on irc.freenode.net or reply here or to the mailing list post:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://lists.linaro.org/pipermail/linaro-android/2012-January/000295.html"&gt;http://lists.linaro.org/pipermail/linaro-android/2012-January/000295.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><link>http://asac.ws/post/16815183050</link><guid>http://asac.ws/post/16815183050</guid><pubDate>Tue, 31 Jan 2012 13:01:44 +0100</pubDate><category>android</category><category>buildnames</category><category>leb</category><category>linaro</category></item></channel></rss>
