From 9c0c00e7b8d330533f7e83638050f1030a0cbf89 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 7 Jul 2016 14:39:09 -0400 Subject: linux-yocto/4.4: update to v4.4.14 Updating the korg -stable release. Signed-off-by: Bruce Ashfield Signed-off-by: Ross Burton --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_4.4.bb | 20 ++++++++++---------- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'meta/recipes-kernel/linux') 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 63b2c7f2ce..6bf0c119dc 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb @@ -12,12 +12,12 @@ python () { } SRCREV_machine ?= "3bdc347cc2087a0217e3acddccda5bb775cd570b" -SRCREV_meta ?= "01ac19ede037b753d2b3f0adb20ab1becb7e1511" +SRCREV_meta ?= "e775f4ed1e1358ce0647751e69cc54aa9d5d5d06" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" -LINUX_VERSION ?= "4.4.13" +LINUX_VERSION ?= "4.4.14" PV = "${LINUX_VERSION}+git${SRCPV}" 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 51cca1283a..5da74c7acc 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" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "4.4.13" +LINUX_VERSION ?= "4.4.14" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560" -SRCREV_meta ?= "01ac19ede037b753d2b3f0adb20ab1becb7e1511" +SRCREV_machine ?= "62acc21a6d4492d649fd6361c9cd18b9624845c6" +SRCREV_meta ?= "e775f4ed1e1358ce0647751e69cc54aa9d5d5d06" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb index bfcf04dbc2..cd24a25e45 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" KBRANCH_qemux86-64 ?= "standard/base" KBRANCH_qemumips64 ?= "standard/mti-malta64" -SRCREV_machine_qemuarm ?= "a261c06c3a13eec8ef48c2929a1cfdcceb5268a9" -SRCREV_machine_qemuarm64 ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560" -SRCREV_machine_qemumips ?= "b4bde84e42e4b62702421a2c091072e97196e03c" -SRCREV_machine_qemuppc ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560" -SRCREV_machine_qemux86 ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560" -SRCREV_machine_qemux86-64 ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560" -SRCREV_machine_qemumips64 ?= "14a513a5ba6a6b6968347014040d800496339622" -SRCREV_machine ?= "0e30a74f2cbbab0c7014561fe4eab1c9d8bfe560" -SRCREV_meta ?= "01ac19ede037b753d2b3f0adb20ab1becb7e1511" +SRCREV_machine_qemuarm ?= "06702ee20de46795634c3f4e6497a73935856c99" +SRCREV_machine_qemuarm64 ?= "62acc21a6d4492d649fd6361c9cd18b9624845c6" +SRCREV_machine_qemumips ?= "b7cb5132e86d30640da745b8c36727291e7109e6" +SRCREV_machine_qemuppc ?= "62acc21a6d4492d649fd6361c9cd18b9624845c6" +SRCREV_machine_qemux86 ?= "62acc21a6d4492d649fd6361c9cd18b9624845c6" +SRCREV_machine_qemux86-64 ?= "62acc21a6d4492d649fd6361c9cd18b9624845c6" +SRCREV_machine_qemumips64 ?= "53c911666987c77a3171db8291d4b6df83836620" +SRCREV_machine ?= "62acc21a6d4492d649fd6361c9cd18b9624845c6" +SRCREV_meta ?= "e775f4ed1e1358ce0647751e69cc54aa9d5d5d06" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" -LINUX_VERSION ?= "4.4.13" +LINUX_VERSION ?= "4.4.14" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg