summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"