summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kern-tools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2010-10-04 00:46:27 -0400
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-04 09:40:59 +0100
commit12b0f4903aa168a199a350f27e2df08232f2cbfb (patch)
tree9c76d4f510f1513846d573ddd3a6bd5707726763 /meta/recipes-kernel/kern-tools
parent1225cc4486453f4830a567e341a7de9f26656dbd (diff)
downloadpoky-12b0f4903aa168a199a350f27e2df08232f2cbfb.tar.gz
createme/patchme: use kgit-checkpoint to restore meta data
Fixes [BUGID: #390] The custom de-checkpoint routines used in createme/patchme destroyed data each run. This meant that incremental and expermental work couldn't be done directly in the kernel source tree itself. Using the more robust kgit-checkpoint allows that data to be persistent (until a clean is done). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel/kern-tools')
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index 683068ae9e..7350746b8c 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d8
4 4
5DEPENDS = "git-native guilt-native" 5DEPENDS = "git-native guilt-native"
6 6
7PR = r7 7PR = r8
8PV = "0.1+git${SRCPV}" 8PV = "0.1+git${SRCPV}"
9 9
10inherit native 10inherit native