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

[WIP] Working on implementing all sj201-interface dependencies

Leaving it for now as circuitpython needs some thoughs to implement
into the buildroot system.
This commit is contained in:
j1nx
2022-11-05 15:11:23 +01:00
parent d6bc429a5f
commit 0abca6a109
23 changed files with 193 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_BOARD
bool "python-board"
help
Standard Board mechanism for Dojo tasks.
https://github.com/tjguk/dojo-board

View File

@@ -0,0 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/board/json
md5 9896667b8549bb3e1cc13a7e68fd0d28 board-1.0.tar.gz
sha256 cd718c3322a126d86455e24ae0cebb59a567cbdbaf03696391dccf88c8f456d6 board-1.0.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-board
#
################################################################################
PYTHON_BOARD_VERSION = 1.0
PYTHON_BOARD_SOURCE = board-$(PYTHON_BOARD_VERSION).tar.gz
PYTHON_BOARD_SITE = https://files.pythonhosted.org/packages/de/7d/4de4e7b0eb780854e2c1258225a831ef29c447f0e934347ce58128939b69
PYTHON_BOARD_SETUP_TYPE = setuptools
PYTHON_BOARD_LICENSE = unlicensed
$(eval $(python-package))