diff options
| author | Armin Kuster <akuster808@gmail.com> | 2017-09-21 16:14:13 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-10 17:27:39 +0100 |
| commit | ec31268aea86f1f4ee4927b32b8c6c044dbbffc8 (patch) | |
| tree | d1def9ccfe86718f6e7781020bb158cac36de40f | |
| parent | 0582ea3d8ec5e0e847b2444894cbad005be6c481 (diff) | |
| download | poky-ec31268aea86f1f4ee4927b32b8c6c044dbbffc8.tar.gz | |
linux-yocto/4.4: update to 4.4.87 plus bluetooth: CVE-2017-1000251
(From OE-Core rev: aadd6461cfd2d296df79efc253b7edbbe80f40f0)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.4.bb | 20 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index 1f73f0c75f..fe1b0fcb84 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.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 ?= "1af95315c6ab3672c8c7191873ef041a6c29ad70" | 14 | SRCREV_machine ?= "1e691db7af642fff0222a1f1d1e9043c172699d5" |
| 15 | SRCREV_meta ?= "d6733af2080f8c0775569adc0826eb0c8954fc5e" | 15 | SRCREV_meta ?= "804d2b3164ec25ed519fd695de9aa0908460c92e" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ |
| 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |
| 19 | 19 | ||
| 20 | LINUX_VERSION ?= "4.4.60" | 20 | LINUX_VERSION ?= "4.4.87" |
| 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.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb index 04f719c5d0..50b9a56a00 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.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.4.60" | 7 | LINUX_VERSION ?= "4.4.87" |
| 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 ?= "0298d3765a5c474ff5776284d49111276510d4b4" | 12 | SRCREV_machine ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699" |
| 13 | SRCREV_meta ?= "d6733af2080f8c0775569adc0826eb0c8954fc5e" | 13 | SRCREV_meta ?= "804d2b3164ec25ed519fd695de9aa0908460c92e" |
| 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.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb index d0eed65594..d300e69489 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.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 ?= "7d2a3c70d62f1e7f4eba571c49ff299db2bb3829" | 14 | SRCREV_machine_qemuarm ?= "840e2c02dde98ee9c584cacdd5bb0812e9dcd016" |
| 15 | SRCREV_machine_qemuarm64 ?= "0298d3765a5c474ff5776284d49111276510d4b4" | 15 | SRCREV_machine_qemuarm64 ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699" |
| 16 | SRCREV_machine_qemumips ?= "6100965a51cf6b99f57cf8234aa982beb79455c9" | 16 | SRCREV_machine_qemumips ?= "27a547fe77b05ae63c3b973a029c3933ef62c164" |
| 17 | SRCREV_machine_qemuppc ?= "0298d3765a5c474ff5776284d49111276510d4b4" | 17 | SRCREV_machine_qemuppc ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699" |
| 18 | SRCREV_machine_qemux86 ?= "0298d3765a5c474ff5776284d49111276510d4b4" | 18 | SRCREV_machine_qemux86 ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699" |
| 19 | SRCREV_machine_qemux86-64 ?= "0298d3765a5c474ff5776284d49111276510d4b4" | 19 | SRCREV_machine_qemux86-64 ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699" |
| 20 | SRCREV_machine_qemumips64 ?= "522e709fd7088e1a55e7a4708b1a07caa2ca4336" | 20 | SRCREV_machine_qemumips64 ?= "7e333c223b568704cc3303b2e922ff85a2a8f7ef" |
| 21 | SRCREV_machine ?= "0298d3765a5c474ff5776284d49111276510d4b4" | 21 | SRCREV_machine ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699" |
| 22 | SRCREV_meta ?= "d6733af2080f8c0775569adc0826eb0c8954fc5e" | 22 | SRCREV_meta ?= "804d2b3164ec25ed519fd695de9aa0908460c92e" |
| 23 | 23 | ||
| 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ |
| 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |
| 26 | 26 | ||
| 27 | LINUX_VERSION ?= "4.4.60" | 27 | LINUX_VERSION ?= "4.4.87" |
| 28 | 28 | ||
| 29 | PV = "${LINUX_VERSION}+git${SRCPV}" | 29 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 30 | 30 | ||
