Update buildroot to 2024.02.2, kernel to 6.6.2, GPU & DRM drivers, nwipe to v0.37 plus many others.

This commit is contained in:
PartialVolume
2024-05-17 17:38:43 +01:00
parent bb87d66c65
commit c000e2a83d
3975 changed files with 50769 additions and 113784 deletions

View File

@@ -3,7 +3,6 @@ config BR2_PACKAGE_PYTHON_GIT
depends on BR2_USE_MMU # git
select BR2_PACKAGE_GIT # runtime
select BR2_PACKAGE_PYTHON_GITDB2 # runtime
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
help
GitPython is a python library used to interact with git
repositories, high-level like git-porcelain, or low-level

View File

@@ -1,3 +1,5 @@
# locally computed hashes
sha256 8282d0d1169a3a98546979bfae1524608670fadc4ca7636517aadd428e0cfbeb python-git-3.1.24.tar.gz
sha256 fd657ffc2cef63d25c78cab7808d414dd03a282e63893491fd11c32f98be67fb LICENSE
# md5, sha256 from https://pypi.org/pypi/gitpython/json
md5 db4f2a27c8abc4a7e25504e3aeab4a84 GitPython-3.1.40.tar.gz
sha256 22b126e9ffb671fdd0c129796343a02bf67bf2994b35449ffc9321aa755e18a4 GitPython-3.1.40.tar.gz
# Locally computed sha256 checksums
sha256 86fc94c321a9afbc11514713511bafded225f25100dcc0f7350e82bc231b8beb LICENSE

View File

@@ -4,8 +4,9 @@
#
################################################################################
PYTHON_GIT_VERSION = 3.1.24
PYTHON_GIT_SITE = $(call github,gitpython-developers,GitPython,$(PYTHON_GIT_VERSION))
PYTHON_GIT_VERSION = 3.1.40
PYTHON_GIT_SOURCE = GitPython-$(PYTHON_GIT_VERSION).tar.gz
PYTHON_GIT_SITE = https://files.pythonhosted.org/packages/0d/b2/37265877ae607a2cbf9a471f4581dbf5ed13a501b90cb4c773f9ccfff3ea
PYTHON_GIT_LICENSE = BSD-3-Clause
PYTHON_GIT_LICENSE_FILES = LICENSE
PYTHON_GIT_SETUP_TYPE = setuptools