aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-03 00:20:10 -0400
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-03 16:49:22 +0000
commit68e91f770ad841839e105fe86abdde1b12c696f8 (patch)
tree2ed1bf88f08c10ef76b06aef3d73e5dc8a8b9fc9 /meta
parent3549f5f203363302256848bb33c05c4fd4871948 (diff)
downloadopenembedded-core-68e91f770ad841839e105fe86abdde1b12c696f8.tar.gz
kern-tools: use dylan branch
This switches the kern-tools to use the matched dylan branch that is maintained to work against the dylan release of yocto/oe-core. As part of this switch, we also update the SRCREV to match the latest fixes for the dylan kernel-tools. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb4
1 files changed, 2 insertions, 2 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 a86dda3b09..3f731ec77d 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -4,13 +4,13 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=d8d1d729a70c
DEPENDS = "git-native guilt-native"
-SRCREV = "1a3c59526d6abe95662820b9493c8a62dab52d79"
+SRCREV = "2700c5d1c214766f01e68bdfa25049fa1a5960bc"
PR = "r12"
PV = "0.1+git${SRCPV}"
inherit native
-SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;protocol=git"
+SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;protocol=git;branch=dylan"
S = "${WORKDIR}"
do_compile() {