<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/lua-periphery, branch 2016.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2015-11-16T22:19:27+00:00</updated>
<entry>
<title>lua-periphery: fix build on Sparc/Sparc64</title>
<updated>2015-11-16T22:19:27+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2015-11-16T22:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=5f2cd8f5ecd7d035f00664c604fd8bfd5f1afcb8'/>
<id>urn:sha1:5f2cd8f5ecd7d035f00664c604fd8bfd5f1afcb8</id>
<content type='text'>
Add a patch similar to the one for c-periphery fixing the build on
Sparc and Sparc64 caused by unsupported high baudrates on this
architecture.

Fixes:

  http://autobuild.buildroot.org/results/c2f/c2fd64ed2f17c53a4704284a8281305f97a48169/

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/lua-periphery: bump to version 1.0.6</title>
<updated>2015-09-19T12:01:58+00:00</updated>
<author>
<name>Jörg Krause</name>
<email>joerg.krause@embedded.rocks</email>
</author>
<published>2015-09-14T22:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=08647c6328223b1070c64fe618d09a1a87b30ce3'/>
<id>urn:sha1:08647c6328223b1070c64fe618d09a1a87b30ce3</id>
<content type='text'>
Also remove patch 0001-fix-build-flags.patch. The uCLibc issue is fixed
upstream.

Add patch taken and slighly adopted from the c-periphery package to fix build
issue with musl.

Build was tested with an uCLibc toolchain and a musl toolchain.

Signed-off-by: Jörg Krause &lt;joerg.krause@embedded.rocks&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>lua-periphery: add hash file</title>
<updated>2015-07-08T13:21:28+00:00</updated>
<author>
<name>Vanya Sergeev</name>
<email>vsergeev@gmail.com</email>
</author>
<published>2015-05-27T23:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=5fe3e0c8c4921c94462a6dcb2314ac61a1f120cd'/>
<id>urn:sha1:5fe3e0c8c4921c94462a6dcb2314ac61a1f120cd</id>
<content type='text'>
Signed-off-by: Vanya Sergeev &lt;vsergeev@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>lua-periphery: bump version to 1.0.5, remove dependency on c-periphery</title>
<updated>2015-07-08T13:17:18+00:00</updated>
<author>
<name>Vanya Sergeev</name>
<email>vsergeev@gmail.com</email>
</author>
<published>2015-05-27T23:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=bdebcd39025bd6413d920b4993f7f70a94934387'/>
<id>urn:sha1:bdebcd39025bd6413d920b4993f7f70a94934387</id>
<content type='text'>
The new version of the lua-periphery LuaRocks package handles fetching the
c-periphery dependency, so that it no longer needs to be cloned during the
lua-periphery build process. Consequently, this removes the need for selecting
c-periphery as a package dependency in buildroot and the need for the patches
that modify lua-periphery to be built against an external c-periphery.

[Thomas:
  - remove dependency from .mk file, as noticed by Baruch
  - add patch to fix uClibc build]

Signed-off-by: Vanya Sergeev &lt;vsergeev@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>lua-periphery: depend on c-periphery instead of cloning it</title>
<updated>2015-05-16T21:27:23+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2015-05-16T13:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=01dfbb48c5c0725a4656518864af792c0f532e99'/>
<id>urn:sha1:01dfbb48c5c0725a4656518864af792c0f532e99</id>
<content type='text'>
lua-periphery currently clones and builds the c-periphery library by
itself. This causes two problems:

 1/ It does not integrate properly with the download infrastructure of
    Buildroot, making offline builds impossible since not the entire
    source code is downloaded by Buildroot.

 2/ It does not use the latest version of c-periphery, which has some
    fixes contributed by Vicente to fix c-periphery on MIPS.

This commit fixes:

  http://autobuild.buildroot.org/results/0ad/0ad656970b3cbc84b5531b28155ba2f747715fe3/

[Peter: fix minor typo in patch 0001 description]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>lua-periphery: new package</title>
<updated>2015-02-23T11:33:09+00:00</updated>
<author>
<name>Vanya Sergeev</name>
<email>vsergeev@gmail.com</email>
</author>
<published>2015-02-02T15:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c50b3ea11d572895abf42efee79e8647cd3c42b5'/>
<id>urn:sha1:c50b3ea11d572895abf42efee79e8647cd3c42b5</id>
<content type='text'>
Signed-off-by: Vanya Sergeev &lt;vsergeev@gmail.com&gt;
[ThomasDS: rewrap package/lua-periphery/Config.in]
Signed-off-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Tested-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
(compile-tested on x86/glibc armel/uclibc)
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
