<?xml version="1.0" encoding="ascii"?>
<rss version="2.0">
  <channel>
    <link>http://impactlinux.com/hg/hgwebdir.cgi/firmware/</link>
    <language>en-us</language>

    <title>firmware Changelog</title>
    <description>firmware Changelog</description>
    <item>
    <title>Optimize the linux and busybox bisects to not rebuild earlier sections unnecessarily.</title>
    <guid isPermaLink="true">http://impactlinux.com/hg/hgwebdir.cgi/firmware/rev/c867d05d8c4d</guid>
    <description><![CDATA[Optimize the linux and busybox bisects to not rebuild earlier sections unnecessarily.<br/>
<br/>
Note that the busybox optimization is a bit subtle: if build.sh sees that root-filesystem-$ARCH.tar.bz2 doesn't exist, it'll delete system-image-$ARCH.tar.bz2 to signal the next stage needs to be rebuilt.  So even if the root-filesystem build then dies, bisectinate.sh will still notice the build failed because the system-image tarball isn't there.  (This wouldn't work for the cross-compiler tarball, the failure wouldn't propogate far enough on its own.  In build.sh it only goes one stage forward at a time.)]]></description>
    <author>&#82;&#111;&#98;&#32;&#76;&#97;&#110;&#100;&#108;&#101;&#121;&#32;&#60;&#114;&#111;&#98;&#64;&#108;&#97;&#110;&#100;&#108;&#101;&#121;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Sun, 07 Mar 2010 13:18:58 -0600</pubDate>
</item>
<item>
    <title>Fix a typo that broke the script completely.</title>
    <guid isPermaLink="true">http://impactlinux.com/hg/hgwebdir.cgi/firmware/rev/4a02bb65fe0c</guid>
    <description><![CDATA[Fix a typo that broke the script completely.]]></description>
    <author>&#82;&#111;&#98;&#32;&#76;&#97;&#110;&#100;&#108;&#101;&#121;&#32;&#60;&#114;&#111;&#98;&#64;&#108;&#97;&#110;&#100;&#108;&#101;&#121;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Sun, 07 Mar 2010 11:49:25 -0600</pubDate>
</item>
<item>
    <title>Missed a patch that needed updating for 2.6.33 kernel.</title>
    <guid isPermaLink="true">http://impactlinux.com/hg/hgwebdir.cgi/firmware/rev/fc640d1020a7</guid>
    <description><![CDATA[Missed a patch that needed updating for 2.6.33 kernel.]]></description>
    <author>&#82;&#111;&#98;&#32;&#76;&#97;&#110;&#100;&#108;&#101;&#121;&#32;&#60;&#114;&#111;&#98;&#64;&#108;&#97;&#110;&#100;&#108;&#101;&#121;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Mon, 01 Mar 2010 22:56:57 -0600</pubDate>
</item>
<item>
    <title>Upgrade to 2.6.33 kernel.</title>
    <guid isPermaLink="true">http://impactlinux.com/hg/hgwebdir.cgi/firmware/rev/3dc3e3627af2</guid>
    <description><![CDATA[Upgrade to 2.6.33 kernel.]]></description>
    <author>&#82;&#111;&#98;&#32;&#76;&#97;&#110;&#100;&#108;&#101;&#121;&#32;&#60;&#114;&#111;&#98;&#64;&#108;&#97;&#110;&#100;&#108;&#101;&#121;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Mon, 01 Mar 2010 22:07:03 -0600</pubDate>
</item>
<item>
    <title>Add 64-bit mips target.</title>
    <guid isPermaLink="true">http://impactlinux.com/hg/hgwebdir.cgi/firmware/rev/c49753970700</guid>
    <description><![CDATA[Add 64-bit mips target.]]></description>
    <author>&#82;&#111;&#98;&#32;&#76;&#97;&#110;&#100;&#108;&#101;&#121;&#32;&#60;&#114;&#111;&#98;&#64;&#108;&#97;&#110;&#100;&#108;&#101;&#121;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Mon, 01 Mar 2010 02:43:27 -0600</pubDate>
</item>
<item>
    <title>Add FORK=1 support to download.sh, and work around bash's $$ refusing to give an actual unique $PID for subshells by groveling around in /proc to find something usable.</title>
    <guid isPermaLink="true">http://impactlinux.com/hg/hgwebdir.cgi/firmware/rev/00704bb2c556</guid>
    <description><![CDATA[Add FORK=1 support to download.sh, and work around bash's $$ refusing to give an actual unique $PID for subshells by groveling around in /proc to find something usable.]]></description>
    <author>&#82;&#111;&#98;&#32;&#76;&#97;&#110;&#100;&#108;&#101;&#121;&#32;&#60;&#114;&#111;&#98;&#64;&#108;&#97;&#110;&#100;&#108;&#101;&#121;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Mon, 01 Mar 2010 02:21:49 -0600</pubDate>
</item>
<item>
    <title>Make extract use unique temporary directories so it's parallelizable.</title>
    <guid isPermaLink="true">http://impactlinux.com/hg/hgwebdir.cgi/firmware/rev/93830ce35f85</guid>
    <description><![CDATA[Make extract use unique temporary directories so it's parallelizable.]]></description>
    <author>&#82;&#111;&#98;&#32;&#76;&#97;&#110;&#100;&#108;&#101;&#121;&#32;&#60;&#114;&#111;&#98;&#64;&#108;&#97;&#110;&#100;&#108;&#101;&#121;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Mon, 01 Mar 2010 01:03:04 -0600</pubDate>
</item>
<item>
    <title>Rename SKIP_STAGE_TARBALLS to NO_STAGE_TARBALLS (for consistency), and make system-image.sh use it instead of doing it by hand.</title>
    <guid isPermaLink="true">http://impactlinux.com/hg/hgwebdir.cgi/firmware/rev/30e4bab11f9e</guid>
    <description><![CDATA[Rename SKIP_STAGE_TARBALLS to NO_STAGE_TARBALLS (for consistency), and make system-image.sh use it instead of doing it by hand.]]></description>
    <author>&#82;&#111;&#98;&#32;&#76;&#97;&#110;&#100;&#108;&#101;&#121;&#32;&#60;&#114;&#111;&#98;&#64;&#108;&#97;&#110;&#100;&#108;&#101;&#121;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Wed, 24 Feb 2010 10:31:10 -0600</pubDate>
</item>
<item>
    <title>Don't need to blank STAGE_DIR when read_arch_dir already does.</title>
    <guid isPermaLink="true">http://impactlinux.com/hg/hgwebdir.cgi/firmware/rev/b6d7a815e47a</guid>
    <description><![CDATA[Don't need to blank STAGE_DIR when read_arch_dir already does.]]></description>
    <author>&#82;&#111;&#98;&#32;&#76;&#97;&#110;&#100;&#108;&#101;&#121;&#32;&#60;&#114;&#111;&#98;&#64;&#108;&#97;&#110;&#100;&#108;&#101;&#121;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Wed, 24 Feb 2010 10:17:43 -0600</pubDate>
</item>
<item>
    <title>Give bisectinate.sh overrideable SRCDIR and BUILD.</title>
    <guid isPermaLink="true">http://impactlinux.com/hg/hgwebdir.cgi/firmware/rev/fb0152b485f4</guid>
    <description><![CDATA[Give bisectinate.sh overrideable SRCDIR and BUILD.]]></description>
    <author>&#82;&#111;&#98;&#32;&#76;&#97;&#110;&#100;&#108;&#101;&#121;&#32;&#60;&#114;&#111;&#98;&#64;&#108;&#97;&#110;&#100;&#108;&#101;&#121;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Wed, 24 Feb 2010 10:13:36 -0600</pubDate>
</item>

  </channel>
</rss>