<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/support/scripts/pkg-stats, branch 2012.08_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.08_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.08_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2012-07-31T19:38:16Z</updated>
<entry>
<title>pkg-stats: ensure infratype is reset for every package</title>
<updated>2012-07-31T19:38:16Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2012-07-31T19:38:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=697f034f589e0cacaf01f57baa2b9015f7f3227d'/>
<id>urn:sha1:697f034f589e0cacaf01f57baa2b9015f7f3227d</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>pkg-stats: add license information, rework information displayed</title>
<updated>2012-07-31T19:32:25Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2012-07-31T19:32:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1ed1a83f1c415a77ab23f74c7a909f331319facd'/>
<id>urn:sha1:1ed1a83f1c415a77ab23f74c7a909f331319facd</id>
<content type='text'>
Now that most packages have been converted over to package
infrastructures, keep only one column to show the package
infrastructures.

A new column, showing of the package has license information, has been
added. This will help in increasing the number of packages having
license metadata.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Rename XXXTARGETS to xxx-package</title>
<updated>2012-07-17T18:22:41Z</updated>
<author>
<name>Arnout Vandecappelle (Essensium/Mind)</name>
<email>arnout@mind.be</email>
</author>
<published>2012-07-02T22:07:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=46fa5cbfb8f4a94680dc0880db051eb8acee6a17'/>
<id>urn:sha1:46fa5cbfb8f4a94680dc0880db051eb8acee6a17</id>
<content type='text'>
With the introduction of a specific macro for host targets, it was decided
to also make the names of the macros more intuitive: generic-package,
autotools-package and cmake-package.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
</content>
</entry>
<entry>
<title>pkg-infra: add host-xxx-package macro</title>
<updated>2012-07-17T18:17:33Z</updated>
<author>
<name>Arnout Vandecappelle (Essensium/Mind)</name>
<email>arnout@mind.be</email>
</author>
<published>2012-07-02T22:05:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=c98337911cc2427f9cf78e9da44a1b1dead61d4b'/>
<id>urn:sha1:c98337911cc2427f9cf78e9da44a1b1dead61d4b</id>
<content type='text'>
Create host-generic-package, host-autotools-package and
host-cmake-package macros.  Such a macro is more intuitive to use than
the $(call ...,host) construct.  Also it speeds things up by having
one less $(call ...) evaluation.

Also includes documentation update, but not for buildroot.html.

This brings the time for 'make -qp' (which is used by bash-completion)
down from 1.85s to 1.35s on my laptop.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>pkg-stats: update list of packages to be skipped</title>
<updated>2012-02-26T18:46:58Z</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca@lucaceresoli.net</email>
</author>
<published>2012-02-11T16:41:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8661ae32ad14c68f763e4311aad19b3b81177eb4'/>
<id>urn:sha1:8661ae32ad14c68f763e4311aad19b3b81177eb4</id>
<content type='text'>
Signed-off-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Acked-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pkg-stats: fix table layout</title>
<updated>2012-01-11T18:40:32Z</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca@lucaceresoli.net</email>
</author>
<published>2012-01-11T14:34:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0e6695fc365df202ec8e27c7deb322a34ae3abf9'/>
<id>urn:sha1:0e6695fc365df202ec8e27c7deb322a34ae3abf9</id>
<content type='text'>
The "Patch count" cell needs rowspan=2, otherwise the host/target cells are
misaligned.

Signed-off-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pkg-stats: update script location in usage instructions</title>
<updated>2011-10-06T12:49:09Z</updated>
<author>
<name>Sven Neumann</name>
<email>s.neumann@raumfeld.com</email>
</author>
<published>2011-10-06T12:37:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=bc9954e6d6b67556ccb4bcbf9b1e96e24a18b7e1'/>
<id>urn:sha1:bc9954e6d6b67556ccb4bcbf9b1e96e24a18b7e1</id>
<content type='text'>
Signed-off-by: Sven Neumann &lt;s.neumann@raumfeld.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pkg-stats: update list of .mk to ignore</title>
<updated>2011-10-06T05:20:51Z</updated>
<author>
<name>H Hartley Sweeten</name>
<email>hartleys@visionengravers.com</email>
</author>
<published>2011-10-05T23:57:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b706e4d0e46a047d84554fe03bf4c2f2c5d1cf66'/>
<id>urn:sha1:b706e4d0e46a047d84554fe03bf4c2f2c5d1cf66</id>
<content type='text'>
Signed-off-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pkg-stats: use correct variable names for convert_to_*autotools</title>
<updated>2011-10-05T21:07:24Z</updated>
<author>
<name>H Hartley Sweeten</name>
<email>hartleys@visionengravers.com</email>
</author>
<published>2011-10-05T20:34:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e684cecbfa9c01ed8b7494e4b294c8b6b303747e'/>
<id>urn:sha1:e684cecbfa9c01ed8b7494e4b294c8b6b303747e</id>
<content type='text'>
The variable convert_to_autotools is not used in the script.  The correct
variables are convert_to_target_autotools and convert_to_host_autotools.

Signed-off-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pkg-stats: cnt should start with 0</title>
<updated>2011-10-05T17:08:42Z</updated>
<author>
<name>H Hartley Sweeten</name>
<email>hartleys@visionengravers.com</email>
</author>
<published>2011-10-05T16:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b7b75b71679a03d92850890e1980d7e3cc42b096'/>
<id>urn:sha1:b7b75b71679a03d92850890e1980d7e3cc42b096</id>
<content type='text'>
The package count, cnt, should start with an initial value of 0.  It
is incremented as each package *.mk file is checked.  Starting with a
value of 1 makes the first ID = 2 and results in the TOTAL being off
by 1.

Signed-off-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
