initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_RPI_WS281X
bool "python-rpi-ws281x"
help
Userspace Raspberry Pi PWM/PCM/SPI library for SK6812 and
WS281X LEDs.
https://github.com/rpi-ws281x/rpi-ws281x-python/
@@ -0,0 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/rpi-ws281x/json
md5 333dacfc58058d5f485f9af74551c70e rpi_ws281x-4.3.0.tar.gz
sha256 0b9549687ab7117acbc4bac0e92742fd2c8290fd204514d72fed91c06ba2e805 rpi_ws281x-4.3.0.tar.gz
# Locally computed sha256 checksums
sha256 7bbf6337c1eee7169579e6acd398f31ea274dfa3a1689ab7e654ca3585d5a8a9 LICENSE
sha256 7bbf6337c1eee7169579e6acd398f31ea274dfa3a1689ab7e654ca3585d5a8a9 lib/LICENSE
@@ -0,0 +1,14 @@
################################################################################
#
# python-rpi-ws281x
#
################################################################################
PYTHON_RPI_WS281X_VERSION = 4.3.0
PYTHON_RPI_WS281X_SOURCE = rpi_ws281x-$(PYTHON_RPI_WS281X_VERSION).tar.gz
PYTHON_RPI_WS281X_SITE = https://files.pythonhosted.org/packages/cd/b3/eb7ac93376952f165577707ec756f40c9537ed53c59fcbc3290c357370e0
PYTHON_RPI_WS281X_SETUP_TYPE = setuptools
PYTHON_RPI_WS281X_LICENSE = BSD-2-Clause
PYTHON_RPI_WS281X_LICENSE_FILES = LICENSE lib/LICENSE
$(eval $(python-package))