diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-03 00:20:10 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:10:45 +0000 |
commit | 9a56d0701ae5bce5b744a5ee5fe23e52ac194358 (patch) | |
tree | 5e764e4d09d30d9633ae0a147bc1ebc7cc821d85 /meta | |
parent | c168a351a6d1395faa78a6e321152b831f16b03e (diff) | |
download | poky-9a56d0701ae5bce5b744a5ee5fe23e52ac194358.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.
(From OE-Core rev: 68e91f770ad841839e105fe86abdde1b12c696f8)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 4 |
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 | |||
4 | 4 | ||
5 | DEPENDS = "git-native guilt-native" | 5 | DEPENDS = "git-native guilt-native" |
6 | 6 | ||
7 | SRCREV = "1a3c59526d6abe95662820b9493c8a62dab52d79" | 7 | SRCREV = "2700c5d1c214766f01e68bdfa25049fa1a5960bc" |
8 | PR = "r12" | 8 | PR = "r12" |
9 | PV = "0.1+git${SRCPV}" | 9 | PV = "0.1+git${SRCPV}" |
10 | 10 | ||
11 | inherit native | 11 | inherit native |
12 | 12 | ||
13 | SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;protocol=git" | 13 | SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;protocol=git;branch=dylan" |
14 | S = "${WORKDIR}" | 14 | S = "${WORKDIR}" |
15 | 15 | ||
16 | do_compile() { | 16 | do_compile() { |