diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-23 10:57:44 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-23 19:58:49 +0100 |
commit | ca4f364daa59cb15108bf27d29ec60a7b14046d6 (patch) | |
tree | c78049ba52a44dc867f1b9619cf29ac652df4d6e /meta | |
parent | 001db8407dc6cb7c4f3cb10b1da766264e627af2 (diff) | |
download | poky-ca4f364daa59cb15108bf27d29ec60a7b14046d6.tar.gz |
linux-yocto/3.10: update to v3.10.55
Updating to the latest korg -stable update.
(From OE-Core rev: 9745ffc0ae25be980d92f195937cef6d1f406ab2)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb index b08d7c34c3..1075972058 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | |||
@@ -3,13 +3,13 @@ KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc" | |||
3 | 3 | ||
4 | require recipes-kernel/linux/linux-yocto.inc | 4 | require recipes-kernel/linux/linux-yocto.inc |
5 | 5 | ||
6 | SRCREV_machine ?= "74d7df0601f4879b525a0f2a0a187c33a23be580" | 6 | SRCREV_machine ?= "0abce5181274dbf37788ab8d2c62e135defd9956" |
7 | SRCREV_machine_qemuppc ?= "087f9fff0860e9a357fe9d4b1f514031e2c2597b" | 7 | SRCREV_machine_qemuppc ?= "c31f38edf5dec2c295632199dbfe3f5a221f7c16" |
8 | SRCREV_meta ?= "5ea3fd0817c2a3173e85102c61c51a5a6268cad6" | 8 | SRCREV_meta ?= "f79a00265eefbe2fffc2cdb03f67235497a9a87e" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |
11 | 11 | ||
12 | LINUX_VERSION ?= "3.10.54" | 12 | LINUX_VERSION ?= "3.10.55" |
13 | 13 | ||
14 | PV = "${LINUX_VERSION}+git${SRCPV}" | 14 | PV = "${LINUX_VERSION}+git${SRCPV}" |
15 | 15 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb index 6885723977..a53ce544a3 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | |||
@@ -5,12 +5,12 @@ require recipes-kernel/linux/linux-yocto.inc | |||
5 | LINUX_KERNEL_TYPE = "tiny" | 5 | LINUX_KERNEL_TYPE = "tiny" |
6 | KCONFIG_MODE = "--allnoconfig" | 6 | KCONFIG_MODE = "--allnoconfig" |
7 | 7 | ||
8 | LINUX_VERSION ?= "3.10.54" | 8 | LINUX_VERSION ?= "3.10.55" |
9 | 9 | ||
10 | KMETA = "meta" | 10 | KMETA = "meta" |
11 | 11 | ||
12 | SRCREV_machine ?= "e001d3cbec5320c03d2a316aa0e287012be19133" | 12 | SRCREV_machine ?= "8e055f3b669c65e83ba7128c248c632eedafad72" |
13 | SRCREV_meta ?= "5ea3fd0817c2a3173e85102c61c51a5a6268cad6" | 13 | SRCREV_meta ?= "f79a00265eefbe2fffc2cdb03f67235497a9a87e" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb index 3cb8c58257..ea69856595 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb | |||
@@ -10,18 +10,18 @@ KBRANCH_qemux86 ?= "standard/common-pc/base" | |||
10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | 10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" |
11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
12 | 12 | ||
13 | SRCREV_machine_qemuarm ?= "f075141532317cb7f8b88843354cd901c18c13a1" | 13 | SRCREV_machine_qemuarm ?= "a4195791d27ef50feb454765149ea34621ef8ed7" |
14 | SRCREV_machine_qemumips ?= "e7582bdb55376801e9749141af9f1cc0a9425a31" | 14 | SRCREV_machine_qemumips ?= "ff747b3dff7dfa643b3447a348b901cacc5b6a16" |
15 | SRCREV_machine_qemuppc ?= "fdc57cf78d788a5efc44ffaafa09db1a3799e5f0" | 15 | SRCREV_machine_qemuppc ?= "46e30d608f4268b0ea77362398aae91f1d410ee3" |
16 | SRCREV_machine_qemux86 ?= "e001d3cbec5320c03d2a316aa0e287012be19133" | 16 | SRCREV_machine_qemux86 ?= "8e055f3b669c65e83ba7128c248c632eedafad72" |
17 | SRCREV_machine_qemux86-64 ?= "e001d3cbec5320c03d2a316aa0e287012be19133" | 17 | SRCREV_machine_qemux86-64 ?= "8e055f3b669c65e83ba7128c248c632eedafad72" |
18 | SRCREV_machine_qemumips64 ?= "e8fdd57656858f06547f61336e130d006fc88de5" | 18 | SRCREV_machine_qemumips64 ?= "42457c568170cb11a9011382ebca4677f22b35c1" |
19 | SRCREV_machine ?= "e001d3cbec5320c03d2a316aa0e287012be19133" | 19 | SRCREV_machine ?= "8e055f3b669c65e83ba7128c248c632eedafad72" |
20 | SRCREV_meta ?= "5ea3fd0817c2a3173e85102c61c51a5a6268cad6" | 20 | SRCREV_meta ?= "f79a00265eefbe2fffc2cdb03f67235497a9a87e" |
21 | 21 | ||
22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
23 | 23 | ||
24 | LINUX_VERSION ?= "3.10.54" | 24 | LINUX_VERSION ?= "3.10.55" |
25 | 25 | ||
26 | PV = "${LINUX_VERSION}+git${SRCPV}" | 26 | PV = "${LINUX_VERSION}+git${SRCPV}" |
27 | 27 | ||