aboutsummaryrefslogtreecommitdiffstats
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)
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 00000000..aba82daa
--- /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 a3c7cac9..d1789eaa 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 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "\
file://usb-serial.cfg \
+ file://uprobe-event.cfg \
"
KERNEL_CONFIG_FRAGMENTS += "${WORKDIR}/usb-serial.cfg"
+KERNEL_CONFIG_FRAGMENTS += "${WORKDIR}/uprobe-event.cfg"
KERNEL_GIT_URI_beaglebone = "git://github.com/beagleboard/linux;nobranch=1"
BRANCH_beaglebone = "4.4"