diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-06 16:47:39 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-28 17:39:00 +0000 |
commit | 8e98af96a4b2b725724cd97276168c03e95aa99d (patch) | |
tree | 5054d514ff708a910d623675578e5de0028ed131 /meta/recipes-kernel/linux | |
parent | 88d2bb9c5959a9b1e744bb517c26a322cd537023 (diff) | |
download | openembedded-core-8e98af96a4b2b725724cd97276168c03e95aa99d.tar.gz openembedded-core-8e98af96a4b2b725724cd97276168c03e95aa99d.tar.bz2 openembedded-core-8e98af96a4b2b725724cd97276168c03e95aa99d.zip |
linux-yocto/3.4: update mohonpeak.cfg for SATA, SMBus, LPC, WDT, crypto & highmem64g
Updating the meta SRCREV with the latest configuration updates.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel/linux')
-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 ef380adafe..dfe11e4925 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 ?= "74369c14c79dbb546ce1e387b1363e808ea4f5b1" SRCREV_machine_qemuppc ?= "71694a302cda24cc8a7c5f772e8306111ffcfb6c" -SRCREV_meta ?= "8e88bf72b72afb3b638e751ea2a5c89394cc196b" +SRCREV_meta ?= "ef4cd500d4b64680f7a319d399b8a12f9ecc9fe6" PR = "${INC_PR}.1" 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 6ed19500e3..7db9099fec 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.82" KMETA = "meta" SRCREV_machine ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb" -SRCREV_meta ?= "8e88bf72b72afb3b638e751ea2a5c89394cc196b" +SRCREV_meta ?= "ef4cd500d4b64680f7a319d399b8a12f9ecc9fe6" PR = "${INC_PR}.1" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index 1a3ccdd7bd..878422985b 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb @@ -17,7 +17,7 @@ SRCREV_machine_qemuppc ?= "85868d48f06911b7dddaf0180af96c8f2e874922" SRCREV_machine_qemux86 ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb" SRCREV_machine_qemux86-64 ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb" SRCREV_machine ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb" -SRCREV_meta ?= "8e88bf72b72afb3b638e751ea2a5c89394cc196b" +SRCREV_meta ?= "ef4cd500d4b64680f7a319d399b8a12f9ecc9fe6" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |