]> code.ossystems Code Review - openembedded-core.git/commitdiff
kern-tools: fix patch application error (preempt-rt)
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 9 Feb 2015 17:27:21 +0000 (12:27 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Feb 2015 08:40:34 +0000 (08:40 +0000)
Updating the SRCREV to import the following kern-tools patch:

    kgit-meta: always clear series file on branch transitions

This was triggered by the patch optimization changes, that no longer
run do_patch if a leaf/final branch is not being processed.

Without this change, invalid patches, or already applied patches in
an existig series file will be re-used which leads to missing files,
or patch errors.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/kern-tools/kern-tools-native_git.bb

index acdb2c6b6015b4fbdf270dc30184c06ac4a216e0..32783986487f64e5fe986afda3551ba436bfa9a0 100644 (file)
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=d8d1d729a70c
 
 DEPENDS = "git-native"
 
-SRCREV = "53bf01d565957f6dba95fbd7126f1a3b3dff64a5"
+SRCREV = "daab4442c22c09a98a823c32d7219316b6832182"
 PR = "r12"
 PV = "0.2+git${SRCPV}"