mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Buildroot: Respeaker: Make dtc a dependency of respeaker
- Fixes /usr/bin/dtoverlay: can't load library 'libfdt.so'
This commit is contained in:
@ -82,7 +82,6 @@ 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
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_RESPEAKER
|
config BR2_PACKAGE_RESPEAKER
|
||||||
bool "respeaker"
|
bool "respeaker"
|
||||||
select BR2_PACKAGE_RPI_USERLAND
|
select BR2_PACKAGE_RPI_USERLAND
|
||||||
|
select BR2_PACKAGE_DTC
|
||||||
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
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
RESPEAKER_VERSION = be0812c70be29b0666a89f22a9d403cfb4c48fca
|
RESPEAKER_VERSION = be0812c70be29b0666a89f22a9d403cfb4c48fca
|
||||||
RESPEAKER_SITE = $(call github,respeaker,seeed-voicecard,$(RESPEAKER_VERSION))
|
RESPEAKER_SITE = $(call github,respeaker,seeed-voicecard,$(RESPEAKER_VERSION))
|
||||||
RESPEAKER_LICENSE = GNU General Public License v3.0
|
RESPEAKER_LICENSE = GNU General Public License v3.0
|
||||||
RESPEAKER_DEPENDENCIES = rpi-firmware
|
RESPEAKER_DEPENDENCIES = rpi-firmware rpi-userland dtc
|
||||||
|
|
||||||
$(eval $(kernel-module))
|
$(eval $(kernel-module))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user