summaryrefslogtreecommitdiff
path: root/meta/packages/kern-tools/kern-tools-native_git.bb
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/kern-tools-native_git.bb
parent601464b4974e46d15abd02efd46663efcd530da8 (diff)
downloadopenembedded-core-eaacd258d8675f9523203666721d17d8867c6e97.tar.gz
openembedded-core-eaacd258d8675f9523203666721d17d8867c6e97.tar.bz2
openembedded-core-eaacd258d8675f9523203666721d17d8867c6e97.tar.xz
openembedded-core-eaacd258d8675f9523203666721d17d8867c6e97.zip
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/kern-tools-native_git.bb')
-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 4e4b86b97..d21d2b0aa 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}"
kern_tools_LIST = kgit kgit-init kgit-meta \
kgit-checkpoint kgit-clean \
- generate_cfg kconf_check configme
+ generate_cfg kconf_check configme \
+ createme modifyme get_defconfig
do_compile() {
: