update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,19 @@
config BR2_PACKAGE_BCM2835
bool "bcm2835"
depends on BR2_arm
help
C library for Broadcom BCM 2835 as used in Raspberry Pi.
It provides access to GPIO and other IO functions on the
Broadcom BCM 2835 chip, allowing access to the GPIO pins
on the 26 pin IDE plug on the RPi board so you can control
and interface with various external devices.
WARNING: the opinion of the Buildroot developers is that
such library is a complete abomination as it entirely works
around the standard Linux interfaces to access GPIOs, I2C,
SPI busses or other IOs. The library directly remaps the
hardware registers in user-space, completely bypassing what
the kernel drivers are doing, and potentially conflicting
with them.
http://www.airspayce.com/mikem/bcm2835

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 295f66dab533592ce41db8e07befe985645a2e661bbf75dce9c383e61e24cb5f bcm2835-1.48.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# bcm2835
#
################################################################################
BCM2835_VERSION = 1.48
BCM2835_SITE = http://www.airspayce.com/mikem/bcm2835
BCM2835_LICENSE = GPLv2
BCM2835_LICENSE_FILES = COPYING
BCM2835_INSTALL_STAGING = YES
$(eval $(autotools-package))