mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: Implementation of a very first initial bootable version
- Add Buildroot patches to downgrade / upgrade package dependencies in line with the Mycroft A.I. software stack requirements. - Add buildroot additional package dependencies in line with the Mycroft A.I. software stack requirements. - Update rpi3 defconfig file. - Implement initial root_fs overlay filestructure. - Addition of some quick and dirty helper scripts. - Update of README to reflect these changes.
This commit is contained in:
7
buildroot-external/package/python-pocketsphinx/Config.in
Normal file
7
buildroot-external/package/python-pocketsphinx/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_POCKETSPHINX
|
||||
bool "python-pocketsphinx"
|
||||
help
|
||||
Python interface to CMU Sphinxbase and Pocketsphinx
|
||||
libraries.
|
||||
|
||||
https://github.com/bambocher/pocketsphinx-python
|
@@ -0,0 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pocketsphinx/json
|
||||
sha256 2cc493ed48c1301e0d2e69b137dc646c2f8caca190ef4bce61836eac96d1796f pocketsphinx-0.1.0.tar.gz
|
||||
md5 94d008eebea16acb60a9ffe614575dee pocketsphinx-0.1.15.tar.gz
|
||||
sha256 34d290745c7dbe6fa2cac9815b5c19d10f393e528ecd70e779c21ebc448f9b63 pocketsphinx-0.1.15.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 d0a534599609c2d0ecdce1f51a7f104f445a55b06fa73b277bfb3ce831ec36c4 LICENSE
|
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pocketsphinx
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_POCKETSPHINX_VERSION = 0.1.0
|
||||
PYTHON_POCKETSPHINX_SOURCE = pocketsphinx-$(PYTHON_POCKETSPHINX_VERSION).tar.gz
|
||||
PYTHON_POCKETSPHINX_SITE = https://files.pythonhosted.org/packages/25/73/1d4f4734e2afe72bec6756853e7cdcffbb05115045fcea471224537243bd
|
||||
PYTHON_POCKETSPHINX_SETUP_TYPE = setuptools
|
||||
PYTHON_POCKETSPHINX_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user