<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/i2c-tools, branch 2016.08</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.08</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.08'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2016-08-02T11:08:59+00:00</updated>
<entry>
<title>i2c-tools: install binaries to /usr/sbin</title>
<updated>2016-08-02T11:08:59+00:00</updated>
<author>
<name>Bartosz Golaszewski</name>
<email>bgolaszewski@baylibre.com</email>
</author>
<published>2016-08-02T10:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=484fd99092560a077761327653c25df4b868befd'/>
<id>urn:sha1:484fd99092560a077761327653c25df4b868befd</id>
<content type='text'>
Upstream i2c-tools executables are installed to /usr/sbin by default.
Make buildroot match this behavior.

Signed-off-by: Bartosz Golaszewski &lt;bgolaszewski@baylibre.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>i2c-tools: add busybox to dependencies if enabled</title>
<updated>2016-08-02T11:08:33+00:00</updated>
<author>
<name>Bartosz Golaszewski</name>
<email>bgolaszewski@baylibre.com</email>
</author>
<published>2016-08-02T10:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4ab7312e1f936bc93c75ebdfb9e62aef98bc7ed5'/>
<id>urn:sha1:4ab7312e1f936bc93c75ebdfb9e62aef98bc7ed5</id>
<content type='text'>
Before changing the install directory of i2c-tools to /usr/sbin/ make
sure busybox is built first (if selected) in order to ensure that the
symlinks to the busybox-provided versions are overwritten by the
i2c-tools' install commands.

Signed-off-by: Bartosz Golaszewski &lt;bgolaszewski@baylibre.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>i2c-tools: depend on BUSYBOX_SHOW_OTHERS</title>
<updated>2016-08-01T21:22:42+00:00</updated>
<author>
<name>Bartosz Golaszewski</name>
<email>bgolaszewski@baylibre.com</email>
</author>
<published>2016-07-31T13:56:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=7bb48645e65bd252ee97ebd55a40dbb713c8e7c4'/>
<id>urn:sha1:7bb48645e65bd252ee97ebd55a40dbb713c8e7c4</id>
<content type='text'>
As of version 1.25.0 busybox by default includes a nearly complete
implementation of i2c-tools. Hide the upstream version unless the
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS option is selected.

Signed-off-by: Bartosz Golaszewski &lt;bgolaszewski@baylibre.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/i2c-tools: update download location</title>
<updated>2016-06-26T19:34:32+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo.compagnucci@gmail.com</email>
</author>
<published>2016-06-26T14:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e894aa1b6617d5b9f3e16b0c30eb0e281ac12234'/>
<id>urn:sha1:e894aa1b6617d5b9f3e16b0c30eb0e281ac12234</id>
<content type='text'>
Since the shut down of www.lm-sensors.org we do not have a package
download location anymore, so we update the i2c-tools package to use
the git repository hosted at kernel.org.

Signed-off-by: Angelo Compagnucci &lt;angelo.compagnucci@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/i2c-tools: bump to version 3.1.2</title>
<updated>2015-06-30T21:29:57+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo.compagnucci@gmail.com</email>
</author>
<published>2015-06-18T08:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=140d66a80fb422e83e7c8d67ce8cb31dc8d1ee4b'/>
<id>urn:sha1:140d66a80fb422e83e7c8d67ce8cb31dc8d1ee4b</id>
<content type='text'>
This patch bumps version to 3.1.2 and adds support for the recently
introduced python3 support for py-smbus.

Signed-off-by: Angelo Compagnucci &lt;angelo.compagnucci@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>i2c-tools: add support to build python extension</title>
<updated>2015-04-06T09:01:49+00:00</updated>
<author>
<name>Ryan Barnett</name>
<email>ryanbarnett3@gmail.com</email>
</author>
<published>2015-04-05T22:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=ea8edb95144456529ad3047bce86b7449438ca42'/>
<id>urn:sha1:ea8edb95144456529ad3047bce86b7449438ca42</id>
<content type='text'>
Add a config option to build the python bindings for i2c-tools -
py-smbus. The steps for building the python bindings is the same as
the distutil steps that are a part of the python infrastructure.

Signed-off-by: Ryan Barnett &lt;ryanbarnett3@gmail.com&gt;
CC: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
CC: Baruch Siach &lt;baruch@tkos.co.il&gt;
CC: Yann E. MORIN &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>i2c-tools: add hash file</title>
<updated>2015-04-06T09:01:16+00:00</updated>
<author>
<name>Ryan Barnett</name>
<email>ryanbarnett3@gmail.com</email>
</author>
<published>2015-04-05T22:15:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=37b8360a5a66472df154bf36c2cba3d8d4c5c945'/>
<id>urn:sha1:37b8360a5a66472df154bf36c2cba3d8d4c5c945</id>
<content type='text'>
Signed-off-by: Ryan Barnett &lt;ryanbarnett3@gmail.com&gt;
Acked-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>i2c-tools: link to i2c-tools specific wiki page</title>
<updated>2015-02-22T09:25:46+00:00</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2015-02-22T08:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=d3c08a79aad60cce37c04f724f776e7c7de7df91'/>
<id>urn:sha1:d3c08a79aad60cce37c04f724f776e7c7de7df91</id>
<content type='text'>
Although there is a link to that page from the main lm-sensors page, it is
quite hard to find.

Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package: indentation cleanup</title>
<updated>2014-10-23T20:13:29+00:00</updated>
<author>
<name>Jerzy Grzegorek</name>
<email>jerzy.grzegorek@trzebnica.net</email>
</author>
<published>2014-10-23T08:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=595bf3065468b89503fa634156365897cdc96928'/>
<id>urn:sha1:595bf3065468b89503fa634156365897cdc96928</id>
<content type='text'>
Signed-off-by: Jerzy Grzegorek &lt;jerzy.grzegorek@trzebnica.net&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>i2c-tools: udated to version 3.1.1</title>
<updated>2014-05-20T12:06:17+00:00</updated>
<author>
<name>Oli Vogt</name>
<email>oli.vogt.pub01@gmail.com</email>
</author>
<published>2014-05-20T01:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f80dc6f36105dbfbc52271288c1d165690c20480'/>
<id>urn:sha1:f80dc6f36105dbfbc52271288c1d165690c20480</id>
<content type='text'>
3.1.0 is dated 2011-12-04.
3.1.1 is from 2014-02-20 and has quite a few enhancements.

Signed-off-by: oli vogt &lt;oli.vogt.pub01@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
