diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-08-03 16:42:14 -0400 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-09 17:20:36 +0100 |
| commit | 55011c1f4b4c20fa5b91f0b38a2910c3f7a01383 (patch) | |
| tree | 46c310b0f8e8434e4fe085c89deb0b4521b3fa6f /meta | |
| parent | eaacd258d8675f9523203666721d17d8867c6e97 (diff) | |
| download | poky-55011c1f4b4c20fa5b91f0b38a2910c3f7a01383.tar.gz | |
kern_tools: add updateme and patchme
Adding new kern_tools to allow the compilation of a meta series
and the patching of a kernel tree.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/packages/kern-tools/kern-tools-native_git.bb | 2 |
1 files changed, 1 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 d21d2b0aaa..fe848c187c 100644 --- a/meta/packages/kern-tools/kern-tools-native_git.bb +++ b/meta/packages/kern-tools/kern-tools-native_git.bb | |||
| @@ -15,7 +15,7 @@ S = "${WORKDIR}" | |||
| 15 | kern_tools_LIST = kgit kgit-init kgit-meta \ | 15 | kern_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 | createme updateme patchme get_defconfig |
| 19 | 19 | ||
| 20 | do_compile() { | 20 | do_compile() { |
| 21 | : | 21 | : |
