summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-02-03 12:25:59 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-08 00:50:27 +0000
commit5d02d8dc176d794a37e2bc2e5c30132eed62f792 (patch)
tree9853a23049ae5f910db308a07a66a76b2bc883d0 /meta/recipes-kernel
parenta6065e7fc2ac413fe48c4b4835ca9c715bc6915c (diff)
downloadpoky-5d02d8dc176d794a37e2bc2e5c30132eed62f792.tar.gz
kern-tools: remove explicit 'yocto' references from auto-bsp handling
To adapt to different branch names in a repository, removing explicit references to 'yocto' in automatically created BSPs ensures that they are consistent with the merged variants. Existing BSPs and auto BSPs are not impacted by this change. (From OE-Core rev: 74613d02aa844cac3be0626cc64139643fe17a4f) 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 1eced2349a..14ec9e9333 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 = "a7a9930d2b1f1954fbd817810b706e2e3c42e8de" 7SRCREV = "91c2b184be90d6654996887203efdd7f1727a19a"
8PR = r12 8PR = r12
9PV = "0.1+git${SRCPV}" 9PV = "0.1+git${SRCPV}"
10 10