summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-12-21 13:58:02 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:12:37 +0000
commit6ede5cf045f86042922852101b4cb3e2483a4dd7 (patch)
tree917966b17181e0f4f897f24946a61943998088ff /meta/recipes-kernel
parent01a169bfb8444aee4ad609a2e849d56f26bcd7b1 (diff)
downloadpoky-6ede5cf045f86042922852101b4cb3e2483a4dd7.tar.gz
kern-tools: update SRCREV to pickup git operation fixes
Updating the kern-tools SRCREV to pickup the following commit: [ kgit-meta: add error checking and autoconfiguration to git commands When git commands are embedded into feature descriptions, they can fail for a variety of reasons. The current meta series processing does not trap errors, and will continue to process potentially failing commands. All git commands are now checked for their return code, and in case of error, the error code is passed up via early exit. A second common git issue is on a new machine that has not been configured with a username/email for commits. This is now detected by checking for a global user.name. If one is not found, a local user name of "Auto Configured" and email of "auto.configured" is created to allow git operations to succeed. ] Fixes [YOCTO #1838] (From OE-Core rev: 015cb39ccf490de07bfd007fafc6d75c6c152add) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb2
1 files changed, 1 insertions, 1 deletions
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 fb66211e7d..6bb9c85a22 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=e2bf4415f3d8
4 4
5DEPENDS = "git-native guilt-native" 5DEPENDS = "git-native guilt-native"
6 6
7SRCREV = "eb3ed64cea80d23ffb28dfeaeb02cdfe3fb29340" 7SRCREV = "806f1452eeced0bbd05433456ac0d6786d5362dc"
8PR = r12 8PR = r12
9PV = "0.1+git${SRCPV}" 9PV = "0.1+git${SRCPV}"
10 10