[Buildroot] [PATCH 1/2] pigpio: new package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Oct 9 13:37:10 UTC 2018


Hello,

On Fri, 28 Sep 2018 20:00:33 +0200, Grzegorz Blach wrote:
> Pigpio is a library for the Raspberry Pi which allows
> control of the General Purpose Input Outputs (GPIO).
> 
> http://abyz.me.uk/rpi/pigpio/
> 
> Signed-off-by: Grzegorz Blach <grzegorz at blach.pl>
> ---
>  DEVELOPERS                 |  1 +
>  package/Config.in          |  1 +
>  package/pigpio/Config.in   |  8 ++++++++
>  package/pigpio/pigpio.hash |  3 +++
>  package/pigpio/pigpio.mk   | 25 +++++++++++++++++++++++++
>  5 files changed, 38 insertions(+)
>  create mode 100644 package/pigpio/Config.in
>  create mode 100644 package/pigpio/pigpio.hash
>  create mode 100644 package/pigpio/pigpio.mk

I really wonder how many RaspberryPi-specific libraries/programs to
toggle GPIOs will be needed before people discover the standard Linux
interfaces to manipulate GPIOs.

Anyway, I've applied, with the following changes:

    [Thomas:
     - Use proper SPDX tag for The Unlicense
     - Add missing dependency on !BR2_STATIC_LIBS, since the Makefile is
       unconditionally building a shared library
     - Use BR2_arm instead of BR2_ARM_EABIHF, there's nothing that makes
       it EABIHF specific.
     - Use -D and full destination paths during the installation.]

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list