mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Buildroot: Respeaker: Make rpi-userland a dependency of respeaker
Wasn't aware dtoverlay was a binary derived from rpi userland firmware
This commit is contained in:
@ -82,6 +82,7 @@ BR2_PACKAGE_RPI_WIFI_FIRMWARE=y
|
|||||||
BR2_PACKAGE_DBUS_PYTHON=y
|
BR2_PACKAGE_DBUS_PYTHON=y
|
||||||
BR2_PACKAGE_KBD=y
|
BR2_PACKAGE_KBD=y
|
||||||
BR2_PACKAGE_PARTED=y
|
BR2_PACKAGE_PARTED=y
|
||||||
|
BR2_PACKAGE_RPI_USERLAND=y
|
||||||
BR2_PACKAGE_PYTHON3=y
|
BR2_PACKAGE_PYTHON3=y
|
||||||
BR2_PACKAGE_PYTHON3_PY_ONLY=y
|
BR2_PACKAGE_PYTHON3_PY_ONLY=y
|
||||||
BR2_PACKAGE_PYTHON3_BZIP2=y
|
BR2_PACKAGE_PYTHON3_BZIP2=y
|
||||||
@ -177,6 +178,7 @@ BR2_PACKAGE_HOST_DOSFSTOOLS=y
|
|||||||
BR2_PACKAGE_HOST_GENIMAGE=y
|
BR2_PACKAGE_HOST_GENIMAGE=y
|
||||||
BR2_PACKAGE_HOST_MTOOLS=y
|
BR2_PACKAGE_HOST_MTOOLS=y
|
||||||
BR2_PACKAGE_FANN=y
|
BR2_PACKAGE_FANN=y
|
||||||
|
BR2_PACKAGE_RESPEAKER=y
|
||||||
BR2_PACKAGE_PYTHON_ADAPT_PARSER=y
|
BR2_PACKAGE_PYTHON_ADAPT_PARSER=y
|
||||||
BR2_PACKAGE_PYTHON_COVERALLS=y
|
BR2_PACKAGE_PYTHON_COVERALLS=y
|
||||||
BR2_PACKAGE_PYTHON_DEPRECATED=y
|
BR2_PACKAGE_PYTHON_DEPRECATED=y
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_RESPEAKER
|
config BR2_PACKAGE_RESPEAKER
|
||||||
bool "respeaker"
|
bool "respeaker"
|
||||||
|
select BR2_PACKAGE_RPI_USERLAND
|
||||||
help
|
help
|
||||||
The ReSpeaker series is a family of
|
The ReSpeaker series is a family of
|
||||||
development boards designed to enable
|
development boards designed to enable
|
||||||
|
Reference in New Issue
Block a user