<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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"
	>

<channel>
	<title>opendreambox.org</title>
	<atom:link href="http://opendreambox.org/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://opendreambox.org</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sun, 21 Feb 2010 01:37:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>New branch opendreambox-1.6</title>
		<link>http://opendreambox.org/?p=9</link>
		<comments>http://opendreambox.org/?p=9#comments</comments>
		<pubDate>Sun, 21 Feb 2010 01:37:55 +0000</pubDate>
		<dc:creator>obi</dc:creator>
		
		<category><![CDATA[Build]]></category>

		<guid isPermaLink="false">http://opendreambox.org/?p=9</guid>
		<description><![CDATA[A new branch has been created in our opendreambox repository, as an effort to update both kernel and userspace tools to more recent versions.
You can build this branch using the new Makefile-opendreambox-1.6.
Instead of changing variables inside the Makefile, you can now optionally store your configuration in a file called build.conf. This should make it easier [...]]]></description>
			<content:encoded><![CDATA[<p>A new branch has been created in our opendreambox repository, as an effort to update both kernel and userspace tools to more recent versions.</p>
<p>You can build this branch using the new <a href="http://git.opendreambox.org/?p=obi/makefile-opendreambox.git;a=blob_plain;f=Makefile-opendreambox-1.6">Makefile-opendreambox-1.6</a>.</p>
<p>Instead of changing variables inside the Makefile, you can now optionally store your configuration in a file called <code>build.conf</code>. This should make it easier to update to future versions of the Makefile. You can, of course, still override variables from the command line, e.g. <code>make -f Makefile-opendreambox-1.6 MACHINE=dm500hd</code>.</p>
<p>A new option was added to use a single Git repository for all machines. Set <code>SINGLE_REPOSITORY=1</code> to enable it. Using this option decreases traffic and storage requirements and might also be helpful for developers, who create changesets for more than one machine.</p>
<p>Developers, who are switching to 1.6 from an older <code>Makefile-opendreambox</code> should delete the <code>bb</code> directory, because a customized version of BitBake will be used from now on. Also, the new 1.6 branch will have to be checked out manually in this case.</p>
<p>The other Makefiles, which have been available before, were updated, too:</p>
<p><a href="http://git.opendreambox.org/?p=obi/makefile-opendreambox.git;a=blob_plain;f=Makefile-opendreambox">Makefile-opendreambox</a><br />
<a href="http://git.opendreambox.org/?p=obi/makefile-opendreambox.git;a=blob_plain;f=Makefile-opendreambox-1.5">Makefile-opendreambox-1.5</a></p>
<p>The two branches <code>opendreambox</code> and <code>opendreambox-1.6</code> are currently equal to each other, but they will diverge once further work from OpenEmbedded will be merged into <code>opendreambox</code>. The current state has been tested mainly on DM500HD, DM800 and DM8000. DM7025 will be next. The powerpc port is completely untested for now. Reports are welcome, of course.</p>
]]></content:encoded>
			<wfw:commentRss>http://opendreambox.org/?feed=rss2&amp;p=9</wfw:commentRss>
		</item>
		<item>
		<title>A note for users of Ubuntu 9.10</title>
		<link>http://opendreambox.org/?p=8</link>
		<comments>http://opendreambox.org/?p=8#comments</comments>
		<pubDate>Wed, 25 Nov 2009 15:20:24 +0000</pubDate>
		<dc:creator>obi</dc:creator>
		
		<category><![CDATA[Build]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://opendreambox.org/?p=8</guid>
		<description><![CDATA[Ubuntu&#8217;s version of tar (1.22-1) includes a regression, which causes the build to fail with the following or a similar error:

NOTE: package libtool-cross-1.5.10-r4: task do_unpack: started
[...]
gzip: stdout: Broken pipe
tar: Child returned status 1
tar: Exiting with failure status due to previous errors

This problem has already been corrected in versions 1.22-1.1 and later, which however are currently [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu&#8217;s version of tar (1.22-1) includes a regression, which causes the build to fail with the following or a similar error:</p>
<blockquote><p>
NOTE: package libtool-cross-1.5.10-r4: task do_unpack: started<br />
[...]<br />
gzip: stdout: Broken pipe<br />
tar: Child returned status 1<br />
tar: Exiting with failure status due to previous errors
</p></blockquote>
<p>This problem has already been corrected in versions 1.22-1.1 and later, which however are currently not part of Ubuntu 9.10.</p>
<p>You can find installable builds of newer versions for various architectures on <a href="https://launchpad.net/ubuntu/+source/tar/1.22-2">Launchpad</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://opendreambox.org/?feed=rss2&amp;p=8</wfw:commentRss>
		</item>
		<item>
		<title>opendreambox-1.5 moved to our server</title>
		<link>http://opendreambox.org/?p=7</link>
		<comments>http://opendreambox.org/?p=7#comments</comments>
		<pubDate>Wed, 04 Nov 2009 18:40:44 +0000</pubDate>
		<dc:creator>obi</dc:creator>
		
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://opendreambox.org/?p=7</guid>
		<description><![CDATA[Ladies and Gentlemen,
we decided to use our own Git repository as the main repository for opendreambox-1.5 from now on. This requires developers to update their Makefiles. While at it, we also created a local bitbake repository and backported support for fetching URLs from Git from a recent version to our ancient bitbake 1.4.2.
It is not [...]]]></description>
			<content:encoded><![CDATA[<p>Ladies and Gentlemen,</p>
<p>we decided to use our own Git repository as the main repository for opendreambox-1.5 from now on. This requires developers to update their Makefiles. While at it, we also created a local bitbake repository and backported support for fetching URLs from Git from a recent version to our ancient bitbake 1.4.2.</p>
<p>It is not recommended to use this Makefile with existing installations. Please start a new build environment instead. Otherwise you&#8217;d have to manually change to the new repository and delete the &#8220;bb&#8221; directory.</p>
<p>So, have a lot of fun using the new<br />
<a href="http://git.opendreambox.org/?p=obi/makefile-opendreambox.git;a=blob;f=Makefile-opendreambox-1.5;hb=master">Makefile-opendreambox-1.5</a>! Please report any difficulties showing up with this new version.</p>
<p>[Update 2009/11/20]<br />
Because of recurring problems with the git2svn gateway we used for enigma2, and because our version of bitbake is now able to handle Git repositories, we decided to disable the SVN repository completely. If you came here, because this caused your build to break, you should update your <a href="http://git.opendreambox.org/?p=obi/makefile-opendreambox.git;a=blob;f=Makefile-opendreambox-1.5;hb=master">Makefile-opendreambox-1.5</a> now.</p>
<p>Developers, who already updated their Makefiles after the move of opendreambox-1.5, are also encouraged to update again. Today&#8217;s Makefile automatically updates bitbake whenever a new version becomes available.</p>
]]></content:encoded>
			<wfw:commentRss>http://opendreambox.org/?feed=rss2&amp;p=7</wfw:commentRss>
		</item>
		<item>
		<title>A new home</title>
		<link>http://opendreambox.org/?p=6</link>
		<comments>http://opendreambox.org/?p=6#comments</comments>
		<pubDate>Mon, 03 Aug 2009 23:29:25 +0000</pubDate>
		<dc:creator>obi</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opendreambox.org/?p=6</guid>
		<description><![CDATA[Today, opendreambox.org and dreamboxupdate.com moved to a new machine. All services should be up again by now, except for cvs and rsync, which have been serving only very old versions of openembedded and enigma2 for quite some time.
If you feel that something changed badly, please don&#8217;t hesitate to leave a comment.
]]></description>
			<content:encoded><![CDATA[<p>Today, opendreambox.org and dreamboxupdate.com moved to a new machine. All services should be up again by now, except for cvs and rsync, which have been serving only very old versions of openembedded and enigma2 for quite some time.</p>
<p>If you feel that something changed badly, please don&#8217;t hesitate to leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://opendreambox.org/?feed=rss2&amp;p=6</wfw:commentRss>
		</item>
		<item>
		<title>opendreambox-1.6 updated</title>
		<link>http://opendreambox.org/?p=5</link>
		<comments>http://opendreambox.org/?p=5#comments</comments>
		<pubDate>Mon, 27 Apr 2009 00:01:55 +0000</pubDate>
		<dc:creator>tmbinc</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opendreambox.org/?p=5</guid>
		<description><![CDATA[opendreambox-1.6 has been updated with recent org.openembedded.dev changes, which resulted in packages/ being moved to recipes/. The Makefile has been updated; if you already have it installed, replace &#8220;packages&#8221; with &#8220;recipes&#8221; in your conf/local.conf. Oh, and it&#8217;s still not stable. If you want to build an image, keep on using opendreambox-1.5.
]]></description>
			<content:encoded><![CDATA[<p>opendreambox-1.6 has been updated with recent org.openembedded.dev changes, which resulted in packages/ being moved to recipes/. The <a href="http://opendreambox.org/~obi/Makefile-opendreambox">Makefile</a> has been updated; if you already have it installed, replace &#8220;packages&#8221; with &#8220;recipes&#8221; in your <code>conf/local.conf</code>. Oh, and it&#8217;s still not stable. If you want to build an image, keep on using opendreambox-1.5.</p>
]]></content:encoded>
			<wfw:commentRss>http://opendreambox.org/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
		<item>
		<title>Makefiles for OE (both 1.5 and HEAD)</title>
		<link>http://opendreambox.org/?p=4</link>
		<comments>http://opendreambox.org/?p=4#comments</comments>
		<pubDate>Wed, 22 Oct 2008 12:09:38 +0000</pubDate>
		<dc:creator>obi</dc:creator>
		
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://opendreambox.org/?p=4</guid>
		<description><![CDATA[If you&#8217;d like to create images from Git, you can try one of the new Makefiles.
Makefile-opendreambox-1.5 is the successor of the old monotone based Makefile-opendreambox.
Makefile-opendreambox builds from a much newer branch, of which opendreambox 1.6 will become a spin-off once a stable state is reached. Today it won&#8217;t even finish an image, but you&#8217;re invited [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;d like to create images from Git, you can try one of the new Makefiles.</p>
<p><a href="http://opendreambox.org/~obi/Makefile-opendreambox-1.5">Makefile-opendreambox-1.5</a> is the successor of the old monotone based <code>Makefile-opendreambox</code>.</p>
<p><a href="http://opendreambox.org/~obi/Makefile-opendreambox">Makefile-opendreambox</a> builds from a much newer branch, of which opendreambox 1.6 will become a spin-off once a stable state is reached. Today it won&#8217;t even finish an image, but you&#8217;re invited to test it early and to report any problems occuring in your build environment, so we can fix them for you.</p>
<p>One notable thing is that the directory layout changed to create one subdirectory per platform and a shared directory for bitbake and the sources. If you&#8217;d like to keep the old directory structure for version 1.5, to upgrade without rebuilding everything, then you can set <code>UPGRADE_FROM_MONOTONE=1</code> in the Makefile. But don&#8217;t forget to move away your monotone repository.</p>
<p>If you&#8217;re going to make commits to your new Git-repository, then you should definitely edit <code>GIT_AUTHOR_NAME</code> and <code>GIT_AUTHOR_EMAIL</code>, because this information will be kept in the commit history forever. Otherwise Git will create a mail adress from your local username and hostname.</p>
<p>The command to build an image has been unchanged: <code>make -f Makefile-opendreambox-1.5 image</code></p>
<p>[Jan. 12, 2009: Updated Makefiles to work with old versions of Git (1.4.x)]<br />
[Jan. 15, 2009: Updated Makefile-opendreambox to use bitbake 1.8.12 to fix problems with some versions of Git]</p>
]]></content:encoded>
			<wfw:commentRss>http://opendreambox.org/?feed=rss2&amp;p=4</wfw:commentRss>
		</item>
		<item>
		<title>Git repository online</title>
		<link>http://opendreambox.org/?p=3</link>
		<comments>http://opendreambox.org/?p=3#comments</comments>
		<pubDate>Fri, 17 Oct 2008 20:06:03 +0000</pubDate>
		<dc:creator>obi</dc:creator>
		
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://opendreambox.org/?p=3</guid>
		<description><![CDATA[The Git development repository for the upcoming opendreambox distribution 1.6 is now online at http://git.opendreambox.org/.
]]></description>
			<content:encoded><![CDATA[<p>The Git development repository for the upcoming opendreambox distribution 1.6 is now online at <a href="http://git.opendreambox.org/">http://git.opendreambox.org/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://opendreambox.org/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
