[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_PYDEVMEM
bool "python-pydevmem"
help
Python DevMem is designed primarily for use with accessing
/dev/mem on OMAP platforms. It should work on other platforms
and work to mmap() files rather then just /dev/mem, but these
use cases aren't well tested.
https://github.com/kylemanna/pydevmem

View File

@ -0,0 +1,3 @@
# Locally computed
sha256 1a72db41effeb83e01fc9a422abfe345a92220b0382403a5040b2811e4ee6496 python-pydevmem-600b5d1ef8997c394db3512b735d75d5abc4ad41.tar.gz
sha256 cb013ffd1fd415a348f9a32231ceb133770623b69484a24ad49b6da4904cac2e LICENSE

View File

@ -0,0 +1,13 @@
################################################################################
#
# python-pydevmem
#
################################################################################
PYTHON_PYDEVMEM_VERSION = 600b5d1ef8997c394db3512b735d75d5abc4ad41
PYTHON_PYDEVMEM_SITE = $(call github,kylemanna,pydevmem,$(PYTHON_PYDEVMEM_VERSION))
PYTHON_PYDEVMEM_SETUP_TYPE = setuptools
PYTHON_PYDEVMEM_LICENSE = MIT
PYTHON_PYDEVMEM_LICENSE_FILES = LICENSE
$(eval $(python-package))