[linux-yocto] [PATCH 2/5] meta: have uprobe feature use uprobe.cfg
tom.zanussi at intel.com
tom.zanussi at intel.com
Mon Sep 10 10:02:26 PDT 2012
From: Tom Zanussi <tom.zanussi at intel.com>
The uprobe feature includes the patches for uprobes but doesn't
include config options for it - add them.
Also, add description and compatibility strings.
Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
meta/cfg/kernel-cache/features/uprobe/uprobe.scc | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/meta/cfg/kernel-cache/features/uprobe/uprobe.scc b/meta/cfg/kernel-cache/features/uprobe/uprobe.scc
index 73c189f..03401aa 100644
--- a/meta/cfg/kernel-cache/features/uprobe/uprobe.scc
+++ b/meta/cfg/kernel-cache/features/uprobe/uprobe.scc
@@ -1,3 +1,8 @@
+define KFEATURE_DESCRIPTION "Enable options required for uprobes support"
+define KFEATURE_COMPATIBILITY all
+
+kconf non-hardware uprobe.cfg
+
# place holder for uprobe
patch uprobes-mm-x86-Add-the-ability-to-install-and-remove.patch
patch uprobes-core-Clean-up-refactor-and-improve-the-code.patch
--
1.7.11.4
More information about the linux-yocto
mailing list