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-xxhash/Config.in
Normal file
6
buildroot-external/package/python-xxhash/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_XXHASH
|
||||
bool "python-xxhash"
|
||||
help
|
||||
Python binding for xxHash.
|
||||
|
||||
https://github.com/ifduyue/python-xxhash
|
@@ -0,0 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/xxhash/json
|
||||
md5 e8d6615df1d8465c40248184d4f2f1ef xxhash-1.2.0.tar.gz
|
||||
sha256 61202733bd596c73b11af61023c423fa762b020ddf4e5b38730db9de5c6335ef xxhash-1.2.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 6ad46eaa8ec28ec92b4b83da3d1711e1d8c7bbf6138952c3a8f4bec46bdaaa6d LICENSE
|
||||
sha256 86ec6953794503942b70fcd4f35b565d44f63f703b7037ce44dad965c4aaae91 deps/xxhash/LICENSE
|
14
buildroot-external/package/python-xxhash/python-xxhash.mk
Normal file
14
buildroot-external/package/python-xxhash/python-xxhash.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-xxhash
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_XXHASH_VERSION = 1.2.0
|
||||
PYTHON_XXHASH_SOURCE = xxhash-$(PYTHON_XXHASH_VERSION).tar.gz
|
||||
PYTHON_XXHASH_SITE = https://files.pythonhosted.org/packages/72/b1/ed94f4a4ddaa899942295e69b7c478906d443a129c0c6eb032b18f91124b
|
||||
PYTHON_XXHASH_SETUP_TYPE = setuptools
|
||||
PYTHON_XXHASH_LICENSE = BSD-2-Clause, BSD-2-Clause
|
||||
PYTHON_XXHASH_LICENSE_FILES = LICENSE deps/xxhash/LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user