initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_GPIOZERO
|
||||
bool "python-gpiozero"
|
||||
depends on BR2_arm
|
||||
depends on BR2_PACKAGE_PYTHON3 # python-colorzero
|
||||
select BR2_PACKAGE_PYTHON_COLORZERO # runtime
|
||||
select BR2_PACKAGE_PYTHON_RPI_GPIO # runtime
|
||||
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||
help
|
||||
A simple interface to GPIO devices with Raspberry Pi.
|
||||
|
||||
https://github.com/gpiozero/gpiozero
|
||||
Reference in New Issue
Block a user