summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-06-26 16:15:49 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-28 16:32:57 +0100
commitd498bd6bf34c6dd65e24ec32d425742f42152cae (patch)
tree313128cafa5ef6d8b7be12083bf54ddbe57cc459 /meta/recipes-kernel/linux
parentf64d68fb977c0d8410916a88281df8b6f463b89e (diff)
downloadpoky-d498bd6bf34c6dd65e24ec32d425742f42152cae.tar.gz
linux-yocto/3.0: update BSP descriptions to new kern-tools format
In tree linux-yocto 3.0 boards indicate that they are BSPs via the older/obsolete syntax "scc_leaf". This line in their board description is detected by the build process and is used to find the BSP description and the kernel type they use as their base. To work with the latest kern tools, the BSP descriptions should be updated to "include <ktype> branch <machine>" to acheive the same result. All trees newer than 3.0 already have this change and do not need to be updated. (From OE-Core rev: e32c993859337964033a285922dac3971e5add2d) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
index 971d1a8901..1de0411b96 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
@@ -10,7 +10,7 @@ KMETA = "meta"
10 10
11SRCREV_machine ?= "e67428d9966eecec4c081993dc64ceb5c0e64643" 11SRCREV_machine ?= "e67428d9966eecec4c081993dc64ceb5c0e64643"
12SRCREV_machine_qemuppc ?= "dcca458cb92cc287f70e4062f02460f36a881b16" 12SRCREV_machine_qemuppc ?= "dcca458cb92cc287f70e4062f02460f36a881b16"
13SRCREV_meta ?= "46e8fc2bbbe73514e8d99101adaaa373f760ffa7" 13SRCREV_meta ?= "d282029891bba5440630a885b940dea5e34e3e2c"
14 14
15PR = "r2" 15PR = "r2"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index 5cdff95fdc..362e65a8bd 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -18,7 +18,7 @@ SRCREV_machine_qemuppc ?= "bd9a3c4c066bd4b9f52b51aaaec9b029a7abe793"
18SRCREV_machine_qemux86 ?= "70342faea067476774eb55f4e3098af0bcc48782" 18SRCREV_machine_qemux86 ?= "70342faea067476774eb55f4e3098af0bcc48782"
19SRCREV_machine_qemux86-64 ?= "cba836a545fbeb96f6f2392c3ecbac9d7735fa65" 19SRCREV_machine_qemux86-64 ?= "cba836a545fbeb96f6f2392c3ecbac9d7735fa65"
20SRCREV_machine ?= "bd6ad607c754dea30d91502a237870b4c45e0f1b" 20SRCREV_machine ?= "bd6ad607c754dea30d91502a237870b4c45e0f1b"
21SRCREV_meta ?= "46e8fc2bbbe73514e8d99101adaaa373f760ffa7" 21SRCREV_meta ?= "d282029891bba5440630a885b940dea5e34e3e2c"
22 22
23PR = "r4" 23PR = "r4"
24PV = "${LINUX_VERSION}+git${SRCPV}" 24PV = "${LINUX_VERSION}+git${SRCPV}"