diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-11-03 00:33:03 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-07 14:05:41 +0000 |
commit | 2f8d7a30e08fbd9df5bc5e7b2fdeff253d522f72 (patch) | |
tree | 470f7322f0ea42f0780b96088c605d225a4fb223 /meta | |
parent | 021b9daf6a1ed193db115cf818e8364d2809ea17 (diff) | |
download | poky-2f8d7a30e08fbd9df5bc5e7b2fdeff253d522f72.tar.gz |
linux-yocto_3.0: update base to v3.0.8 + meta config changes
The board branches are updated to have v3.0.8 as their base kernel
revision, and the version in the recipe is updated to match.
This commit also updates the meta branch to pick up the following
4 commits:
4095bb5 meta/common-pc-64: remove igb
17565fa meta/crownbay: use power/intel feature
8948937 meta/sugarbay: use power/intel feature
fcbc8a9 meta: add power feature
(From OE-Core rev: c237410bbc177495dab2b12b3a7aa4a75fb61efa)
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/linux/linux-yocto-rt_3.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.0.bb | 18 |
2 files changed, 10 insertions, 10 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 72db7bf8ad..615209b53f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | |||
@@ -16,7 +16,7 @@ LINUX_KERNEL_TYPE = "preempt-rt" | |||
16 | 16 | ||
17 | SRCREV_machine ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3" | 17 | SRCREV_machine ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3" |
18 | SRCREV_machine_qemuppc ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3" | 18 | SRCREV_machine_qemuppc ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3" |
19 | SRCREV_meta ?= "353d43d340e87996b4be4c5f6ddb4447e050b65c" | 19 | SRCREV_meta ?= "4095bb597a7bcd647856aa35b5fb8637ed7ff975" |
20 | 20 | ||
21 | PR = "r1" | 21 | PR = "r1" |
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${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 9da7cc1001..688999f639 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb | |||
@@ -10,15 +10,15 @@ KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs" | |||
10 | 10 | ||
11 | KBRANCH = ${KMACHINE} | 11 | KBRANCH = ${KMACHINE} |
12 | 12 | ||
13 | LINUX_VERSION ?= "3.0.4" | 13 | LINUX_VERSION ?= "3.0.8" |
14 | 14 | ||
15 | SRCREV_machine_qemuarm ?= "7908f38ac44359d58c40b166dbb45e48fc58295c" | 15 | SRCREV_machine_qemuarm ?= "d2f4973505e9cebcf2fc0058434214927deed5e6" |
16 | SRCREV_machine_qemumips ?= "7ea75f58d69293e6b1c2f904f8f5790521a7ccee" | 16 | SRCREV_machine_qemumips ?= "42968ceaecd71ae57157676aa63542db409732cb" |
17 | SRCREV_machine_qemuppc ?= "eccd57eaa4c2b580b9adbbc39e19ecbff56779ae" | 17 | SRCREV_machine_qemuppc ?= "16eb6506148ff163cfc4f4516110275726831014" |
18 | SRCREV_machine_qemux86 ?= "72671808fdbe69a9fe03fd8f094e7c59da04a28c" | 18 | SRCREV_machine_qemux86 ?= "fea3842615c13a54180b6600783b222f499002ef" |
19 | SRCREV_machine_qemux86-64 ?= "2b2d0954a6fd12b4bb7f02f019bc62633c8060a1" | 19 | SRCREV_machine_qemux86-64 ?= "5f86f8f0a3102e1c7d0164abefcd50d825aa468f" |
20 | SRCREV_machine ?= "6b2c7d65b844e686eae7d5cccb9b638887afe28e" | 20 | SRCREV_machine ?= "a811486d28dd9b0e1af0672a65ad9fa97873b82a" |
21 | SRCREV_meta ?= "353d43d340e87996b4be4c5f6ddb4447e050b65c" | 21 | SRCREV_meta ?= "4095bb597a7bcd647856aa35b5fb8637ed7ff975" |
22 | 22 | ||
23 | PR = "r2" | 23 | PR = "r2" |
24 | PV = "${LINUX_VERSION}+git${SRCPV}" | 24 | PV = "${LINUX_VERSION}+git${SRCPV}" |