initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
config BR2_PACKAGE_PTM2HUMAN_ARCH_SUPPORTS
bool
default y if BR2_arm
default y if BR2_armeb
default y if BR2_aarch64
default y if BR2_aarch64_be
config BR2_PACKAGE_PTM2HUMAN
bool "ptm2human"
depends on BR2_PACKAGE_PTM2HUMAN_ARCH_SUPPORTS
help
ptm2human is a decoder for trace data outputted by Program
Trace Macrocell (PTM) and Embedded Trace Macrocell
(ETMv4). It deconstructs ID packets and data packets
from the formatter of ARM Coresight ETB, and then
translates the trace data to a human-readable format.
https://github.com/hwangcc23/ptm2human
+3
View File
@@ -0,0 +1,3 @@
# Computed locally
sha256 28947eeb458d8b6a362cbeb8c5cb6098006274af04ebb4f5da70eac89f927d95 ptm2human-d0b8b6be9897ea5b04fd6460038a4773cec078bc.tar.gz
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 LICENSE
+15
View File
@@ -0,0 +1,15 @@
################################################################################
#
# ptm2human
#
################################################################################
PTM2HUMAN_VERSION = d0b8b6be9897ea5b04fd6460038a4773cec078bc
PTM2HUMAN_SITE = $(call github,hwangcc23,ptm2human,$(PTM2HUMAN_VERSION))
PTM2HUMAN_LICENSE = GPL-2.0
PTM2HUMAN_LICENSE_FILES = LICENSE
# Straight out from an non-autoconfigured git tree:
PTM2HUMAN_AUTORECONF = YES
$(eval $(autotools-package))