[oe-commits] Bruce Ashfield : kern-tools: fix patch application error (preempt-rt)

git at git.openembedded.org git at git.openembedded.org
Sat Feb 14 22:27:31 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 762cf3beea5ff374e2ddf491e541f07129443af3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=762cf3beea5ff374e2ddf491e541f07129443af3

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Mon Feb  9 12:27:21 2015 -0500

kern-tools: fix patch application error (preempt-rt)

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 at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 acdb2c6..3278398 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=d8d1d729a70c
 
 DEPENDS = "git-native"
 
-SRCREV = "53bf01d565957f6dba95fbd7126f1a3b3dff64a5"
+SRCREV = "daab4442c22c09a98a823c32d7219316b6832182"
 PR = "r12"
 PV = "0.2+git${SRCPV}"
 



More information about the Openembedded-commits mailing list