<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/scripts, branch 2010.05</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2010.05</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2010.05'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-05-27T12:11:53Z</updated>
<entry>
<title>Merge branch 'pkg-stats-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot</title>
<updated>2010-05-27T12:11:53Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-27T12:11:53Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=978a88c4159116a3fbc5db42c2055f3cdc2ad99e'/>
<id>urn:sha1:978a88c4159116a3fbc5db42c2055f3cdc2ad99e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkg-stats: better heuristics</title>
<updated>2010-05-21T13:22:41Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-03-14T16:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=beafd2073059499f612cf6e68b2228b87c0325c6'/>
<id>urn:sha1:beafd2073059499f612cf6e68b2228b87c0325c6</id>
<content type='text'>
Slightly improve the package type detection heuristic, and fix a small
bug about package/multimedia/multimedia.mk exclusion.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>New graph-depends script</title>
<updated>2010-05-21T13:16:48Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-05-06T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0e12aa3e0f9a3a1170196c1f078f633fcbc92568'/>
<id>urn:sha1:0e12aa3e0f9a3a1170196c1f078f633fcbc92568</id>
<content type='text'>
Add a Python script that draws dependency graphs, either for the full
set of selected packages, or for a particular given package. Of
course, it is limited to packages that use either the generic or
autotools infrastructures. The script generates a file that Graphviz
can parse and generate a PDF (or other formats) from it.

Full dependency graph of all selected packages :

 ./scripts/graph-depends &gt; test.dot
 dot -Tpdf test.dot -o test.pdf

Dependency graph of libgtk2 :

 ./scripts/graph-depends libgtk2 &gt; test.dot
 dot -Tpdf test.dot -o test.pdf

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>scripts: force copy of files to erase already present and readonly files</title>
<updated>2010-05-02T07:33:25Z</updated>
<author>
<name>Lionel Landwerlin</name>
<email>llandwerlin@gmail.com</email>
</author>
<published>2010-04-30T00:24:08Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=6660b7dc3fd34de25de64d1cf983d097939b47c5'/>
<id>urn:sha1:6660b7dc3fd34de25de64d1cf983d097939b47c5</id>
<content type='text'>
Signed-off-by: Lionel Landwerlin &lt;llandwerlin@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>fakeroot: remove all references to BR2_HOST_FAKEROOT</title>
<updated>2010-04-09T09:04:33Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-03-02T21:57:58Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=77ab5443080dd994dd9dbe9c9eec302f83525dde'/>
<id>urn:sha1:77ab5443080dd994dd9dbe9c9eec302f83525dde</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>get_linux_config.sh: sets THIS_MINOR to 0 if not valid.</title>
<updated>2010-02-17T10:18:17Z</updated>
<author>
<name>Julien Boibessot</name>
<email>julien.boibessot@armadeus.com</email>
</author>
<published>2010-02-09T16:11:04Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=fb1c82ad881ce01f9d7c26f646af402638696a69'/>
<id>urn:sha1:fb1c82ad881ce01f9d7c26f646af402638696a69</id>
<content type='text'>
Sets THIS_MINOR to 0 if not valid, ie when processing a Linux config file
which does not have a minor number extension;
ex: "&lt;name&gt;-linux-2.6.&lt;major&gt;.config"
Otherwise bash is raising an error/exception (line 59) and script can not
complete.

Signed-off-by: Julien Boibessot &lt;julien.boibessot@armadeus.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Add package statistics script</title>
<updated>2009-12-15T18:57:32Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-10-27T23:28:40Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=35e635b7ddfdcfac562eaf44809f2ffca119a23a'/>
<id>urn:sha1:35e635b7ddfdcfac562eaf44809f2ffca119a23a</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>remove BR2_KERNEL_HURD from defconfig files</title>
<updated>2009-12-14T22:46:00Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-12T18:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a2fd9751155657999b75367dea5b081dad1254b3'/>
<id>urn:sha1:a2fd9751155657999b75367dea5b081dad1254b3</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>lzma: remove 'target' from lzma package name</title>
<updated>2009-10-26T20:38:49Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-10-26T19:36:18Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=89dadc81ecf737eba5f438da529c2f81712ec15a'/>
<id>urn:sha1:89dadc81ecf737eba5f438da529c2f81712ec15a</id>
<content type='text'>
We normally don't do this, and it makes using Makefile.autotools.in harder.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>lzma: host targets should not be user selectable</title>
<updated>2009-10-26T15:51:06Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-10-26T15:48:41Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b2dcab30ce5599902d3fc2e48d685fb75dba2127'/>
<id>urn:sha1:b2dcab30ce5599902d3fc2e48d685fb75dba2127</id>
<content type='text'>
Instead they should get automatically built if needed.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
