<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Marcin Juszkiewicz</title>
	
	<link>http://marcin.juszkiewicz.com.pl</link>
	<description>OpenEmbedded development</description>
	<lastBuildDate>Sat, 21 Nov 2009 08:30:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<geo:lat>53.403059</geo:lat><geo:long>14.608824</geo:long><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/HrwWebsite" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Some OpenEmbedded/Poky tricks</title>
		<link>http://feedproxy.google.com/~r/HrwWebsite/~3/a-sMCFDAM9U/</link>
		<comments>http://marcin.juszkiewicz.com.pl/2009/11/21/some-openembeddedpoky-tricks/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 08:30:47 +0000</pubDate>
		<dc:creator>Marcin Juszkiewicz</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[oe-tricks]]></category>
		<category><![CDATA[openembedded]]></category>
		<category><![CDATA[poky]]></category>

		<guid isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=1376</guid>
		<description><![CDATA[During use of OpenEmbedded and Poky build systems I learnt few tricks which I want to start sharing.

Installing l10n packages for all software in resulting rootfs

This one is rarely used &#8212; I know one company which makes use of it. How does it works? It is called after root filesystem is populated with packages and [...]


Related posts:<ol><li><a href='http://marcin.juszkiewicz.com.pl/2006/11/22/my-openembedded-environment-ii/' rel='bookmark' title='Permanent Link: My OpenEmbedded environment II'>My OpenEmbedded environment II</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2005/10/31/my-openembedded-enviroment/' rel='bookmark' title='Permanent Link: My OpenEmbedded enviroment'>My OpenEmbedded enviroment</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2006/10/31/30-months-of-openembedded-and-me/' rel='bookmark' title='Permanent Link: 30 months of OpenEmbedded and me'>30 months of OpenEmbedded and me</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>During use of OpenEmbedded and Poky build systems I learnt few tricks which I want to start sharing.</p>

<h2>Installing l10n packages for all software in resulting rootfs</h2>

<p>This one is rarely used &#8212; I know one company which makes use of it. How does it works? It is called after root filesystem is populated with packages and goes one by one and install &#8220;-locale-LANG&#8221; for each required language. As you may expect it makes whole process much, much longer. Activation is easy:</p>

<pre>ROOTFS_POSTINSTALL_COMMAND += "install_all_locales; "</pre>

<p>Code is available only for building from IPKG packages and is stored in rootfs_ipk.bbclass file. So far that code is present only in Poky Linux.</p>

<h2>Building AUTOREV packages over slow link</h2>

<p>How many times you had a situation when you did a build and many components used <code>SRCREV="${AUTOREV}"</code> setting? Parsing can take eons then&#8230;</p>

<p>But there is a solution. It will cache values of all SRCREV variables so just one parse will be long &#8212; next one use cached values. Of course you lose automatic revisions but instead you have fast parsing time which is blessing when most of your work is fixing build problems. Activation is easy:</p>

<pre>BB_SRCREV_POLICY = "cache"</pre>

<h2>Save disc space by not generating GIT tarballs in DL_DIR</h2>

<p>How many of you readers share your DL_DIR (directory where OE stores all fetched sources) with others? For those who answered &#8220;not me&#8221; there is a way to gain some space by not generating tarballs with GIT repositories.</p>

<p>By default BitBake clones GIT tree and checkouts it. Then 2 archives are generated: one with just &#8220;.git&#8221; directory and second with sources &#8212; the one which is used in <code>do_unpack</code> task. So why waste space for storing first one? We have it somewhere in DL_DIR/git/ for next time&#8230; Activation is easy:</p>

<pre>BB_GENERATE_MIRROR_TARBALLS = "0"</pre>

<p>More tricks in next posts.</p>


<p>Related posts:</p><ol><li><a href='http://marcin.juszkiewicz.com.pl/2006/11/22/my-openembedded-environment-ii/' rel='bookmark' title='Permanent Link: My OpenEmbedded environment II'>My OpenEmbedded environment II</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2005/10/31/my-openembedded-enviroment/' rel='bookmark' title='Permanent Link: My OpenEmbedded enviroment'>My OpenEmbedded enviroment</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2006/10/31/30-months-of-openembedded-and-me/' rel='bookmark' title='Permanent Link: 30 months of OpenEmbedded and me'>30 months of OpenEmbedded and me</a></li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=a-sMCFDAM9U:j0IviBTxiM8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=a-sMCFDAM9U:j0IviBTxiM8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=a-sMCFDAM9U:j0IviBTxiM8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=a-sMCFDAM9U:j0IviBTxiM8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=a-sMCFDAM9U:j0IviBTxiM8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=a-sMCFDAM9U:j0IviBTxiM8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=a-sMCFDAM9U:j0IviBTxiM8:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/a-sMCFDAM9U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://marcin.juszkiewicz.com.pl/2009/11/21/some-openembeddedpoky-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://marcin.juszkiewicz.com.pl/2009/11/21/some-openembeddedpoky-tricks/</feedburner:origLink></item>
		<item><title>Links for 2009-11-20 [del.icio.us]</title><link>http://feedproxy.google.com/~r/HrwWebsite/~3/K8J4D5Ty56g/Hrw</link><pubDate>Sat, 21 Nov 2009 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/Hrw#2009-11-20</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://murphyslab.ca/2009/11/07/graphing-with-inkscape/"&gt;Graphing with Inkscape: The Art of Data Presentation&lt;/a&gt;&lt;br/&gt;
Graphs themselves are a visual art-form, and there are many ways to make digital graphs, but many are downright ugly and low quality. Each time that I see an Excel graph in a chemistry journal, I squirm with disgust and lament. A good graph should be beautiful, eye-catching, and high quality in addition to being easily understood; telling the data’s story in visual prose.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/K8J4D5Ty56g" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/Hrw#2009-11-20</feedburner:origLink></item><item>
		<title>Driving with Ovi Maps</title>
		<link>http://feedproxy.google.com/~r/HrwWebsite/~3/1GHwyMneJFQ/</link>
		<comments>http://marcin.juszkiewicz.com.pl/2009/11/20/driving-with-ovi-maps/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 15:05:41 +0000</pubDate>
		<dc:creator>Marcin Juszkiewicz</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[symbian]]></category>

		<guid isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=1370</guid>
		<description><![CDATA[My Symbian based Nokia E66 phone has Ovi Maps installed so one day I decided to make use of routing function in it when I was driving to the town (on a road where I did not needed to be guided). BT headset on ear, paired with phone and let&#8217;s drive.

At start road was selected [...]


Related posts:<ol><li><a href='http://marcin.juszkiewicz.com.pl/2007/05/22/online-map-services-and-routing/' rel='bookmark' title='Permanent Link: Online map services and routing'>Online map services and routing</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2008/05/16/car-navigation-with-n810/' rel='bookmark' title='Permanent Link: Car navigation with N810'>Car navigation with N810</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/10/19/nokia-n900-discount/' rel='bookmark' title='Permanent Link: Nokia N900 discount'>Nokia N900 discount</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>My Symbian based Nokia E66 phone has Ovi Maps installed so one day I decided to make use of routing function in it when I was driving to the town (on a road where I did not needed to be guided). BT headset on ear, paired with phone and let&#8217;s drive.</p>

<p>At start road was selected quite properly, the problems started later. Many times it was recalculating route (the funniest was when I stopped at traffic lights it recalculated route and then made it again after driving for 5 meters). Directions changes information were also distracting: &#8220;on 200m go left&#8221; then &#8220;go right&#8221; when I reached point. Or &#8220;go left,right&#8221; when it was straight road or when I had to turn right at crossing.</p>

<p>I have to admit that after two tries I totally gave up on driving with it and switched back to TomTom device. But there is one good thing in Ovi Maps &#8212; it works quite good for walk navigation. I used it in many cities abroad and it handled. I hope that Maemo5 version will work at least that good as Symbian one.</p>


<p>Related posts:</p><ol><li><a href='http://marcin.juszkiewicz.com.pl/2007/05/22/online-map-services-and-routing/' rel='bookmark' title='Permanent Link: Online map services and routing'>Online map services and routing</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2008/05/16/car-navigation-with-n810/' rel='bookmark' title='Permanent Link: Car navigation with N810'>Car navigation with N810</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/10/19/nokia-n900-discount/' rel='bookmark' title='Permanent Link: Nokia N900 discount'>Nokia N900 discount</a></li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=1GHwyMneJFQ:YGMy2Up-djc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=1GHwyMneJFQ:YGMy2Up-djc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=1GHwyMneJFQ:YGMy2Up-djc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=1GHwyMneJFQ:YGMy2Up-djc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=1GHwyMneJFQ:YGMy2Up-djc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=1GHwyMneJFQ:YGMy2Up-djc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=1GHwyMneJFQ:YGMy2Up-djc:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/1GHwyMneJFQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://marcin.juszkiewicz.com.pl/2009/11/20/driving-with-ovi-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://marcin.juszkiewicz.com.pl/2009/11/20/driving-with-ovi-maps/</feedburner:origLink></item>
		<item>
		<title>Played a bit with Maemo 5 SDK</title>
		<link>http://feedproxy.google.com/~r/HrwWebsite/~3/A16Cuy6MK2k/</link>
		<comments>http://marcin.juszkiewicz.com.pl/2009/11/19/played-a-bit-with-maemo-5-sdk/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 22:07:34 +0000</pubDate>
		<dc:creator>Marcin Juszkiewicz</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=1344</guid>
		<description><![CDATA[Today I found some time and played with Maemo 5 SDK. As I am one of those who do not like Scratchbox I used official image for VirtualBox. After boot I landed in GNOME session of Ubuntu 8.10 and after few moments I got Maemo 5 started thanks to instructions from forum.

Ok, so let&#8217;s test [...]


Related posts:<ol><li><a href='http://marcin.juszkiewicz.com.pl/2008/04/11/nokia-n800-emulation/' rel='bookmark' title='Permanent Link: Nokia N800 emulation'>Nokia N800 emulation</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/10/19/nokia-n900-discount/' rel='bookmark' title='Permanent Link: Nokia N900 discount'>Nokia N900 discount</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2008/02/05/localizing-maemo/' rel='bookmark' title='Permanent Link: Localizing Maemo'>Localizing Maemo</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Today I found some time and played with Maemo 5 SDK. As I am one of those who do not like Scratchbox I used official image for VirtualBox. After boot I landed in GNOME session of Ubuntu 8.10 and after few moments I got Maemo 5 started thanks to <a href="http://talk.maemo.org/showthread.php?t=34517">instructions from forum</a>.</p>

<p>Ok, so let&#8217;s test it. As official release notes mentioned Polish translation I switched to it. What I saw was disaster&#8230; And the problem is that latest firmware has same version available. Examples:</p>

<p><a title="Desktop (here we have wdgt_va_24h_time)" href="http://marcin.juszkiewicz.com.pl/files/2009/11/pic3.jpg" rel="lightbox[post-1344]" ><img src="http://marcin.juszkiewicz.com.pl/files/2009/11/pic3-119x99.jpg" alt="Desktop (here we have wdgt_va_24h_time)" title="Desktop (here we have wdgt_va_24h_time)" width="119" height="99" class=" size-thumbnail wp-image-1347" /></a>
 <a title="Statusbar clock (wdgt_va_date_long this time)" href="http://marcin.juszkiewicz.com.pl/files/2009/11/pic2.jpg" rel="lightbox[post-1344]" ><img src="http://marcin.juszkiewicz.com.pl/files/2009/11/pic2-119x99.jpg" alt="Statusbar clock (wdgt_va_date_long this time)" title="Statusbar clock (wdgt_va_date_long this time)" width="119" height="99" class=" size-thumbnail wp-image-1346" /></a> 
<a title="Calendar - new entry (wdgt_va forever!)" href="http://marcin.juszkiewicz.com.pl/files/2009/11/pic1.jpg" rel="lightbox[post-1344]" ><img src="http://marcin.juszkiewicz.com.pl/files/2009/11/pic1-119x99.jpg" alt="Calendar - new entry (wdgt_va forever!)" title="Calendar - new entry (wdgt_va forever!)" width="119" height="99" class=" size-thumbnail wp-image-1345" /></a>
 <a title="Calendar - today view (today in Polish is wdgt_va_date_long)" href="http://marcin.juszkiewicz.com.pl/files/2009/11/pic4.jpg" rel="lightbox[post-1344]" ><img src="http://marcin.juszkiewicz.com.pl/files/2009/11/pic4-119x99.jpg" alt="Calendar - today view (today in Polish is wdgt_va_date_long)" title="Calendar - today view (today in Polish is wdgt_va_date_long)" width="119" height="99" class=" size-thumbnail wp-image-1348" /></a>
 <a title="Calendar - week view (who will tell which day is today?)" href="http://marcin.juszkiewicz.com.pl/files/2009/11/pic5.jpg" rel="lightbox[post-1344]" ><img src="http://marcin.juszkiewicz.com.pl/files/2009/11/pic5-119x99.jpg" alt="Calendar - week view (who will tell which day is today?)" title="Calendar - week view (who will tell which day is today?)" width="119" height="99" class=" size-thumbnail wp-image-1349" /></a>
 <a title="Calendar - settings (looks nice - except of wdgtbdsave)" href="http://marcin.juszkiewicz.com.pl/files/2009/11/pic6.jpg" rel="lightbox[post-1344]" ><img src="http://marcin.juszkiewicz.com.pl/files/2009/11/pic6-119x99.jpg" alt="Calendar - settings (looks nice - except of wdgtbdsave)" title="Calendar - settings (looks nice - except of wdgtbdsave)" width="119" height="99" class=" size-thumbnail wp-image-1350" /></a>
<a href="http://marcin.juszkiewicz.com.pl/files/2009/11/pic8.jpg" title="sfil_ap_name is good name for application" rel="lightbox[post-1344]" ><img src="http://marcin.juszkiewicz.com.pl/files/2009/11/pic8-119x99.jpg" alt="sfil_ap_name is good name for application" title="sfil_ap_name is good name for application" width="119" height="99" class=" size-thumbnail wp-image-1357" /></a>
<a href="http://marcin.juszkiewicz.com.pl/files/2009/11/pic7.jpg" title="World clock (but which cities is has?)" rel="lightbox[post-1344]" ><img src="http://marcin.juszkiewicz.com.pl/files/2009/11/pic7-119x99.jpg" alt="World clock (but which cities is has?)" title="World clock (but which cities is has?)" width="119" height="99" class=" size-thumbnail wp-image-1356" /></a></p>

<p>Note: I did system update by using &#8220;<code>apt-get update;apt-get upgrade</code>&#8221; followed by &#8220;<code>fakeroot dpkg --configure -a</code>&#8221; (because sbox root &#8216;emulation&#8217; was too weak for &#8220;libosso-abook&#8221;). As a result translation &#8220;6.0+r7250+0m5&#8243; were installed (&#8221;calendar-l10n-plpl&#8221; package). Scary, isn&#8217;t it?</p>

<p>Next thing which I looked at was instant messaging &#8212; which I was not able to use since there was no Jabber support. It has ICQ, Gadu-Gadu, MSN, Sametime, Salut, QQ, Groupwise, Google Talk, AIM, Yahoo but no Jabber. I even installed &#8220;telepathy-extras&#8221; but that added me yet another MSN and still no Jabber&#8230; Probably other package needs to be installed but why it has to be? OK, maybe SDK image does not contain same packages as device one but why it supports such poor thing like Gadu-Gadu out-of-box?</p>

<p>Contacts app is improved when compared to Maemo4 one &#8212; finally something closer to application which <a href="http://marcin.juszkiewicz.com.pl/2009/07/17/defining-good-contacts-application/">I described some time ago in other post</a>. Has some bugs (I can not enter &#8220;+48123456789&#8243; as number because only digits are available (and &#8216;p&#8217; for internal numbers).</p>

<p>Looks like there will be a long list of things to report as bugs when/if <a href="http://marcin.juszkiewicz.com.pl/2009/11/10/discounted-devices-program-n900/">I will get my N900</a> (so far it is somewhere in deep nowhere). Why not reporting them now? Simple &#8212; I want to be able to check them on device itself.</p>

<p>Other things I will check next time. Now it is time to sleep.</p>


<p>Related posts:</p><ol><li><a href='http://marcin.juszkiewicz.com.pl/2008/04/11/nokia-n800-emulation/' rel='bookmark' title='Permanent Link: Nokia N800 emulation'>Nokia N800 emulation</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/10/19/nokia-n900-discount/' rel='bookmark' title='Permanent Link: Nokia N900 discount'>Nokia N900 discount</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2008/02/05/localizing-maemo/' rel='bookmark' title='Permanent Link: Localizing Maemo'>Localizing Maemo</a></li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=A16Cuy6MK2k:yPNibF9yHhw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=A16Cuy6MK2k:yPNibF9yHhw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=A16Cuy6MK2k:yPNibF9yHhw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=A16Cuy6MK2k:yPNibF9yHhw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=A16Cuy6MK2k:yPNibF9yHhw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=A16Cuy6MK2k:yPNibF9yHhw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=A16Cuy6MK2k:yPNibF9yHhw:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/A16Cuy6MK2k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://marcin.juszkiewicz.com.pl/2009/11/19/played-a-bit-with-maemo-5-sdk/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://marcin.juszkiewicz.com.pl/2009/11/19/played-a-bit-with-maemo-5-sdk/</feedburner:origLink></item>
		<item>
		<title>Sim.One #0006 arrived</title>
		<link>http://feedproxy.google.com/~r/HrwWebsite/~3/ZkK2JnS9up8/</link>
		<comments>http://marcin.juszkiewicz.com.pl/2009/11/17/sim-one-0006-arrived/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 17:10:53 +0000</pubDate>
		<dc:creator>Marcin Juszkiewicz</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[ep93xx]]></category>
		<category><![CDATA[sim.one]]></category>

		<guid isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=1335</guid>
		<description><![CDATA[Today I got nice package in post office &#8212; Simplemachines One developer board (Sim.One in short). It is based on Cirrus Logic EP9307 processor with Maverick Crunch floating point unit. I got board with #0006 serial number.

Board is much better then EDB9301 which I used so far for EP93xx toolchain tests. What is on board:


EP9307 [...]


Related posts:<ol><li><a href='http://marcin.juszkiewicz.com.pl/2009/06/04/ep93xx-fight-continued/' rel='bookmark' title='Permanent Link: EP93xx fight continued&#8230;'>EP93xx fight continued&#8230;</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/04/15/edb9301-hacking/' rel='bookmark' title='Permanent Link: EDB9301 hacking'>EDB9301 hacking</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Today I got nice package in post office &#8212; <a href="http://simplemachines.it/simone.html">Simplemachines One developer board</a> (Sim.One in short). It is based on Cirrus Logic EP9307 processor with Maverick Crunch floating point unit. I got board with #0006 serial number.</p>

<p>Board is much better then EDB9301 which I used so far for EP93xx toolchain tests. What is on board:</p>

<ul>
<li>EP9307 CPU</li>
<li>64MB ram</li>
<li>8MB NOR flash</li>
<li>MMC slot (connected over SPI so ~250KB/s max)</li>
<li>2 USB host ports</li>
<li>VGA out port &#8212; XGA 8bit or SVGA 8/16/24bit</li>
<li>serial port in RJ-45 instead of standard DB9 (but cable is in package)</li>
<li>audio in/out jacks</li>
<li>many connectors with different signals &#8212; will have to check schematics for that.</li>
</ul>

<p>By default board boots into Debian &#8216;lenny&#8217; system stored on 4GB SDHC card. But there are problems with it as this is MMC over SPI so speed is very limited (about 250KB/s only) and it time outs quite often so I plan to move to USB stick during next days.</p>

<p>Next step will be adding it into OpenEmbedded and running Ångström as base distribution.</p>

<p>BTW &#8212; how did I got it at all? That&#8217;s due my <a href="http://marcin.juszkiewicz.com.pl/2009/06/04/ep93xx-fight-continued/">recent work on merging EP93xx support into OE</a> &#8212; I was asked do I want developer board with this processor.</p>


<p>Related posts:</p><ol><li><a href='http://marcin.juszkiewicz.com.pl/2009/06/04/ep93xx-fight-continued/' rel='bookmark' title='Permanent Link: EP93xx fight continued&#8230;'>EP93xx fight continued&#8230;</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/04/15/edb9301-hacking/' rel='bookmark' title='Permanent Link: EDB9301 hacking'>EDB9301 hacking</a></li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=ZkK2JnS9up8:an0nmnsrvfc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=ZkK2JnS9up8:an0nmnsrvfc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=ZkK2JnS9up8:an0nmnsrvfc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=ZkK2JnS9up8:an0nmnsrvfc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=ZkK2JnS9up8:an0nmnsrvfc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=ZkK2JnS9up8:an0nmnsrvfc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=ZkK2JnS9up8:an0nmnsrvfc:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/ZkK2JnS9up8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://marcin.juszkiewicz.com.pl/2009/11/17/sim-one-0006-arrived/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://marcin.juszkiewicz.com.pl/2009/11/17/sim-one-0006-arrived/</feedburner:origLink></item>
		<item><title>Links for 2009-11-12 [del.icio.us]</title><link>http://feedproxy.google.com/~r/HrwWebsite/~3/lbWzXnaHdB8/Hrw</link><pubDate>Fri, 13 Nov 2009 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/Hrw#2009-11-12</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.mjmwired.net/kernel/Documentation/sound/alsa/HD-Audio-Models.txt"&gt;Linux Kernel Documentation :: sound : alsa : HD-Audio-Models.txt&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/lbWzXnaHdB8" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/Hrw#2009-11-12</feedburner:origLink></item><item>
		<title>Poky Linux 3.1.2 released</title>
		<link>http://feedproxy.google.com/~r/HrwWebsite/~3/Mxwg8MJQDQ0/</link>
		<comments>http://marcin.juszkiewicz.com.pl/2009/11/13/poky-linux-3-1-2-released/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 06:45:34 +0000</pubDate>
		<dc:creator>Marcin Juszkiewicz</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[openembedded]]></category>
		<category><![CDATA[poky]]></category>

		<guid isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=1326</guid>
		<description><![CDATA[Yesterday Richard Purdie released maintenance version of Poky &#8216;pinky&#8217; branch. It contains mostly fixes to get it into buildable state in all distributions released since 3.1.1 was done.

It got  over 50 changes during 1.5 year of development. Most of them were done by me as part of my work for Bug Labs company and [...]


Related posts:<ol><li><a href='http://marcin.juszkiewicz.com.pl/2009/11/03/back-to-poky-linux-development/' rel='bookmark' title='Permanent Link: Back to Poky Linux development'>Back to Poky Linux development</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/02/12/contributing-to-poky-is-not-hard/' rel='bookmark' title='Permanent Link: Contributing to Poky is not hard'>Contributing to Poky is not hard</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/03/18/five-years-with-openembedded/' rel='bookmark' title='Permanent Link: Five years with OpenEmbedded'>Five years with OpenEmbedded</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Yesterday Richard Purdie released maintenance version of Poky &#8216;pinky&#8217; branch. It contains mostly fixes to get it into buildable state in all distributions released since 3.1.1 was done.</p>

<p>It got  over 50 changes during 1.5 year of development. Most of them were done by me as part of my work for Bug Labs company and their BUG Linux distribution. As policy of handling fixes requires to make them also in development branch it was more then just make a fix for &#8216;pinky&#8217; &#8212; I also had to take care of &#8216;elroy&#8217; (which had to be next stable version) and &#8216;master&#8217;. Some time ago support for &#8216;elroy&#8217; was dropped anyway.</p>

<p>If you look at &#8216;git log&#8217; output you will notice few authors other then just me. Thats because if fix was present in other sources such like Poky &#8216;master&#8217; or OpenEmbedded I cherrypicked it and adapted to make it apply with keeping original author credits.</p>

<p>Did I add something new into it? Yes, few things were added:</p>

<ul>
<li>SPLASH support in task-poky so you can use own bootsplash tool instead of psplash</li>
<li>warning for &#8216;/proc/sys/vm/mmap_min_addr&#8217; not being set to 0 (which would break qemu)</li>
<li>Python 2.6 compatibility</li>
<li>BP/BPN variables which were used in Jalimo repository which we use as one of overlays</li>
<li>automatic resizing of ext2/3 images if rootfs do not fit in default size</li>
</ul>

<p>What will future bring? I hope that new stable branch for Poky will be created in next few months so developers will be able to switch. I know that some companies did a move from &#8216;pinky&#8217; to &#8216;master&#8217; (or snapshot of it + own changes). We at Bug Labs are moving into OpenEmbedded &#8217;stable/2009&#8242; as we need newer software and want some functionality which is not present in &#8216;pinky&#8217;.</p>


<p>Related posts:</p><ol><li><a href='http://marcin.juszkiewicz.com.pl/2009/11/03/back-to-poky-linux-development/' rel='bookmark' title='Permanent Link: Back to Poky Linux development'>Back to Poky Linux development</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/02/12/contributing-to-poky-is-not-hard/' rel='bookmark' title='Permanent Link: Contributing to Poky is not hard'>Contributing to Poky is not hard</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/03/18/five-years-with-openembedded/' rel='bookmark' title='Permanent Link: Five years with OpenEmbedded'>Five years with OpenEmbedded</a></li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=Mxwg8MJQDQ0:q2gwXMTXrt0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=Mxwg8MJQDQ0:q2gwXMTXrt0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=Mxwg8MJQDQ0:q2gwXMTXrt0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=Mxwg8MJQDQ0:q2gwXMTXrt0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=Mxwg8MJQDQ0:q2gwXMTXrt0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=Mxwg8MJQDQ0:q2gwXMTXrt0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=Mxwg8MJQDQ0:q2gwXMTXrt0:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/Mxwg8MJQDQ0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://marcin.juszkiewicz.com.pl/2009/11/13/poky-linux-3-1-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://marcin.juszkiewicz.com.pl/2009/11/13/poky-linux-3-1-2-released/</feedburner:origLink></item>
		<item>
		<title>Back from OEDEM 2009</title>
		<link>http://feedproxy.google.com/~r/HrwWebsite/~3/wDwkGbaV6X4/</link>
		<comments>http://marcin.juszkiewicz.com.pl/2009/11/12/back-from-oedem-2009/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 13:46:32 +0000</pubDate>
		<dc:creator>Marcin Juszkiewicz</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[oedem]]></category>
		<category><![CDATA[openembedded]]></category>
		<category><![CDATA[poky]]></category>

		<guid isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=1311</guid>
		<description><![CDATA[During last weekend I was in Cambridge, UK where OEDEM 2009 took place. This time it was organized by Phil Blundell from Reciva company (they make nice Internet radio devices, new ones do also FM and DAB).

I travelled by Berlin and Stansted due to fact that at those days there are no flights Londyn &#8212; [...]


Related posts:<ol><li><a href='http://marcin.juszkiewicz.com.pl/2006/09/21/one-step-closer-to-oedem/' rel='bookmark' title='Permanent Link: One step closer to OEDEM'>One step closer to OEDEM</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/08/27/oedem-2009/' rel='bookmark' title='Permanent Link: OEDEM 2009'>OEDEM 2009</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2006/10/11/oedem-2006/' rel='bookmark' title='Permanent Link: OEDEM 2006'>OEDEM 2006</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>During last weekend I was in Cambridge, UK where <abbr title="OpenEmbedded Developers European Meeting">OEDEM</abbr> 2009 took place. This time it was organized by Phil Blundell from <a href="https://www.reciva.com/">Reciva</a> company (they make nice Internet radio devices, new ones do also FM and DAB).</p>

<p>I travelled by Berlin and Stansted due to fact that at those days there are no flights Londyn &#8212; Szczecin on Friday and Sunday. That gave opportunity to meet Henning and Robert in Berlin and discuss misc things during travel.</p>

<p>Friday evening was spent in Red Lion pub in Histon. Nice, tasty English beers and interesting place. Both ways with taxi because of raining and price was comparable to public transport.</p>

<p>On Saturday we walked to <abbr title="OpenEmbedded Developers European Meeting">OEDEM</abbr> place using <a href="http://wiki.openembedded.net/index.php/Oedem/2009#Directions_from_Cambridge_rail_station_to_Reciva_HQ">Phil&#8217;s notes</a> and got there with just one short cut missed (we found it next day).</p>

<p>What was discussed during meeting? Many things, we had also OE e.V. meeting during which we voted for few new members, chosen new board, decided on sponsoring and selected Robert Schuster for <abbr title="Public Relations">PR</abbr> guy.</p>

<p>So what was on topic:</p>

<ul>
<li>OE e.V. meeting (<a href="http://article.gmane.org/gmane.comp.handhelds.openembedded/27437">minutes</a>)</li>
<li>Establishment of technical steering committee (<a href="http://article.gmane.org/gmane.comp.handhelds.openembedded/27408">summary</a>)</li>
<li>OE and Poky (<a href="http://article.gmane.org/gmane.comp.handhelds.openembedded/27439">summary</a>)</li>
<li>Software development for OE derived distributions (<a href="http://article.gmane.org/gmane.comp.handhelds.openembedded/27500">summary</a>)</li>
<li>Learning to love distro flags, or, What&#8217;s a distro for? (<a href="http://article.gmane.org/gmane.comp.handhelds.openembedded/27504">summary</a>)</li>
<li>State of the art in package management (<a href="http://article.gmane.org/gmane.comp.handhelds.openembedded/27512">summary</a>)</li>
<li>Splitting the recipes tree (<a href="http://article.gmane.org/gmane.comp.handhelds.openembedded/27553">summary</a>)</li>
<li>Future plans for stable branch(es) (<a href="http://article.gmane.org/gmane.comp.handhelds.openembedded/27454">summary</a>)</li>
<li>Bugtracker Discussion (<a href="http://article.gmane.org/gmane.comp.handhelds.openembedded/27439">summary</a>)</li>
<li>Hosting arrangements (<a href="http://article.gmane.org/gmane.comp.handhelds.openembedded/27439">summary</a>)</li>
<li>Death to checksums.ini? (<a href="http://article.gmane.org/gmane.comp.handhelds.openembedded/27465">summary</a>)</li>
<li>BitBake Future Roadmap (<a href="http://article.gmane.org/gmane.comp.handhelds.openembedded/27408">summary</a>)</li>
<li>OE Core Changes (<a href="http://article.gmane.org/gmane.comp.handhelds.openembedded/27408">summary</a>)</li>
</ul>

<p>Each entry was already summarized so I provided links for those who did not read OpenEmbedded development mailing list. Discussion was hot, many subjects had different opinions from audience and it was great.</p>

<p>As usual it was nice to meet friends from OE in person and for few of them connect face to name. And again I did not had any spare time to look around the city of <abbr title="OpenEmbedded Developers European Meeting">OEDEM</abbr> &#8212; too many things in small amount of time. But maybe another time :)</p>


<p>Related posts:</p><ol><li><a href='http://marcin.juszkiewicz.com.pl/2006/09/21/one-step-closer-to-oedem/' rel='bookmark' title='Permanent Link: One step closer to OEDEM'>One step closer to OEDEM</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/08/27/oedem-2009/' rel='bookmark' title='Permanent Link: OEDEM 2009'>OEDEM 2009</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2006/10/11/oedem-2006/' rel='bookmark' title='Permanent Link: OEDEM 2006'>OEDEM 2006</a></li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=wDwkGbaV6X4:G020tAxP-OI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=wDwkGbaV6X4:G020tAxP-OI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=wDwkGbaV6X4:G020tAxP-OI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=wDwkGbaV6X4:G020tAxP-OI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=wDwkGbaV6X4:G020tAxP-OI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=wDwkGbaV6X4:G020tAxP-OI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=wDwkGbaV6X4:G020tAxP-OI:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/wDwkGbaV6X4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://marcin.juszkiewicz.com.pl/2009/11/12/back-from-oedem-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://marcin.juszkiewicz.com.pl/2009/11/12/back-from-oedem-2009/</feedburner:origLink></item>
		<item>
		<title>Discounted Devices Program: N900</title>
		<link>http://feedproxy.google.com/~r/HrwWebsite/~3/BjC-i7i2V-U/</link>
		<comments>http://marcin.juszkiewicz.com.pl/2009/11/10/discounted-devices-program-n900/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:49:52 +0000</pubDate>
		<dc:creator>Marcin Juszkiewicz</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=1305</guid>
		<description><![CDATA[I just ordered N900 for 250€ directly from Nokia thanks to discount which I got recently.

Plan to write review after first days of use so stay tuned.


Related posts:Nokia N900 discountMy Neo1973 arrivedMy opinion on next Nokia tablet


Related posts:<ol><li><a href='http://marcin.juszkiewicz.com.pl/2009/10/19/nokia-n900-discount/' rel='bookmark' title='Permanent Link: Nokia N900 discount'>Nokia N900 discount</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2007/03/08/my-neo1973-arrived/' rel='bookmark' title='Permanent Link: My Neo1973 arrived'>My Neo1973 arrived</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/05/27/my-opinion-on-next-nokia-tablet/' rel='bookmark' title='Permanent Link: My opinion on next Nokia tablet'>My opinion on next Nokia tablet</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I just ordered N900 for 250€ directly from Nokia thanks to <a href="http://marcin.juszkiewicz.com.pl/2009/10/19/nokia-n900-discount/">discount which I got recently</a>.</p>

<p>Plan to write review after first days of use so stay tuned.</p>


<p>Related posts:</p><ol><li><a href='http://marcin.juszkiewicz.com.pl/2009/10/19/nokia-n900-discount/' rel='bookmark' title='Permanent Link: Nokia N900 discount'>Nokia N900 discount</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2007/03/08/my-neo1973-arrived/' rel='bookmark' title='Permanent Link: My Neo1973 arrived'>My Neo1973 arrived</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/05/27/my-opinion-on-next-nokia-tablet/' rel='bookmark' title='Permanent Link: My opinion on next Nokia tablet'>My opinion on next Nokia tablet</a></li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=BjC-i7i2V-U:oHFmORhe4zs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=BjC-i7i2V-U:oHFmORhe4zs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=BjC-i7i2V-U:oHFmORhe4zs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=BjC-i7i2V-U:oHFmORhe4zs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=BjC-i7i2V-U:oHFmORhe4zs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=BjC-i7i2V-U:oHFmORhe4zs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=BjC-i7i2V-U:oHFmORhe4zs:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/BjC-i7i2V-U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://marcin.juszkiewicz.com.pl/2009/11/10/discounted-devices-program-n900/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://marcin.juszkiewicz.com.pl/2009/11/10/discounted-devices-program-n900/</feedburner:origLink></item>
		<item>
		<title>Back to Poky Linux development</title>
		<link>http://feedproxy.google.com/~r/HrwWebsite/~3/SeeU8aYHA50/</link>
		<comments>http://marcin.juszkiewicz.com.pl/2009/11/03/back-to-poky-linux-development/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 12:32:38 +0000</pubDate>
		<dc:creator>Marcin Juszkiewicz</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[poky]]></category>

		<guid isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=1301</guid>
		<description><![CDATA[In February 2007 I started officially working on Poky Linux. It was due to my contracting work for OpenedHand company. In August 2008 Intel acquired them so I ended direct development of Poky in October 2008.

But that does not mean that I ended supporting this build system. I started contract work for BugLabs company and [...]


Related posts:<ol><li><a href='http://marcin.juszkiewicz.com.pl/2009/11/13/poky-linux-3-1-2-released/' rel='bookmark' title='Permanent Link: Poky Linux 3.1.2 released'>Poky Linux 3.1.2 released</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/03/18/five-years-with-openembedded/' rel='bookmark' title='Permanent Link: Five years with OpenEmbedded'>Five years with OpenEmbedded</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2006/09/12/haerwu-created/' rel='bookmark' title='Permanent Link: HaeRWu created'>HaeRWu created</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>In February 2007 I started officially working on Poky Linux. It was due to my contracting work for OpenedHand company. In August 2008 Intel acquired them so I ended direct development of Poky in October 2008.</p>

<p>But that does not mean that I ended supporting this build system. I started contract work for BugLabs company and they are using Poky &#8216;pinky&#8217; release. During that time I fixed some bugs (mostly by backporting fixes from Poky &#8216;master&#8217; or OpenEmbedded) but most of time did not touched main development branch.</p>

<p>Until now &#8212; I have customer which uses main branch for own development. So looks like I will provide some new code for development branch during next weeks.</p>


<p>Related posts:</p><ol><li><a href='http://marcin.juszkiewicz.com.pl/2009/11/13/poky-linux-3-1-2-released/' rel='bookmark' title='Permanent Link: Poky Linux 3.1.2 released'>Poky Linux 3.1.2 released</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/03/18/five-years-with-openembedded/' rel='bookmark' title='Permanent Link: Five years with OpenEmbedded'>Five years with OpenEmbedded</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2006/09/12/haerwu-created/' rel='bookmark' title='Permanent Link: HaeRWu created'>HaeRWu created</a></li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=SeeU8aYHA50:e4H2vvL4guY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=SeeU8aYHA50:e4H2vvL4guY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=SeeU8aYHA50:e4H2vvL4guY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=SeeU8aYHA50:e4H2vvL4guY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=SeeU8aYHA50:e4H2vvL4guY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=SeeU8aYHA50:e4H2vvL4guY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=SeeU8aYHA50:e4H2vvL4guY:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/SeeU8aYHA50" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://marcin.juszkiewicz.com.pl/2009/11/03/back-to-poky-linux-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://marcin.juszkiewicz.com.pl/2009/11/03/back-to-poky-linux-development/</feedburner:origLink></item>
		<item><title>Links for 2009-11-02 [del.icio.us]</title><link>http://feedproxy.google.com/~r/HrwWebsite/~3/yIvy_jbUWE4/Hrw</link><pubDate>Tue, 03 Nov 2009 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/Hrw#2009-11-02</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.robot-electronics.co.uk/htm/using_the_i2c_bus.htm"&gt;Using the I2C Bus&lt;/a&gt;&lt;br/&gt;
This short article therefore tries to de-mystify the I2C bus, I hope it doesn&amp;#039;t have the opposite effect!&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/yIvy_jbUWE4" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/Hrw#2009-11-02</feedburner:origLink></item><item><title>Links for 2009-11-01 [del.icio.us]</title><link>http://feedproxy.google.com/~r/HrwWebsite/~3/NAphfRkcKoA/Hrw</link><pubDate>Sun, 01 Nov 2009 23:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/Hrw#2009-11-01</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://gezeiten.org/post/2009/11/Things-I-miss-on-Maemo"&gt;Things I Miss on Maemo - Jannis Pohlmann&lt;/a&gt;&lt;br/&gt;
Even though I’m considering the N900, there are things that I’d like to see improved. Here’s a list of what I’d consider worth improving. I might even start hacking on one or two of them over the next weeks.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/NAphfRkcKoA" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/Hrw#2009-11-01</feedburner:origLink></item><item>
		<title>Sheevaplug updates</title>
		<link>http://feedproxy.google.com/~r/HrwWebsite/~3/YPX-HcOmDFc/</link>
		<comments>http://marcin.juszkiewicz.com.pl/2009/10/30/sheevaplug-updates/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 13:32:01 +0000</pubDate>
		<dc:creator>Marcin Juszkiewicz</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[sheevaplug]]></category>

		<guid isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=1295</guid>
		<description><![CDATA[Half year passed since I started using Sheevaplug at home. Currently it is my IRC station (with self-compiled irssi due to Perl problems in OpenEmbedded) and today it will also became central file server as I just received 1.5TB Samsung drive + USB enclosure for it.

It got several updates today:


Linux kernel 2.6.32-rc4 from Open-RD git [...]


Related posts:<ol><li><a href='http://marcin.juszkiewicz.com.pl/2009/05/15/sheevaplug-arrived/' rel='bookmark' title='Permanent Link: Sheevaplug arrived'>Sheevaplug arrived</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/03/05/new-interesting-devices/' rel='bookmark' title='Permanent Link: New interesting devices'>New interesting devices</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/02/20/does-vortex86sx-based-devices-are-worth-something/' rel='bookmark' title='Permanent Link: Does Vortex86sx based devices are worth something?'>Does Vortex86sx based devices are worth something?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Half year passed since I started using Sheevaplug at home. Currently it is my IRC station (with self-compiled irssi due to Perl problems in OpenEmbedded) and today it will also became central file server as I just received 1.5TB Samsung drive + USB enclosure for it.</p>

<p>It got several updates today:</p>

<ul>
<li>Linux kernel 2.6.32-rc4 from <a href="http://repo.or.cz/w/linux-2.6/linux-2.6-openrd.git">Open-RD git tree</a></li>
<li>U-Boot 2009.08 from <a href="http://git.denx.de/u-boot/u-boot-marvell.git/">mainline Marvell branch</a></li>
<li>Samba 3.3.9 for sharing data over network</li>
<li>NFS kernel daemon for sharing storage for my devices</li>
</ul>

<p>Yes, two storage serving daemons. Samba will provide access to multimedia data when NFS will be more used for developer board root file systems and such.</p>

<p>Now hard drive is working connected via ESATA but after copying it will be connected to Sheevaplug instead of my workstation.</p>

<p>Just to cut questions &#8212; I bought Welland ME-752H enclosure. It allows to use Serial ATA 3.5&#8243; drives and connect them by USB or ESATA interfaces. The bonus part is 2 port USB hub so I will not be out of USB ports in Sheeva ;)</p>


<p>Related posts:</p><ol><li><a href='http://marcin.juszkiewicz.com.pl/2009/05/15/sheevaplug-arrived/' rel='bookmark' title='Permanent Link: Sheevaplug arrived'>Sheevaplug arrived</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/03/05/new-interesting-devices/' rel='bookmark' title='Permanent Link: New interesting devices'>New interesting devices</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/02/20/does-vortex86sx-based-devices-are-worth-something/' rel='bookmark' title='Permanent Link: Does Vortex86sx based devices are worth something?'>Does Vortex86sx based devices are worth something?</a></li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=YPX-HcOmDFc:aZFvEdgJflY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=YPX-HcOmDFc:aZFvEdgJflY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=YPX-HcOmDFc:aZFvEdgJflY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=YPX-HcOmDFc:aZFvEdgJflY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=YPX-HcOmDFc:aZFvEdgJflY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=YPX-HcOmDFc:aZFvEdgJflY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=YPX-HcOmDFc:aZFvEdgJflY:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/YPX-HcOmDFc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://marcin.juszkiewicz.com.pl/2009/10/30/sheevaplug-updates/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://marcin.juszkiewicz.com.pl/2009/10/30/sheevaplug-updates/</feedburner:origLink></item>
		<item><title>Links for 2009-10-27 [del.icio.us]</title><link>http://feedproxy.google.com/~r/HrwWebsite/~3/34KZiPkmSMw/Hrw</link><pubDate>Wed, 28 Oct 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/Hrw#2009-10-27</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://felipec.wordpress.com/2009/10/25/git-send-email-tricks/"&gt;git send-email tricks &amp;laquo; Felipe Contreras&lt;/a&gt;&lt;br/&gt;
Do you know about the different threading formats, address-book queries, or the cc-cmd option? No? Well, let’s get started.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/34KZiPkmSMw" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/Hrw#2009-10-27</feedburner:origLink></item><item>
		<title>ELC-E 2009</title>
		<link>http://feedproxy.google.com/~r/HrwWebsite/~3/aWSp1szMUik/</link>
		<comments>http://marcin.juszkiewicz.com.pl/2009/10/27/elc-e-2009/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 13:47:36 +0000</pubDate>
		<dc:creator>Marcin Juszkiewicz</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[nhk15]]></category>
		<category><![CDATA[openembedded]]></category>
		<category><![CDATA[presentations]]></category>

		<guid isPermaLink="false">http://marcin.juszkiewicz.com.pl/?p=1280</guid>
		<description><![CDATA[Some time passed since ELC-E took place. I did not wrote about it before because I was busy with other things and wanted to wait for presentations to be available.

The whole event took place in Grenoble, France on 15-16 October. I was there as a guest of ST-Ericsson company and had one talk there.

There were [...]


Related posts:<ol><li><a href='http://marcin.juszkiewicz.com.pl/2009/10/19/st-ericsson-community-workshop-2009/' rel='bookmark' title='Permanent Link: ST-Ericsson Community Workshop 2009'>ST-Ericsson Community Workshop 2009</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/11/13/poky-linux-3-1-2-released/' rel='bookmark' title='Permanent Link: Poky Linux 3.1.2 released'>Poky Linux 3.1.2 released</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/09/21/st-ericsson-open-source-community-workshop-2009/' rel='bookmark' title='Permanent Link: ST-Ericsson Open Source Community Workshop 2009'>ST-Ericsson Open Source Community Workshop 2009</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Some time passed since <abbr title="Embedded Linux Conference Europe">ELC-E</abbr> took place. I did not wrote about it before because I was busy with other things and wanted to wait for <a href="http://tree.celinuxforum.org/CelfPubWiki/ELCEurope2009Presentations">presentations to be available</a>.</p>

<p>The whole event took place in Grenoble, France on 15-16 October. I was there as a guest of ST-Ericsson company and had <a href="http://marcin.juszkiewicz.com.pl/download/presentations/2009-ELCE-Hacking_with_OpenEmbedded.pdf">one talk there</a>.</p>

<p>There were just 3 tracks so it was much easier to choose which talks to attend. I was on:</p>

<ul>
<li>Jon Masters &#8220;Porting Linux&#8221; &#8212; interesting and it was nice to see the person which do <a href="http://kernelpodcast.org/">LKML summary podcast</a></li>
<li>Grégory Clement &#8220;How We Got a 3D Application Booting in 5 Seconds Under Linux&#8221; &#8212; author told about few tricks they tried in a bit boring way</li>
<li>Sascha Hauer, Marc Kleine-Budde &#8220;U-Boot-v2&#8243; &#8212; project looks nice and I hope that my devices will migrate to this one day</li>
<li>Cedric Hombourger &#8220;Why OpenEmbedded Proved a Good Foundation for MontaVista&#8221; &#8212; lot of people attended, interesting talk it was. Nice part was when Cedric told that they checked all of currently available free build systems and chosen our one.</li>
<li>Samuel Ortiz &#8220;Linux Wifi Solutions for Mobile Platforms&#8221; &#8212; lot of technical informations but now I know more about Linux WLAN stack that I did</li>
<li>Matt Porter &#8220;Mythbusters: Android&#8221; &#8212; nice talk about this system and which parts of it needs lot of work to be usable on other devices then just phones. I was also interested in it as I had Android on Nokia N810 during <abbr title="Embedded Linux Conference Europe">ELC-E</abbr> but finally decided to go back to Maemo.</li>
<li>Alessandro Rubini &#8220;Use of the Fast IRQ (FIQ) in ARM-Linux&#8221; &#8212; again lot of technical informations but I really like how Alessandro do his talks.</li>
<li>Alex de Vries &#8220;Technical Features and Components of Open Source Build Systems&#8221; &#8212; nice summary of what open embedded distributions lacks and what needs to be done. Was fun to listen how Alex tries to not say &#8220;open embedded distributions&#8221; too often ;)</li>
<li>Pierre Pronchery &#8220;Hackable Devices: The New Possibilities of Open Hardware&#8221;</li>
<li>Michael Opdenacker &#8220;Small Business&#8221; &#8212; most of small companies which attended have OpenEmbedded services in a list of what they do</li>
</ul>

<p>I planned to attend few more but decided that Friday will be a good time to see Grenoble in other places then just hotel and conference centre.</p>

<p>What was a nice surprise for me was the amount of people familiar with OpenEmbedded. Most of people which I spoke with used it for misc projects. I had a talk with one guy about &#8220;stable&#8221; branches and how our view differ. For me &#8220;stable/2009&#8243; branch is what has to be buildable all the time but can take some updates, he prefers project branches with halted development and just very important fixes related with project.</p>

<p>My <a href="http://marcin.juszkiewicz.com.pl/download/presentations/2009-ELCE-Hacking_with_OpenEmbedded.pdf">&#8220;Hacking with OpenEmbedded&#8221;</a> talk got some interesting questions. Mostly about Maemo5 support but I do not know too much about it&#8217;s status.</p>

<p>Was it worth going? Definitely yes. Met friends, got new contacts, discussed about different projects. Was good to be there. I just hope that next time it will be in a place easier to get to &#8212; I had to fly thought Amsterdam so whole trip took me about 12 hours (each way). But on return trip I had interesting talk with Ruud Derwig during flight :D</p>

<p>Will something from <abbr title="Embedded Linux Conference Europe">ELC-E</abbr> lands in OpenEmbedded area? Few things:</p>

<ul>
<li>I had a talk with Atmel guys about their work on updating linux4sam website and their OpenEmbedded support. AT91 devices will get 2.6.30 kernel in OE and it will land also in &#8220;stable/2009&#8243; branch on which they plan to base their repository (instead of old stable branch).</li>
<li>my work on ST-Ericsson NHK-15 board starts to appear in official metadata. I still need to test it on board but base is added.</li>
<li>one company plans to release OMAP3 based developer board soon and this will be their first use of OpenEmbedded</li>
</ul>


<p>Related posts:</p><ol><li><a href='http://marcin.juszkiewicz.com.pl/2009/10/19/st-ericsson-community-workshop-2009/' rel='bookmark' title='Permanent Link: ST-Ericsson Community Workshop 2009'>ST-Ericsson Community Workshop 2009</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/11/13/poky-linux-3-1-2-released/' rel='bookmark' title='Permanent Link: Poky Linux 3.1.2 released'>Poky Linux 3.1.2 released</a></li><li><a href='http://marcin.juszkiewicz.com.pl/2009/09/21/st-ericsson-open-source-community-workshop-2009/' rel='bookmark' title='Permanent Link: ST-Ericsson Open Source Community Workshop 2009'>ST-Ericsson Open Source Community Workshop 2009</a></li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=aWSp1szMUik:n1FtYDaDHfw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=aWSp1szMUik:n1FtYDaDHfw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=aWSp1szMUik:n1FtYDaDHfw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=aWSp1szMUik:n1FtYDaDHfw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=aWSp1szMUik:n1FtYDaDHfw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/HrwWebsite?a=aWSp1szMUik:n1FtYDaDHfw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/HrwWebsite?i=aWSp1szMUik:n1FtYDaDHfw:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/aWSp1szMUik" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://marcin.juszkiewicz.com.pl/2009/10/27/elc-e-2009/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://marcin.juszkiewicz.com.pl/2009/10/27/elc-e-2009/</feedburner:origLink></item>
	<item><title>Links for 2009-10-26 [del.icio.us]</title><link>http://feedproxy.google.com/~r/HrwWebsite/~3/6A91HLYi-48/Hrw</link><pubDate>Tue, 27 Oct 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/Hrw#2009-10-26</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.symbian-guru.com/welcome/2009/10/vhome-propels-your-symbian-homescreen-to-new-levels.html"&gt;vHome Propels Your Symbian Homescreen To New Levels | Symbian-Guru.com&lt;/a&gt;&lt;br/&gt;
vHome is one of those hidden gems that bring a ton of new functionality to your device, and keep surprising you with more options each time you use them. I think there are still a couple of easter eggs hidden here and there in vHome, but so far this application has blown my mind with what it offers.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/6A91HLYi-48" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/Hrw#2009-10-26</feedburner:origLink></item><item><title>Links for 2009-09-21 [del.icio.us]</title><link>http://feedproxy.google.com/~r/HrwWebsite/~3/FGdCn_cIdDw/Hrw</link><pubDate>Tue, 22 Sep 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/Hrw#2009-09-21</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.minalogic.com/news/SCW09/en/20090803_SCW09.htm"&gt;ST-Ericsson Community Workshop 2009&lt;/a&gt;&lt;br/&gt;
A whole day workshop entirely dedicated to the deployment and programming of the GNU-Linux environment on the Nomadik NHK-15 embedded multimedia platform.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sim1.googlecode.com/files/Simone_v1.3_Schematics-20090919.pdf"&gt;Sim.One schematics&lt;/a&gt;&lt;br/&gt;
Schematics of EP9307 development board named Sim.One are now online.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/HrwWebsite/~4/FGdCn_cIdDw" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/Hrw#2009-09-21</feedburner:origLink></item></channel>
</rss><!-- Dynamic page generated in 1.119 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-11-21 09:32:07 -->
