1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Feature/rpi3 (#98)

* Add rpi3-64 defconfig file

* Work on getting RPI3 into shape

* Merge latest rpi3 changes into rpi4 config
This commit is contained in:
Peter Steenbergen
2022-01-19 15:50:19 +01:00
committed by GitHub
parent 85d7c15c03
commit b074f08076
330 changed files with 17488 additions and 176 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_OVOS_AUDIO_PLUGIN_SIMPLE
bool "python-ovos-audio-plugin-simple"
select BR2_PACKAGE_PYTHON_OVOS_PLUGIN_MANAGER # runtime
help
simple audio plugin for ovos.
https://github.com/OpenVoiceOS/ovos-audio-plugin-simple

View File

@ -0,0 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/ovos-audio-plugin-simple/json
md5 2305e5b59bdc9b11be03c8f7f6aa6ea2 ovos_audio_plugin_simple-0.0.1a1.tar.gz
sha256 50f61d7cb4411bf80d2b726c7147dcb8e0a5cd5f1dc937a8d5d2c3163b6d9b65 ovos_audio_plugin_simple-0.0.1a1.tar.gz

View File

@ -0,0 +1,13 @@
################################################################################
#
# python-ovos-audio-plugin-simple
#
################################################################################
PYTHON_OVOS_AUDIO_PLUGIN_SIMPLE_VERSION = 0.0.1a1
PYTHON_OVOS_AUDIO_PLUGIN_SIMPLE_SOURCE = ovos_audio_plugin_simple-$(PYTHON_OVOS_AUDIO_PLUGIN_SIMPLE_VERSION).tar.gz
PYTHON_OVOS_AUDIO_PLUGIN_SIMPLE_SITE = https://files.pythonhosted.org/packages/f6/19/58acf46fb4a3bb52a6eee12fc3e90461251c5ce0a7bfa1c0d568c618a607
PYTHON_OVOS_AUDIO_PLUGIN_SIMPLE_SETUP_TYPE = setuptools
PYTHON_OVOS_AUDIO_PLUGIN_SIMPLE_LICENSE = Apache-2.0
$(eval $(python-package))