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:
6
buildroot-external/package/python-pyee/Config.in
Normal file
6
buildroot-external/package/python-pyee/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_PYEE
|
||||
bool "python-pyee"
|
||||
help
|
||||
A port of node.js's EventEmitter to python.
|
||||
|
||||
https://github.com/jfhbrook/pyee
|
4
buildroot-external/package/python-pyee/python-pyee.hash
Normal file
4
buildroot-external/package/python-pyee/python-pyee.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pyee/json
|
||||
md5 5e7dd623f031e8b22a9e1fa64bf00a5c pyee-5.0.0.tar.gz
|
||||
sha256 4ec22817297b7024f89721cc34f790ee2767c5b5ca44284c565ee643abafbe32 pyee-5.0.0.tar.gz
|
||||
sha256 445c9cd811a53eeee3dd5649a02960eef142cbbf8f6fa10e5d31ebc4f8c78f68 pyee-1.0.1.tar.gz
|
14
buildroot-external/package/python-pyee/python-pyee.mk
Normal file
14
buildroot-external/package/python-pyee/python-pyee.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyee
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYEE_VERSION = 1.0.1
|
||||
PYTHON_PYEE_SOURCE = pyee-$(PYTHON_PYEE_VERSION).tar.gz
|
||||
PYTHON_PYEE_SITE = https://files.pythonhosted.org/packages/0b/94/6820b8b1a21ce4d6a1c807342ac35cf4d5fd89b94b3f12e10de3c34d5507
|
||||
PYTHON_PYEE_SETUP_TYPE = distutils
|
||||
PYTHON_PYEE_LICENSE = MIT
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
Reference in New Issue
Block a user