Update to buildroot 2023.08.2, updated nwipe to v0.35, added ChromeOS and Microsoft Surface drivers, fibre channel drivers.

This commit is contained in:
PartialVolume
2023-11-08 19:10:58 +00:00
parent a8a8be2f23
commit 9e8d671b7c
1798 changed files with 36091 additions and 18209 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_MIDIUTIL
bool "python-midiutil"
help
A pure python library for creating multi-track MIDI files.
https://github.com/MarkCWirt/MIDIUtil

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/midiutil/json
md5 948c16c74e7355268158f227b710edce MIDIUtil-1.2.1.tar.gz
sha256 79fa983bd1efc60785f68a8fe78fa8f45b8d7ec5898bf7cb7f3f7f3336d6a90a MIDIUtil-1.2.1.tar.gz
# Locally computed sha256 checksums
sha256 8d5bdaebe8445a4c2dc812c205eb5455ba123aa1af8503cc88712115ab7c97ef License.txt

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-midiutil
#
################################################################################
PYTHON_MIDIUTIL_VERSION = 1.2.1
PYTHON_MIDIUTIL_SOURCE = MIDIUtil-$(PYTHON_MIDIUTIL_VERSION).tar.gz
PYTHON_MIDIUTIL_SITE = https://files.pythonhosted.org/packages/f5/44/fde6772d8bfaea64fcf5eb948124d0a5fdf5f848b14ac22a23ced53e562d
PYTHON_MIDIUTIL_SETUP_TYPE = setuptools
PYTHON_MIDIUTIL_LICENSE = MIT
PYTHON_MIDIUTIL_LICENSE_FILES = License.txt
$(eval $(python-package))