<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>xGoat &#187; rpm</title>
	<atom:link href="http://xgoat.com/wp/tag/rpm/feed/" rel="self" type="application/rss+xml" />
	<link>http://xgoat.com/wp</link>
	<description>Robert Spanton's musings.</description>
	<lastBuildDate>Sat, 29 May 2010 12:45:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>My first package shipping through Fedora</title>
		<link>http://xgoat.com/wp/2009/02/05/my-first-package-shipping-through-fedora/</link>
		<comments>http://xgoat.com/wp/2009/02/05/my-first-package-shipping-through-fedora/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 19:46:32 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[msp430]]></category>
		<category><![CDATA[mspgcc]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://xgoat.com/wp/?p=512</guid>
		<description><![CDATA[After a bit of a delay, msp430-binutils, the first of my gcc packages is now part of Fedora 10. I&#8217;m now a sponsored (a.k.a. approved) Fedora packager :-D So it can now be installed by running: yum install msp430-binutils Or, if you&#8217;re of PackageKit persuasion: pkcon install msp430-binutils msp430-binutils contains a number of tools for [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float:left;padding:1em;" src="http://xgoat.com/wp/wp-content/package.png" /><br />
After a bit of a delay, msp430-binutils, the first of my gcc packages is now part of Fedora 10.  I&#8217;m now a sponsored (a.k.a. approved) Fedora packager :-D</p>
<p>So it can now be installed by running:</p>
<pre>yum install msp430-binutils</pre>
<p>Or, if you&#8217;re of <a href="http://www.packagekit.org/" onclick="javascript:urchinTracker ('/outbound/article/www.packagekit.org');">PackageKit</a> persuasion:</p>
<pre>pkcon install msp430-binutils</pre>
</p>
<p>msp430-binutils contains a number of tools for working with <a href="http://www.msp430.com/" onclick="javascript:urchinTracker ('/outbound/article/www.msp430.com');">msp430</a> binaries.  The ones that people will use the most are likely to be the assembler and linker.  These are a requirement for the compiler, which <a href="/wp/2008/12/13/mspgcc-rpms-for-f10/">I have packaged</a>, but have yet to submit to Fedora.  Hopefully I will get gcc in there over the next week &#8212; closely followed by the rest of the <a href="http://mspgcc.sf.net" onclick="javascript:urchinTracker ('/outbound/article/mspgcc.sf.net');">mspgcc toolchain</a>.</p>
<p>Those who manually installed my packages will get the update through the normal Fedora update sources.</p>
<p style="font-size:0.5em;">Above image derived from the <a href="http://tango.freedesktop.org/Tango_Desktop_Project" onclick="javascript:urchinTracker ('/outbound/article/tango.freedesktop.org');">Tango Desktop Project</a> &#8212; <a href="http://creativecommons.org/licenses/by-sa/2.5/" onclick="javascript:urchinTracker ('/outbound/article/creativecommons.org');">CC-SA licence</a>.</p>
<p><b>Update (5/2/2009):</b> I forgot to mention that this is part of the toolchain required to build the software for the <a href="http://xgoat.com/wp/tag/formica/">Formica robots!</p>
]]></content:encoded>
			<wfw:commentRss>http://xgoat.com/wp/2009/02/05/my-first-package-shipping-through-fedora/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>mspgcc RPMs for F10</title>
		<link>http://xgoat.com/wp/2008/12/13/mspgcc-rpms-for-f10/</link>
		<comments>http://xgoat.com/wp/2008/12/13/mspgcc-rpms-for-f10/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 23:56:37 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[msp430]]></category>
		<category><![CDATA[mspgcc]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://xgoat.com/wp/?p=335</guid>
		<description><![CDATA[I rebuilt the mspgcc packages for Fedora 10: msp430-binutils 2.18 msp430-gcc 3.2.3 msp430-libc (from CVS on 2008-08-28) msp430-gdb 6.8 msp430-gdbproxy 0.7 (includes udev rule). Once again, you&#8217;ll find the specfiles and source RPMs in the same directory. You can install them all by running: su -c "rpm -Uvh http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-binutils-2.18-1.fc10.i386.rpm \ http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gcc-3.2.3-1.20080827cvs.fc10.i386.rpm \ http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-libc-0-1.20080828cvs.fc10.noarch.rpm \ http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdb-6.8-1.fc10.i386.rpm [...]]]></description>
			<content:encoded><![CDATA[<p>I rebuilt the mspgcc packages for Fedora 10:</p>
<ul>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-binutils-2.18-1.fc10.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-binutils 2.18</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gcc-3.2.3-1.20080827cvs.fc10.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-gcc 3.2.3</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-libc-0-1.20080828cvs.fc10.noarch.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-libc (from CVS on 2008-08-28)</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdb-6.8-1.fc10.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-gdb 6.8</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdbproxy-0.7.1-1.fc10.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-gdbproxy 0.7</a> (includes udev rule).</li>
</ul>
<p>Once again, you&#8217;ll find the specfiles and source RPMs in the <a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">same directory</a>.</p>
<p>You can install them all by running:</p>
<pre>
su -c "rpm -Uvh http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-binutils-2.18-1.fc10.i386.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gcc-3.2.3-1.20080827cvs.fc10.i386.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-libc-0-1.20080828cvs.fc10.noarch.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdb-6.8-1.fc10.i386.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdbproxy-0.7.1-1.fc10.i386.rpm"
</pre>
<p><b>Update (13/02/2009):</b> msp430-binutils is now in Fedora (as I wrote in <a href="http://xgoat.com/wp/2009/02/05/my-first-package-shipping-through-fedora/" >this post</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://xgoat.com/wp/2008/12/13/mspgcc-rpms-for-f10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>msp430-gdb in RPM form</title>
		<link>http://xgoat.com/wp/2008/11/17/msp430-gdb-in-rpm-form/</link>
		<comments>http://xgoat.com/wp/2008/11/17/msp430-gdb-in-rpm-form/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 00:50:31 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[msp430]]></category>
		<category><![CDATA[mspgcc]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://xgoat.com/wp/?p=238</guid>
		<description><![CDATA[Tom has been around here for the past few days working on the new Student Robotics kit with me. We got to the point where Tom needed to use msp430-gdb so he could debug the firmware for the msp430 on the power board. I&#8217;ve previously packaged the compiler, mspgcc, but I hadn&#8217;t got around to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://expensivesmokeandradiopixies.wordpress.com/" onclick="javascript:urchinTracker ('/outbound/article/expensivesmokeandradiopixies.wordpress.com');">Tom</a> has been around here for the past few days working on the new Student Robotics kit with me.  We got to the point where Tom needed to use msp430-gdb so he could debug the firmware for the msp430 on the power board.  I&#8217;ve <a href="http://xgoat.com/wp/2008/08/30/mspgcc-rpms/" >previously packaged</a> the compiler, mspgcc, but I hadn&#8217;t got around to packaging gdb.</p>
<p>I decided that my time would be better invested if I finished packaging msp430-gdb rather than performing another source install on someone else&#8217;s machine.  Whilst I was at it, I also packaged msp430-gdbproxy and the udev rule required to get the <a href="http://focus.ti.com/docs/toolsw/folders/print/msp-fet430uif.html" onclick="javascript:urchinTracker ('/outbound/article/focus.ti.com');">UIF</a> to work.</p>
<p>Now all the mspgcc packages are available for Fedora 9:</p>
<ul>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-binutils-2.18-1.fc9.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-binutils 2.18</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gcc-3.2.3-1.20080827cvs.fc9.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-gcc 3.2.3</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-libc-0-1.20080828cvs.fc9.noarch.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-libc (from CVS on 2008-08-28)</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdb-6.8-1.fc9.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-gdb 6.8</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdbproxy-0.7.1-1.fc9.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-gdbproxy 0.7</a> (includes udev rule).</li>
</ul>
<p>You&#8217;ll find the specfiles and source RPMs in the <a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">same directory</a>.</p>
<p>You can install them all by running:</p>
<pre>
su -c "rpm -Uvh http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-binutils-2.18-1.fc9.i386.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gcc-3.2.3-1.20080827cvs.fc9.i386.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-libc-0-1.20080828cvs.fc9.noarch.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdb-6.8-1.fc9.i386.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdbproxy-0.7.1-1.fc9.i386.rpm"
</pre>
<p>I&#8217;m still waiting for someone to review <a href="https://bugzilla.redhat.com/show_bug.cgi?id=460600" onclick="javascript:urchinTracker ('/outbound/article/bugzilla.redhat.com');">my request</a> to get binutils for msp430 into Fedora. :-/</p>
]]></content:encoded>
			<wfw:commentRss>http://xgoat.com/wp/2008/11/17/msp430-gdb-in-rpm-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RPMtastic</title>
		<link>http://xgoat.com/wp/2006/12/26/rpmtastic/</link>
		<comments>http://xgoat.com/wp/2006/12/26/rpmtastic/#comments</comments>
		<pubDate>Tue, 26 Dec 2006 19:38:26 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://xgoat.com/wp/?p=21</guid>
		<description><![CDATA[Overview of last week of stuff: I started the week with little understanding of the Linux ARM boot process, Steve&#8217;s NSLU2 and the need to get a working Linux install on it. Tom and I spent a considerable amount of time working on getting it to work. Almost all of the problem was because for [...]]]></description>
			<content:encoded><![CDATA[<p>Overview of last week of stuff:</p>
<ul>
<li>I started the week with little understanding of the Linux ARM boot process, Steve&#8217;s NSLU2 and the need to get a working Linux install on it. Tom and I spent a considerable amount of time working on getting it to work.  Almost all of the problem was because for some (yet to be fully determined) reason, the kernel is passed an incorrect machine code by redboot.  Whether this is because someone&#8217;s flashed the slug in the past, I don&#8217;t know.  I ended the week with an understanding of the ARM MMU, linux ARM boot process and a working booting slug with functioning network adapter :-)</li>
<li>I created my first RPM.  :-D  I spent christmas eve reading various documentation on the subject, and so have packaged my yum plugin.  I&#8217;ve stuck the spec file, srpm and rpm up for <a href="http://users.ecs.soton.ac.uk/rds/rpm/yum-avahi/" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">public access</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xgoat.com/wp/2006/12/26/rpmtastic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
