From a0e04be74645ca1fc74597cc54d0128962d8239e Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 21 Sep 2017 16:26:45 -0700 Subject: lunux-yocto/4.8: update to 4.8.25 plus bluetooth: CVE-2017-1000251 (From OE-Core rev: fdb9c64f225eaf94c9087dfac52ed6a7779b0744) Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_4.8.bb | 20 ++++++++++---------- 3 files changed, 16 insertions(+), 16 deletions(-) (limited to 'meta/recipes-kernel') 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 () { raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "7f56c6365d0d677d5fe6ca73f1b2ab6640b523a3" -SRCREV_meta ?= "c84532b6475fd78b878507a481e2c04714341c07" +SRCREV_machine ?= "65ace0d407702823312d50633d8079794d85c30d" +SRCREV_meta ?= "76db2c6ca67b9b3597257684a027344d11b1bc81" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" -LINUX_VERSION ?= "4.8.24" +LINUX_VERSION ?= "4.8.25" PV = "${LINUX_VERSION}+git${SRCPV}" 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" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "4.8.24" +LINUX_VERSION ?= "4.8.25" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "6a134d2553b9c25ce8acb67b807fe0feb1b01430" -SRCREV_meta ?= "c84532b6475fd78b878507a481e2c04714341c07" +SRCREV_machine ?= "39c746a1aef2c1a5072ca1ea6742b697478fa465" +SRCREV_meta ?= "76db2c6ca67b9b3597257684a027344d11b1bc81" PV = "${LINUX_VERSION}+git${SRCPV}" 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" KBRANCH_qemux86-64 ?= "standard/base" KBRANCH_qemumips64 ?= "standard/mti-malta64" -SRCREV_machine_qemuarm ?= "f25e3a184bf0ac7b12ec9c98d71439f4ac911974" -SRCREV_machine_qemuarm64 ?= "b9c5f19c82c717b014eab5dc404b9489badbfc8f" -SRCREV_machine_qemumips ?= "79e11192ca2c1acc714214c2125a8c0296c00413" -SRCREV_machine_qemuppc ?= "7a688297cc810a614f0329371d1389e550a98504" -SRCREV_machine_qemux86 ?= "f6329fd2875778192c03e08be02730180cb0dc71" -SRCREV_machine_qemux86-64 ?= "f6329fd2875778192c03e08be02730180cb0dc71" -SRCREV_machine_qemumips64 ?= "d619311dd8ea9ee95d80d937f08fb2c70c1dc50c" -SRCREV_machine ?= "f6329fd2875778192c03e08be02730180cb0dc71" -SRCREV_meta ?= "c84532b6475fd78b878507a481e2c04714341c07" +SRCREV_machine_qemuarm ?= "6d64d98ab2bfa4dabfb6028f99cdc02ae248d746" +SRCREV_machine_qemuarm64 ?= "744d778aeb472124f51371c55073788863d6ba2b" +SRCREV_machine_qemumips ?= "d0f1efc4940a0a35d4b54cbc5933f39f0213dabb" +SRCREV_machine_qemuppc ?= "2acced5ac2d1769e45f417f8905c10a385679b0e" +SRCREV_machine_qemux86 ?= "72d0c1a637e260c25a4299c230910dd1210cd0cf" +SRCREV_machine_qemux86-64 ?= "72d0c1a637e260c25a4299c230910dd1210cd0cf" +SRCREV_machine_qemumips64 ?= "4202750d69c880a21b3e38e58b270486ad7d2786" +SRCREV_machine ?= "72d0c1a637e260c25a4299c230910dd1210cd0cf" +SRCREV_meta ?= "76db2c6ca67b9b3597257684a027344d11b1bc81" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" -LINUX_VERSION ?= "4.8.24" +LINUX_VERSION ?= "4.8.25" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit v1.2.3-54-g00ecf