]> code.ossystems Code Review - openembedded-core.git/commitdiff
createme/patchme: use kgit-checkpoint to restore meta data
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 4 Oct 2010 04:46:27 +0000 (00:46 -0400)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 4 Oct 2010 08:40:59 +0000 (09:40 +0100)
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>
meta/conf/distro/include/poky-default-revisions.inc
meta/recipes-kernel/kern-tools/kern-tools-native_git.bb

index bd7c29fdd0f7461280fbd49ced4a0b2a6e622f87..8ccf6e4d981f2d2a91df4190abec044ea261126c 100644 (file)
@@ -49,7 +49,7 @@ SRCREV_pn-gypsy ??= "147"
 SRCREV_pn-inputproto ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
 SRCREV_pn-inputproto-native ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
 SRCREV_pn-inputproto-nativesdk ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
-SRCREV_pn-kern-tools-native ??= "7c6b06f7a39be033d30c8573953ac30baf998051"
+SRCREV_pn-kern-tools-native ??= "81bbb111b89d243191b865c8c6849af28e246d65"
 SRCREV_pn-libdrm ??= "3f3c5be6f908272199ccf53f108b1124bfe0a00e"
 SRCREV_pn-libfakekey ??= "2031"
 SRCREV_pn-libgdbus ??= "aeab6e3c0185b271ca343b439470491b99cc587f"
index 683068ae9e7ce7cd60930e15a11642ee9b4c37c5..7350746b8cb45f7c1160dec9f3277fb9fff91d7d 100644 (file)
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d8
 
 DEPENDS = "git-native guilt-native"
 
-PR = r7
+PR = r8
 PV = "0.1+git${SRCPV}"
 
 inherit native