initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_MEMTOOL
|
||||
bool "memtool"
|
||||
help
|
||||
Development tool to modify memory mapped registers.
|
||||
|
||||
memtool allows one to read and write memory mapped registers
|
||||
via /dev/mem. The commands are inspired by the respective
|
||||
commands of the barebox bootloader. This is handy during
|
||||
driver development to inspect and modify register
|
||||
settings. It can also be used to modify regular files and
|
||||
character devices (e.g. to paint to /dev/fb0).
|
||||
|
||||
http://www.pengutronix.de/software/memtool/index_en.html
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 87cb7175266ff3a00a9c1f541c4c6c93693ffbe8dcc0d97a60d13c45ff860900 memtool-2018.03.0.tar.xz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# memtool
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MEMTOOL_VERSION = 2018.03.0
|
||||
MEMTOOL_SITE = http://public.pengutronix.de/software/memtool
|
||||
MEMTOOL_SOURCE = memtool-$(MEMTOOL_VERSION).tar.xz
|
||||
MEMTOOL_LICENSE = GPL-2.0
|
||||
MEMTOOL_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user