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>
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() {