diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-02-27 15:56:27 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-28 14:01:14 +0000 |
commit | 967fca6f34115da7cb3448d0a00f6a1104635cc1 (patch) | |
tree | 61ac4e1ec18a6e04c5bbe3bb79f510b4d816163b /meta | |
parent | 771803ecf3b063e0f0ef90fc4723a9f79c0e96f1 (diff) | |
download | poky-967fca6f34115da7cb3448d0a00f6a1104635cc1.tar.gz |
linux-yocto/3.4: update to v3.4.82 and latest LTSI
Updating the 3.4 tree to the 3.4.82 -stable update, and integrating
the latest LTSI changes.
(From OE-Core rev: 97518da4d03cdc6a3a9ddfce0475d2f6189dc390)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.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.4.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 16 |
3 files changed, 15 insertions, 15 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 73fd3a930e..ef380adafe 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | |||
@@ -3,14 +3,14 @@ require recipes-kernel/linux/linux-yocto.inc | |||
3 | KBRANCH = "standard/preempt-rt/base" | 3 | KBRANCH = "standard/preempt-rt/base" |
4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" | 4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" |
5 | 5 | ||
6 | LINUX_VERSION ?= "3.4.69" | 6 | LINUX_VERSION ?= "3.4.82" |
7 | LINUX_KERNEL_TYPE = "preempt-rt" | 7 | LINUX_KERNEL_TYPE = "preempt-rt" |
8 | 8 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "f59ffc4762503e4d6eaa8d934dbf1464d966f51e" | 11 | SRCREV_machine ?= "74369c14c79dbb546ce1e387b1363e808ea4f5b1" |
12 | SRCREV_machine_qemuppc ?= "60a0fa3cf1a08778b70bf64e19f8733019e9abd7" | 12 | SRCREV_machine_qemuppc ?= "71694a302cda24cc8a7c5f772e8306111ffcfb6c" |
13 | SRCREV_meta ?= "f36797c2df3fbe9491c8ac5977fb691f4a75e9b7" | 13 | SRCREV_meta ?= "8e88bf72b72afb3b638e751ea2a5c89394cc196b" |
14 | 14 | ||
15 | PR = "${INC_PR}.1" | 15 | PR = "${INC_PR}.1" |
16 | PV = "${LINUX_VERSION}+git${SRCPV}" | 16 | 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 0b43dabd1c..6ed19500e3 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | |||
@@ -8,12 +8,12 @@ KBRANCH = "${KBRANCH_DEFAULT}" | |||
8 | LINUX_KERNEL_TYPE = "tiny" | 8 | LINUX_KERNEL_TYPE = "tiny" |
9 | KCONFIG_MODE = "--allnoconfig" | 9 | KCONFIG_MODE = "--allnoconfig" |
10 | 10 | ||
11 | LINUX_VERSION ?= "3.4.69" | 11 | LINUX_VERSION ?= "3.4.82" |
12 | 12 | ||
13 | KMETA = "meta" | 13 | KMETA = "meta" |
14 | 14 | ||
15 | SRCREV_machine ?= "7f4d818b0450a5dc79f81b51dc7d13d0682b1287" | 15 | SRCREV_machine ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb" |
16 | SRCREV_meta ?= "f36797c2df3fbe9491c8ac5977fb691f4a75e9b7" | 16 | SRCREV_meta ?= "8e88bf72b72afb3b638e751ea2a5c89394cc196b" |
17 | 17 | ||
18 | PR = "${INC_PR}.1" | 18 | PR = "${INC_PR}.1" |
19 | PV = "${LINUX_VERSION}+git${SRCPV}" | 19 | 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 765d4deec7..1a3ccdd7bd 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb | |||
@@ -11,17 +11,17 @@ KBRANCH_qemux86 = "standard/common-pc/base" | |||
11 | KBRANCH_qemux86-64 = "standard/common-pc-64/base" | 11 | KBRANCH_qemux86-64 = "standard/common-pc-64/base" |
12 | KBRANCH_qemumips64 = "standard/mti-malta64" | 12 | KBRANCH_qemumips64 = "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "38fe75106c5faa3ea49d0a285769de3d08478f90" | 14 | SRCREV_machine_qemuarm ?= "6c34763a9e4e05e1fcaa32d915bd05cccd0abc1d" |
15 | SRCREV_machine_qemumips ?= "67c8918ce3cfd66f19f23b46381993ff488b3fe0" | 15 | SRCREV_machine_qemumips ?= "fa9377eda8d2dceccb218f229551424c64ef0c28" |
16 | SRCREV_machine_qemuppc ?= "0e81c96b36e05746ae978a830fe3dbdac8a51e58" | 16 | SRCREV_machine_qemuppc ?= "85868d48f06911b7dddaf0180af96c8f2e874922" |
17 | SRCREV_machine_qemux86 ?= "7f4d818b0450a5dc79f81b51dc7d13d0682b1287" | 17 | SRCREV_machine_qemux86 ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb" |
18 | SRCREV_machine_qemux86-64 ?= "7f4d818b0450a5dc79f81b51dc7d13d0682b1287" | 18 | SRCREV_machine_qemux86-64 ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb" |
19 | SRCREV_machine ?= "7f4d818b0450a5dc79f81b51dc7d13d0682b1287" | 19 | SRCREV_machine ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb" |
20 | SRCREV_meta ?= "f36797c2df3fbe9491c8ac5977fb691f4a75e9b7" | 20 | SRCREV_meta ?= "8e88bf72b72afb3b638e751ea2a5c89394cc196b" |
21 | 21 | ||
22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
23 | 23 | ||
24 | LINUX_VERSION ?= "3.4.69" | 24 | LINUX_VERSION ?= "3.4.82" |
25 | 25 | ||
26 | PR = "${INC_PR}.5" | 26 | PR = "${INC_PR}.5" |
27 | PV = "${LINUX_VERSION}+git${SRCPV}" | 27 | PV = "${LINUX_VERSION}+git${SRCPV}" |