summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-07-05 14:39:17 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-19 10:45:55 +0100
commitd78662e6d4c6e21bc86cb9e70af1f0a55ade6852 (patch)
tree65b72922868f8bae0393f1aa407848314dd35bfb /meta/recipes-kernel
parent7a79f7412b9f7f6750c77db63893e9c71aecb70a (diff)
downloadpoky-d78662e6d4c6e21bc86cb9e70af1f0a55ade6852.tar.gz
linux-yocto/3.4: remove explicit KBRANCH designations
A BSP specific KBRANCH assignment is no longer a required element to locate and build a yocto kernel. As such we can set the default kbranch, and remove all other explicit assignments. KBRANCH is still used, and if it is changed from the default, that branch will be built. (From OE-Core rev: 7984a9f6ccd00bf282c9eedab7ab933add68448c) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.4.bb11
1 files changed, 2 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index 64a19a1caa..8ac240275e 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -1,14 +1,7 @@
1require recipes-kernel/linux/linux-yocto.inc 1require recipes-kernel/linux/linux-yocto.inc
2 2
3KBRANCH = "standard/base" 3KBRANCH_DEFAULT = "standard/base"
4KBRANCH_qemux86 = "standard/common-pc/base" 4KBRANCH = "${KBRANCH_DEFAULT}"
5KBRANCH_qemux86-64 = "standard/common-pc-64/base"
6KBRANCH_qemuppc = "standard/qemuppc"
7KBRANCH_qemumips = "standard/mti-malta32"
8KBRANCH_qemumipsel = "standard/mti-malta32"
9KBRANCH_qemumips64 = "standard/mti-malta64"
10KBRANCH_qemumips64el = "standard/mti-malta64"
11KBRANCH_qemuarm = "standard/arm-versatile-926ejs"
12 5
13SRCREV_machine_qemuarm ?= "6db2c606429fa8671e76eb312cdd92f9451cf8e8" 6SRCREV_machine_qemuarm ?= "6db2c606429fa8671e76eb312cdd92f9451cf8e8"
14SRCREV_machine_qemumips ?= "a9f79fc1bde4f5adb7cb015d2f2b5a04bd5597a1" 7SRCREV_machine_qemumips ?= "a9f79fc1bde4f5adb7cb015d2f2b5a04bd5597a1"