summaryrefslogtreecommitdiffstats
path: root/meta/packages/kern-tools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2010-07-23 12:58:21 -0400
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-09 17:20:35 +0100
commiteaacd258d8675f9523203666721d17d8867c6e97 (patch)
tree21a36fa570fcd8e9fc3ca01b87c5f9e4606dbc09 /meta/packages/kern-tools
parent601464b4974e46d15abd02efd46663efcd530da8 (diff)
downloadpoky-eaacd258d8675f9523203666721d17d8867c6e97.tar.gz
kernel: add dynamic configuration and patching
This change adds the ability to dynamicaly modify a git based linux repo during the do_patch and do_configure changes. The bulk of the work is done by the kern_tools, and the recipe simply needs to add createme and modifyme scripts to go along with the existing configme. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/packages/kern-tools')
-rw-r--r--meta/packages/kern-tools/kern-tools-native_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/kern-tools/kern-tools-native_git.bb b/meta/packages/kern-tools/kern-tools-native_git.bb
index 4e4b86b979..d21d2b0aaa 100644
--- a/meta/packages/kern-tools/kern-tools-native_git.bb
+++ b/meta/packages/kern-tools/kern-tools-native_git.bb
@@ -14,7 +14,8 @@ S = "${WORKDIR}"
14 14
15kern_tools_LIST = kgit kgit-init kgit-meta \ 15kern_tools_LIST = kgit kgit-init kgit-meta \
16 kgit-checkpoint kgit-clean \ 16 kgit-checkpoint kgit-clean \
17 generate_cfg kconf_check configme 17 generate_cfg kconf_check configme \
18 createme modifyme get_defconfig
18 19
19do_compile() { 20do_compile() {
20 : 21 :