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>
This commit is contained in:
Bruce Ashfield
2011-11-03 00:33:03 -04:00
committed by Richard Purdie
parent 021b9daf6a
commit 2f8d7a30e0
2 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ LINUX_KERNEL_TYPE = "preempt-rt"
SRCREV_machine ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3"
SRCREV_machine_qemuppc ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3"
SRCREV_meta ?= "353d43d340e87996b4be4c5f6ddb4447e050b65c"
SRCREV_meta ?= "4095bb597a7bcd647856aa35b5fb8637ed7ff975"
PR = "r1"
PV = "${LINUX_VERSION}+git${SRCPV}"

View File

@@ -10,15 +10,15 @@ KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs"
KBRANCH = ${KMACHINE}
LINUX_VERSION ?= "3.0.4"
LINUX_VERSION ?= "3.0.8"
SRCREV_machine_qemuarm ?= "7908f38ac44359d58c40b166dbb45e48fc58295c"
SRCREV_machine_qemumips ?= "7ea75f58d69293e6b1c2f904f8f5790521a7ccee"
SRCREV_machine_qemuppc ?= "eccd57eaa4c2b580b9adbbc39e19ecbff56779ae"
SRCREV_machine_qemux86 ?= "72671808fdbe69a9fe03fd8f094e7c59da04a28c"
SRCREV_machine_qemux86-64 ?= "2b2d0954a6fd12b4bb7f02f019bc62633c8060a1"
SRCREV_machine ?= "6b2c7d65b844e686eae7d5cccb9b638887afe28e"
SRCREV_meta ?= "353d43d340e87996b4be4c5f6ddb4447e050b65c"
SRCREV_machine_qemuarm ?= "d2f4973505e9cebcf2fc0058434214927deed5e6"
SRCREV_machine_qemumips ?= "42968ceaecd71ae57157676aa63542db409732cb"
SRCREV_machine_qemuppc ?= "16eb6506148ff163cfc4f4516110275726831014"
SRCREV_machine_qemux86 ?= "fea3842615c13a54180b6600783b222f499002ef"
SRCREV_machine_qemux86-64 ?= "5f86f8f0a3102e1c7d0164abefcd50d825aa468f"
SRCREV_machine ?= "a811486d28dd9b0e1af0672a65ad9fa97873b82a"
SRCREV_meta ?= "4095bb597a7bcd647856aa35b5fb8637ed7ff975"
PR = "r2"
PV = "${LINUX_VERSION}+git${SRCPV}"