[oe-commits] Bruce Ashfield : kern-tools: import patch performance improvements

git at git.openembedded.org git at git.openembedded.org
Sat Feb 7 13:36:26 UTC 2015


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

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Mon Feb  2 14:14:16 2015 -0500

kern-tools: import patch performance improvements

Updating the SRCREV for the following commits:

  4822d22b65c2 kgit-meta: dont run kgit-s2q for non-leaf nodes
  3e3de1b9cdec createme: remove meta branch checks

With these, we save 10 seconds on the average patch phase, and
significantly more if very long patch queues are used.

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.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 ce87235..acdb2c6 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 = "23345b8846fe4bd167efdf1bd8a1224b2ba9a5ff"
+SRCREV = "53bf01d565957f6dba95fbd7126f1a3b3dff64a5"
 PR = "r12"
 PV = "0.2+git${SRCPV}"
 



More information about the Openembedded-commits mailing list