diff options
author | 2013-12-19 11:19:50 -0800 | |
---|---|---|
committer | 2013-12-19 15:56:10 -0600 | |
commit | 28243d96cce16f23240c8f4bc9d09866654f8516 (patch) | |
tree | 91afb9c45861567a0542966112bc583e54418946 | |
parent | a29c4002246ff257436e7e1bb939fd80992ce79b (diff) | |
download | meta-intel-28243d96cce16f23240c8f4bc9d09866654f8516.tar.gz meta-intel-28243d96cce16f23240c8f4bc9d09866654f8516.tar.bz2 meta-intel-28243d96cce16f23240c8f4bc9d09866654f8516.zip |
linux-yocto-3.10: Update SRCREVs for 3.10.19 for remaining BSPs
Fixes [YOCTO 5679]
Bump the SRCREVs to address the lttng-modules build failure introduced
by the oe-core/poky commit:
lttng-modules: Update to 2.3.3 version
This updates the SRCREVs for crystalforest, haswell-wc, and romley which
were at different points than the rest of the BSPs in the layer.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
3 files changed, 9 insertions, 9 deletions
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend index 37347006..f3f036e9 100644 --- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -11,9 +11,9 @@ COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server" KMACHINE_crystalforest-server = "crystalforest" KBRANCH_crystalforest-server = "standard/common-pc-64/crystalforest" -SRCREV_machine_pn-linux-yocto_crystalforest-server ?= "c03195ed6e3066494e3fb4be69154a57066e845b" -SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" +SRCREV_machine_pn-linux-yocto_crystalforest-server ?= "a9ec82e355130160f9094e670bd5be0022a84194" +SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "d9cd83c0292bd4e2a6754a96761027252e726a42" -LINUX_VERSION = "3.10.17" +LINUX_VERSION = "3.10.19" module_autoload_uio = "uio" diff --git a/meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.10.bbappend index 7bbfffa6..0a12121c 100644 --- a/meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -8,9 +8,9 @@ KBRANCH_haswell-wc = "standard/common-pc-64/base" KERNEL_FEATURES_haswell-wc += "features/amt/mei" -LINUX_VERSION = "3.10.17" +LINUX_VERSION = "3.10.19" -SRCREV_machine_haswell-wc = "c03195ed6e3066494e3fb4be69154a57066e845b" -SRCREV_meta_haswell-wc = "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" +SRCREV_machine_haswell-wc = "a9ec82e355130160f9094e670bd5be0022a84194" +SRCREV_meta_haswell-wc = "d9cd83c0292bd4e2a6754a96761027252e726a42" SRC_URI_haswell-wc = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta" diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend index ec9beada..3ec22528 100644 --- a/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -12,9 +12,9 @@ COMPATIBLE_MACHINE_romley-ivb = "romley-ivb" KMACHINE_romley-ivb = "romley" KBRANCH_romley-ivb = "standard/common-pc-64/romley" -SRCREV_machine_pn-linux-yocto_romley-ivb ?= "c03195ed6e3066494e3fb4be69154a57066e845b" -SRCREV_meta_pn-linux-yocto_romley-ivb ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" +SRCREV_machine_pn-linux-yocto_romley-ivb ?= "a9ec82e355130160f9094e670bd5be0022a84194" +SRCREV_meta_pn-linux-yocto_romley-ivb ?= "d9cd83c0292bd4e2a6754a96761027252e726a42" -LINUX_VERSION = "3.10.17" +LINUX_VERSION = "3.10.19" module_autoload_uio = "uio" |