mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1225cc4486
commit
12b0f4903a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user