summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-04-24 17:01:41 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-04-25 08:53:14 +0000
commit59e7092a7fd85186157ce87b70fedda1d190e0e5 (patch)
tree152c29370e7df22de3fb5bb2e5637e31cdbe345f
parent158acf1790422c1eea338b4329884e96359fb2bc (diff)
downloadmeta-boot2qt-59e7092a7fd85186157ce87b70fedda1d190e0e5.tar.gz
Enable uprobes for TI devices
Task-number: QTBUG-67891 Change-Id: Idba6b26a7fc1ca47629cea25fe03438ba6a281d2 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--meta-ti-extras/recipes/linux/linux-ti-staging/uprobe-event.cfg1
-rw-r--r--meta-ti-extras/recipes/linux/linux-ti-staging_%.bbappend2
2 files changed, 3 insertions, 0 deletions
diff --git a/meta-ti-extras/recipes/linux/linux-ti-staging/uprobe-event.cfg b/meta-ti-extras/recipes/linux/linux-ti-staging/uprobe-event.cfg
new file mode 100644
index 0000000..aba82da
--- /dev/null
+++ b/meta-ti-extras/recipes/linux/linux-ti-staging/uprobe-event.cfg
@@ -0,0 +1 @@
CONFIG_UPROBE_EVENT=y
diff --git a/meta-ti-extras/recipes/linux/linux-ti-staging_%.bbappend b/meta-ti-extras/recipes/linux/linux-ti-staging_%.bbappend
index a3c7cac..d1789ea 100644
--- a/meta-ti-extras/recipes/linux/linux-ti-staging_%.bbappend
+++ b/meta-ti-extras/recipes/linux/linux-ti-staging_%.bbappend
@@ -30,8 +30,10 @@
30FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 30FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
31SRC_URI += "\ 31SRC_URI += "\
32 file://usb-serial.cfg \ 32 file://usb-serial.cfg \
33 file://uprobe-event.cfg \
33 " 34 "
34KERNEL_CONFIG_FRAGMENTS += "${WORKDIR}/usb-serial.cfg" 35KERNEL_CONFIG_FRAGMENTS += "${WORKDIR}/usb-serial.cfg"
36KERNEL_CONFIG_FRAGMENTS += "${WORKDIR}/uprobe-event.cfg"
35 37
36KERNEL_GIT_URI_beaglebone = "git://github.com/beagleboard/linux;nobranch=1" 38KERNEL_GIT_URI_beaglebone = "git://github.com/beagleboard/linux;nobranch=1"
37BRANCH_beaglebone = "4.4" 39BRANCH_beaglebone = "4.4"