From ce6db33b3e146d7d850358eadf99ab6b5857a44a Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Tue, 19 Dec 2017 14:42:27 +0100 Subject: linux-raspberrypi: add debug tools support Signed-off-by: Martin Borg Signed-off-by: Adrian Dudau --- recipes-kernel/linux/linux-raspberrypi_4.9.bbappend | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend b/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend index 41e9c50..cfe3d0b 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend +++ b/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend @@ -16,6 +16,14 @@ do_configure_prepend() { cp ${B}/.config ${WORKDIR}/defconfig } -SRCREV_metaenea ?= "43e34f5a4b6e0f6e68c64525728412952add9c84" +SRCREV_metaenea ?= "0992116a2cf5c7023bd96635c53739c920574f18" KENEABRANCH = "raspberrypi-4.9" SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-cache" + +# Debug tools support +KERNEL_FEATURES_append = " features/debug/debug_kernel_y.scc" +KERNEL_FEATURES_append = " features/kgdb/kgdb_y.scc" +KERNEL_FEATURES_append = " features/lttng/lttng_y.scc" +KERNEL_FEATURES_append = " features/latencytop/latencytop_y.scc" +KERNEL_FEATURES_append = " features/perf/perf_y.scc" +KERNEL_FEATURES_append = " features/systemtap/systemtap_y.scc" -- cgit v1.2.3-54-g00ecf