diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-05-24 11:53:58 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-25 07:50:18 +0100 |
| commit | 9a38dc6aaf257ee639ae428a352a97249bff853e (patch) | |
| tree | a39d87a8c39ece125b45403dd5793430031f2708 /meta | |
| parent | ce376577a963ce2d906a5b4fac756d57e3c4353d (diff) | |
| download | poky-9a38dc6aaf257ee639ae428a352a97249bff853e.tar.gz | |
linux-yocto/4.1: v4.1.24 and gcc6 powerpc fixes
Bumping to the v4.1.24 -stable release, and backporting a ppc
gcc6 fix from the 4.4 kernel.
(From OE-Core rev: aee5a879032df0c1642f17408b70a33d06df972a)
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_4.1.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.1.bb | 20 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index 090f8f3310..51fa3adeb2 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | |||
| @@ -11,13 +11,13 @@ python () { | |||
| 11 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | SRCREV_machine ?= "51cca91a1f74dab225598282019f0d694abdc4a0" | 14 | SRCREV_machine ?= "320892013ad33ab41f530ad321939aec07d09d22" |
| 15 | SRCREV_meta ?= "2bdebd11f1a0bc00071ec1467289a7feb5418dde" | 15 | SRCREV_meta ?= "d6e1f4bfc254c677a8dfef92f0ad8c78bdeeea75" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ |
| 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" |
| 19 | 19 | ||
| 20 | LINUX_VERSION ?= "4.1.22" | 20 | LINUX_VERSION ?= "4.1.24" |
| 21 | 21 | ||
| 22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index 04853a9aa6..35a76ef0cd 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | |||
| @@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig" | |||
| 4 | 4 | ||
| 5 | require recipes-kernel/linux/linux-yocto.inc | 5 | require recipes-kernel/linux/linux-yocto.inc |
| 6 | 6 | ||
| 7 | LINUX_VERSION ?= "4.1.22" | 7 | LINUX_VERSION ?= "4.1.24" |
| 8 | 8 | ||
| 9 | KMETA = "kernel-meta" | 9 | KMETA = "kernel-meta" |
| 10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
| 11 | 11 | ||
| 12 | SRCREV_machine ?= "d03753ddb28a1141e550a67c99ac95789a424fc5" | 12 | SRCREV_machine ?= "ecc983477682203619da0e456fa4a8689ac41097" |
| 13 | SRCREV_meta ?= "2bdebd11f1a0bc00071ec1467289a7feb5418dde" | 13 | SRCREV_meta ?= "d6e1f4bfc254c677a8dfef92f0ad8c78bdeeea75" |
| 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_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index 5d6bd3d31f..2332e11f42 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb | |||
| @@ -11,20 +11,20 @@ KBRANCH_qemux86 ?= "standard/base" | |||
| 11 | KBRANCH_qemux86-64 ?= "standard/base" | 11 | KBRANCH_qemux86-64 ?= "standard/base" |
| 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
| 13 | 13 | ||
| 14 | SRCREV_machine_qemuarm ?= "f781d64949f776cbfa5274a548becdcf6b596341" | 14 | SRCREV_machine_qemuarm ?= "d11c336b38ab0d4e55eb683aca5ca9c6b6cd8b42" |
| 15 | SRCREV_machine_qemuarm64 ?= "d03753ddb28a1141e550a67c99ac95789a424fc5" | 15 | SRCREV_machine_qemuarm64 ?= "ecc983477682203619da0e456fa4a8689ac41097" |
| 16 | SRCREV_machine_qemumips ?= "192043960081896baaa24c2af702c7124bfe4286" | 16 | SRCREV_machine_qemumips ?= "f8e363f638b283738369155b4a9990b5d0f902a7" |
| 17 | SRCREV_machine_qemuppc ?= "d03753ddb28a1141e550a67c99ac95789a424fc5" | 17 | SRCREV_machine_qemuppc ?= "ecc983477682203619da0e456fa4a8689ac41097" |
| 18 | SRCREV_machine_qemux86 ?= "d03753ddb28a1141e550a67c99ac95789a424fc5" | 18 | SRCREV_machine_qemux86 ?= "ecc983477682203619da0e456fa4a8689ac41097" |
| 19 | SRCREV_machine_qemux86-64 ?= "d03753ddb28a1141e550a67c99ac95789a424fc5" | 19 | SRCREV_machine_qemux86-64 ?= "ecc983477682203619da0e456fa4a8689ac41097" |
| 20 | SRCREV_machine_qemumips64 ?= "351bc6968f63ea6f27cbd7f1678ddc53a9168fd1" | 20 | SRCREV_machine_qemumips64 ?= "1db47ec6c39071b29f82a040b9b9a81584f50461" |
| 21 | SRCREV_machine ?= "d03753ddb28a1141e550a67c99ac95789a424fc5" | 21 | SRCREV_machine ?= "ecc983477682203619da0e456fa4a8689ac41097" |
| 22 | SRCREV_meta ?= "2bdebd11f1a0bc00071ec1467289a7feb5418dde" | 22 | SRCREV_meta ?= "d6e1f4bfc254c677a8dfef92f0ad8c78bdeeea75" |
| 23 | 23 | ||
| 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ |
| 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" |
| 26 | 26 | ||
| 27 | LINUX_VERSION ?= "4.1.22" | 27 | LINUX_VERSION ?= "4.1.24" |
| 28 | 28 | ||
| 29 | PV = "${LINUX_VERSION}+git${SRCPV}" | 29 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 30 | 30 | ||
