diff options
Diffstat (limited to 'meta/recipes-kernel')
-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 390b0b72c1..278a900c16 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 () { raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "15a97653eb794367a2b12bfeaf68f0104f8213e3" -SRCREV_meta ?= "864bc5736aa58c510713e7b76d205d5341377972" +SRCREV_machine ?= "95f418b97f423e43d144884dc0bd6de207752ad0" +SRCREV_meta ?= "271b0c8d5128f0cb18ed413cc59f683132ff8e3f" 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.53" +LINUX_VERSION ?= "4.4.56" 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 35cc2b1b7a..fcc7e0438c 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.53" +LINUX_VERSION ?= "4.4.56" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "cebe1ad56aebd89e0de29412e19433fb441bf13c" -SRCREV_meta ?= "864bc5736aa58c510713e7b76d205d5341377972" +SRCREV_machine ?= "2525fc844188708834929d119cecdc2f6ae3c88a" +SRCREV_meta ?= "271b0c8d5128f0cb18ed413cc59f683132ff8e3f" 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 70c3beecb3..e3153a783a 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 ?= "96c11ef2a20975febadc839abaae3127731de642" -SRCREV_machine_qemuarm64 ?= "cebe1ad56aebd89e0de29412e19433fb441bf13c" -SRCREV_machine_qemumips ?= "e22a4ddcb6472ae6f258c16af1b38e8e5866c5eb" -SRCREV_machine_qemuppc ?= "cebe1ad56aebd89e0de29412e19433fb441bf13c" -SRCREV_machine_qemux86 ?= "cebe1ad56aebd89e0de29412e19433fb441bf13c" -SRCREV_machine_qemux86-64 ?= "cebe1ad56aebd89e0de29412e19433fb441bf13c" -SRCREV_machine_qemumips64 ?= "ca07238310e9ef502adbb1416e9f327657886343" -SRCREV_machine ?= "cebe1ad56aebd89e0de29412e19433fb441bf13c" -SRCREV_meta ?= "864bc5736aa58c510713e7b76d205d5341377972" +SRCREV_machine_qemuarm ?= "01aaede0a243457a3557167d40488d89335d9e73" +SRCREV_machine_qemuarm64 ?= "2525fc844188708834929d119cecdc2f6ae3c88a" +SRCREV_machine_qemumips ?= "c7ac6707736e0e7b93d93428d805df356a9f3888" +SRCREV_machine_qemuppc ?= "2525fc844188708834929d119cecdc2f6ae3c88a" +SRCREV_machine_qemux86 ?= "2525fc844188708834929d119cecdc2f6ae3c88a" +SRCREV_machine_qemux86-64 ?= "2525fc844188708834929d119cecdc2f6ae3c88a" +SRCREV_machine_qemumips64 ?= "6af68e1545ba85755591a1495c6d34b29ac61406" +SRCREV_machine ?= "2525fc844188708834929d119cecdc2f6ae3c88a" +SRCREV_meta ?= "271b0c8d5128f0cb18ed413cc59f683132ff8e3f" 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.53" +LINUX_VERSION ?= "4.4.56" PV = "${LINUX_VERSION}+git${SRCPV}" |