diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-09-23 23:06:58 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-24 11:14:49 +0100 |
commit | abb23d987184f76fb922af15508f2e251399e3ed (patch) | |
tree | 934e0ef8e27a8558587acdf76ce1d6cd6bc49856 /meta/recipes-kernel | |
parent | a2f81aa58c4753412afc0227c34f08134b6a3d2d (diff) | |
download | openembedded-core-abb23d987184f76fb922af15508f2e251399e3ed.tar.gz openembedded-core-abb23d987184f76fb922af15508f2e251399e3ed.tar.bz2 openembedded-core-abb23d987184f76fb922af15508f2e251399e3ed.zip |
linux-yocto/3.4: Update fri2 and sys940x to emgd-1.14
Bumping the meta SRCREV to pickup a newer emgd for the fri2 and
sys940x.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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-rt_3.4.bb | 3 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 2 |
2 files changed, 3 insertions, 2 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 62858fc093..5a26055e1d 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,8 @@ KMETA = "meta" SRCREV_machine ?= "dcecefa43e05f5450886648a93e2fda2ec35e2dc" SRCREV_machine_qemuppc ?= "5e8709c4777f07a12b0a05a22f0864f552ef9449" -SRCREV_meta ?= "594994cb4c19bb4f2e8100ffe0599aef8b2e8b4c" +SRCREV_meta ?= "c5bddf8ea379406ffec550528e17b777a0eba24b" + PR = "${INC_PR}.0" 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 8cda0c3e6b..364b702c93 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 ?= "cf4bad14983753ad4b592c40fb36466b202b24a4" SRCREV_machine_qemux86 ?= "59c3ff750831338d05ab67d5efd7fc101c451aff" SRCREV_machine_qemux86-64 ?= "59c3ff750831338d05ab67d5efd7fc101c451aff" SRCREV_machine ?= "59c3ff750831338d05ab67d5efd7fc101c451aff" -SRCREV_meta ?= "594994cb4c19bb4f2e8100ffe0599aef8b2e8b4c" +SRCREV_meta ?= "c5bddf8ea379406ffec550528e17b777a0eba24b" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" |