kumquat-buildroot/package/ptm2human/ptm2human.mk
Julien Olivain 015dab9f4d package/ptm2human: new package
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.

./utils/test-pkg --package ptm2human --all
44 builds, 29 skipped, 0 build failed, 0 legal-info failed

Signed-off-by: Julien Olivain <juju@cotds.org>
[yann.morin.1998@free.fr:
  - drop the host variant
  - introduce _ARCH_SUPPORTS
  - comment why we need autoreconf
  - drop spurious empty line
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-01-26 15:53:14 +01:00

17 lines
562 B
Makefile

################################################################################
#
# ptm2human
#
################################################################################
PTM2HUMAN_VERSION = d7dd68ea6495daef50e00ef2d65c99810e0a594f
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, plus a patch:
# 0001-configure.ac-remove-unneeded-check-for-c-compiler.patch
PTM2HUMAN_AUTORECONF = YES
$(eval $(autotools-package))