From eaacd258d8675f9523203666721d17d8867c6e97 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 23 Jul 2010 12:58:21 -0400 Subject: 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 --- meta/packages/kern-tools/kern-tools-native_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/packages/kern-tools/kern-tools-native_git.bb') 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() { : -- cgit v1.2.3