diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-10-19 14:54:30 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-19 16:44:53 +0000 |
commit | c11bf4359697f654ff38a32bda5eae71b097d3b8 (patch) | |
tree | 7e70df4abf63130058640c14dda32bf5ff76ff26 | |
parent | ee1293446936c5444ece42b60e3ab94189b2fbc3 (diff) | |
download | openembedded-core-c11bf4359697f654ff38a32bda5eae71b097d3b8.tar.gz openembedded-core-c11bf4359697f654ff38a32bda5eae71b097d3b8.tar.bz2 openembedded-core-c11bf4359697f654ff38a32bda5eae71b097d3b8.zip |
linux-yocto/3.4: nfsd, pci, fishriver and rangely config changes
Updating the 3.4 meta branch with the following configuration changes
and additions:
0541ba5 meta: Rangeley Machine Created
9e3bdb7 meta: Add nfsd kernel features
da9b37d CrystalForest: Enable PCI extended config space for CrystalForest Machine.
628cbe9 meta: Add a new feature for PCI devices.
9c3a2b3 meta: fishriver: remove meta-data
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb index 91dc54fa02..bbac3221fb 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb @@ -10,7 +10,7 @@ KMETA = "meta" SRCREV_machine ?= "5705c8037d2c47938034ead87c70ae3ebef552f7" SRCREV_machine_qemuppc ?= "c8b651aab5d2d5c0839cdedc0c0ec5dc09cf47c0" -SRCREV_meta ?= "a201268353c030d9fafe00f2041976f7437d9386" +SRCREV_meta ?= "0541ba5f98f31419e9bdfec895c18029bf424e7c" PR = "${INC_PR}.0" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb index 60b877f7ea..e1d349d6ff 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb @@ -13,7 +13,7 @@ LINUX_VERSION ?= "3.4.11" KMETA = "meta" SRCREV_machine ?= "449f7f520350700858f21a5554b81cc8ad23267d" -SRCREV_meta ?= "a201268353c030d9fafe00f2041976f7437d9386" +SRCREV_meta ?= "0541ba5f98f31419e9bdfec895c18029bf424e7c" PR = "${INC_PR}.0" diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index 3383147a9d..904e79e0b1 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb @@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "7833f1549c3d44cce8aea38b65cd501229aad492" SRCREV_machine_qemux86 ?= "449f7f520350700858f21a5554b81cc8ad23267d" SRCREV_machine_qemux86-64 ?= "449f7f520350700858f21a5554b81cc8ad23267d" SRCREV_machine ?= "449f7f520350700858f21a5554b81cc8ad23267d" -SRCREV_meta ?= "a201268353c030d9fafe00f2041976f7437d9386" +SRCREV_meta ?= "0541ba5f98f31419e9bdfec895c18029bf424e7c" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" |