<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/nano, branch 2012.08</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2012.08</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2012.08'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2012-08-21T10:48:03+00:00</updated>
<entry>
<title>nano: add license info</title>
<updated>2012-08-21T10:48:03+00:00</updated>
<author>
<name>Danomi Manchego</name>
<email>danomimanchego123@gmail.com</email>
</author>
<published>2012-08-19T20:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=87e7661b53b83df870918432481995f8bd9fcd78'/>
<id>urn:sha1:87e7661b53b83df870918432481995f8bd9fcd78</id>
<content type='text'>
Signed-off-by: Danomi Manchego &lt;danomimanchego123@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>all packages: rename XXXTARGETS to xxx-package</title>
<updated>2012-07-17T18:23:05+00:00</updated>
<author>
<name>Arnout Vandecappelle (Essensium/Mind)</name>
<email>arnout@mind.be</email>
</author>
<published>2012-07-02T22:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e1502ebc0c92763896c53d405ee9c7c7a1a33e24'/>
<id>urn:sha1:e1502ebc0c92763896c53d405ee9c7c7a1a33e24</id>
<content type='text'>
Also remove the redundant $(call ...).

This is a purely mechanical change, performed with
find package linux toolchain boot -name \*.mk | \
  xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \
               -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \
               -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/'

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>nano: make tiny flag optional</title>
<updated>2011-11-18T12:18:26+00:00</updated>
<author>
<name>Daniele Salvatore Albano</name>
<email>info@daccii.it</email>
</author>
<published>2011-03-07T15:55:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=61d8d88d4023be0b9e0138bf415cc3f922bdd68a'/>
<id>urn:sha1:61d8d88d4023be0b9e0138bf415cc3f922bdd68a</id>
<content type='text'>
Closes #3421

[Peter: tweak Config.in]
Signed-off-by: Daniele Salvatore Albano &lt;info@daccii.it&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>nano: bump to version 2.3.1</title>
<updated>2011-11-14T08:33:21+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-11-13T22:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=14520a6866e89d504947443bcf5633ffb34d3a92'/>
<id>urn:sha1:14520a6866e89d504947443bcf5633ffb34d3a92</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package: remove useless arguments from AUTOTARGETS</title>
<updated>2011-09-29T21:12:27+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-09-29T19:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=300f9c9c9dcf2b47ea89c45d5b1ea05e7305bd49'/>
<id>urn:sha1:300f9c9c9dcf2b47ea89c45d5b1ea05e7305bd49</id>
<content type='text'>
Thanks to the pkgparentdir and pkgname functions, we can rewrite the
AUTOTARGETS macro in a way that avoids the need for each package to
repeat its name and the directory in which it is present.

[Peter: pkgdir-&gt;pkgparentdir]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>nano: bump to version 2.2.6</title>
<updated>2010-12-22T22:00:36+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2010-12-17T16:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=15bcaba70ab5c5ec7d3872700c01fd26eefd3bb3'/>
<id>urn:sha1:15bcaba70ab5c5ec7d3872700c01fd26eefd3bb3</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>nano: bump to 2.2.5</title>
<updated>2010-10-06T11:30:18+00:00</updated>
<author>
<name>Martin Banky</name>
<email>martin.banky@gmail.com</email>
</author>
<published>2010-09-19T02:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=475de409fd6ea4d55321edfcac8b142b7abb95d6'/>
<id>urn:sha1:475de409fd6ea4d55321edfcac8b142b7abb95d6</id>
<content type='text'>
Signed-off-by: Martin Banky &lt;Martin.Banky@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>nano: use correct step override method</title>
<updated>2010-09-12T17:26:51+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-09-01T21:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3396401dad1aa6324a9ecddfbf6aa8e2ca5e2072'/>
<id>urn:sha1:3396401dad1aa6324a9ecddfbf6aa8e2ca5e2072</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package: get rid of editors subdir</title>
<updated>2010-04-26T20:03:37+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-04-26T20:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e0db53202c306634005fa2f6068ea7f06d68d5ab'/>
<id>urn:sha1:e0db53202c306634005fa2f6068ea7f06d68d5ab</id>
<content type='text'>
Not much point in a seperate subdir for only four packages.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>buildroot: move editors under package/editors and merge menus</title>
<updated>2008-03-07T10:00:04+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-03-07T10:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d47bd2de38a6a7efb5e104c37af5761b530629a8'/>
<id>urn:sha1:d47bd2de38a6a7efb5e104c37af5761b530629a8</id>
<content type='text'>
Based on patch by Arnar Mar Sig.
</content>
</entry>
</feed>
