aboutsummaryrefslogtreecommitdiffstats
path: root/meta-toradex-extras
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-02-12 14:44:25 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-02-26 08:55:46 +0200
commitb2397a823399be9ae901d02f0073df5001b75c55 (patch)
tree9f12adaad26c1c29237e70e9a6d25bacc9b4927c /meta-toradex-extras
parentd025004a0d1a78ed67131d30f4251e1faf2d4083 (diff)
Performance analysis tools for Linux
Build perf with DWARF unwinding support. Kernels older then 3.14 need to be patched to add ARM support. Kernels for tibidabo (3.0) and imx53 (2.6) are too old and would require more patches to be backported, so they are left without unwinding support. RPi needed extra layer to modify the kernel recipe, and linux-imx recipe was renamed so that it doesn't conflict with older tibidabo kernel recipe. Change-Id: Ic8331f8feeace67b32a5ce99ffd3fda517d595d1 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com> Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
Diffstat (limited to 'meta-toradex-extras')
-rw-r--r--meta-toradex-extras/recipes/linux/linux-toradex-fsl_git.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-toradex-extras/recipes/linux/linux-toradex-fsl_git.bbappend b/meta-toradex-extras/recipes/linux/linux-toradex-fsl_git.bbappend
index f054071c..68cdfc26 100644
--- a/meta-toradex-extras/recipes/linux/linux-toradex-fsl_git.bbappend
+++ b/meta-toradex-extras/recipes/linux/linux-toradex-fsl_git.bbappend
@@ -20,6 +20,12 @@
##
#############################################################################
+FILESEXTRAPATHS_prepend := "${THISDIR}/../../../recipes/linux/linux:"
+SRC_URI += "\
+ file://ARM-perf-add-support-for-perf-registers-API.diff \
+ file://ARM-perf-wire-up-perf_regs-and-unwind-support-for-AR.patch \
+ "
+
# kernel image files are not needed in the image
RDEPENDS_kernel-base = ""