diff options
| author | Armin Kuster <akuster808@gmail.com> | 2017-09-21 16:26:45 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-10 17:27:39 +0100 |
| commit | a0e04be74645ca1fc74597cc54d0128962d8239e (patch) | |
| tree | da0c43c1ecf5e96f1ac029d3e0d2ead3383f0c9b /meta/recipes-kernel | |
| parent | ec31268aea86f1f4ee4927b32b8c6c044dbbffc8 (diff) | |
| download | poky-a0e04be74645ca1fc74597cc54d0128962d8239e.tar.gz | |
lunux-yocto/4.8: update to 4.8.25 plus bluetooth: CVE-2017-1000251
(From OE-Core rev: fdb9c64f225eaf94c9087dfac52ed6a7779b0744)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.8.bb | 20 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb index e65bc18e65..e7c57b89f2 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.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 ?= "7f56c6365d0d677d5fe6ca73f1b2ab6640b523a3" | 14 | SRCREV_machine ?= "65ace0d407702823312d50633d8079794d85c30d" |
| 15 | SRCREV_meta ?= "c84532b6475fd78b878507a481e2c04714341c07" | 15 | SRCREV_meta ?= "76db2c6ca67b9b3597257684a027344d11b1bc81" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \ |
| 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" |
| 19 | 19 | ||
| 20 | LINUX_VERSION ?= "4.8.24" | 20 | LINUX_VERSION ?= "4.8.25" |
| 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.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb index a0aa085be3..8a855598a2 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.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.8.24" | 7 | LINUX_VERSION ?= "4.8.25" |
| 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 ?= "6a134d2553b9c25ce8acb67b807fe0feb1b01430" | 12 | SRCREV_machine ?= "39c746a1aef2c1a5072ca1ea6742b697478fa465" |
| 13 | SRCREV_meta ?= "c84532b6475fd78b878507a481e2c04714341c07" | 13 | SRCREV_meta ?= "76db2c6ca67b9b3597257684a027344d11b1bc81" |
| 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.8.bb b/meta/recipes-kernel/linux/linux-yocto_4.8.bb index bfd52d24ee..c792fe78a7 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.8.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 ?= "f25e3a184bf0ac7b12ec9c98d71439f4ac911974" | 14 | SRCREV_machine_qemuarm ?= "6d64d98ab2bfa4dabfb6028f99cdc02ae248d746" |
| 15 | SRCREV_machine_qemuarm64 ?= "b9c5f19c82c717b014eab5dc404b9489badbfc8f" | 15 | SRCREV_machine_qemuarm64 ?= "744d778aeb472124f51371c55073788863d6ba2b" |
| 16 | SRCREV_machine_qemumips ?= "79e11192ca2c1acc714214c2125a8c0296c00413" | 16 | SRCREV_machine_qemumips ?= "d0f1efc4940a0a35d4b54cbc5933f39f0213dabb" |
| 17 | SRCREV_machine_qemuppc ?= "7a688297cc810a614f0329371d1389e550a98504" | 17 | SRCREV_machine_qemuppc ?= "2acced5ac2d1769e45f417f8905c10a385679b0e" |
| 18 | SRCREV_machine_qemux86 ?= "f6329fd2875778192c03e08be02730180cb0dc71" | 18 | SRCREV_machine_qemux86 ?= "72d0c1a637e260c25a4299c230910dd1210cd0cf" |
| 19 | SRCREV_machine_qemux86-64 ?= "f6329fd2875778192c03e08be02730180cb0dc71" | 19 | SRCREV_machine_qemux86-64 ?= "72d0c1a637e260c25a4299c230910dd1210cd0cf" |
| 20 | SRCREV_machine_qemumips64 ?= "d619311dd8ea9ee95d80d937f08fb2c70c1dc50c" | 20 | SRCREV_machine_qemumips64 ?= "4202750d69c880a21b3e38e58b270486ad7d2786" |
| 21 | SRCREV_machine ?= "f6329fd2875778192c03e08be02730180cb0dc71" | 21 | SRCREV_machine ?= "72d0c1a637e260c25a4299c230910dd1210cd0cf" |
| 22 | SRCREV_meta ?= "c84532b6475fd78b878507a481e2c04714341c07" | 22 | SRCREV_meta ?= "76db2c6ca67b9b3597257684a027344d11b1bc81" |
| 23 | 23 | ||
| 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \ |
| 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" |
| 26 | 26 | ||
| 27 | LINUX_VERSION ?= "4.8.24" | 27 | LINUX_VERSION ?= "4.8.25" |
| 28 | 28 | ||
| 29 | PV = "${LINUX_VERSION}+git${SRCPV}" | 29 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 30 | 30 | ||
