diff options
-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 80d54f4ca0..7251c07fce 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb @@ -2,13 +2,13 @@ KBRANCH ?= "standard/preempt-rt" require recipes-kernel/linux/linux-yocto.inc -SRCREV_machine ?= "48ef1e28a2a8904d287f9fde5f35d506ac42f4bb" -SRCREV_meta ?= "4d2d541ae090e9646e6fb06ad296bdba54fd7497" +SRCREV_machine ?= "853991833cc5140ca25450e81bf6b822d537a6ac" +SRCREV_meta ?= "8b6a7d80344837fd64163008521a31a6f891313e" 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.2" +LINUX_VERSION ?= "4.4.3" 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 c840f77179..0d35bc3ce8 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.2" +LINUX_VERSION ?= "4.4.3" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "abb7da90b75c0f2e0bd2f57da3ddbbe8ab670f73" -SRCREV_meta ?= "4d2d541ae090e9646e6fb06ad296bdba54fd7497" +SRCREV_machine ?= "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2" +SRCREV_meta ?= "8b6a7d80344837fd64163008521a31a6f891313e" 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 dc7f75e1b9..c5f160d786 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 ?= "10de32377332ffc163525e850817780f5c577827" -SRCREV_machine_qemuarm64 ?= "abb7da90b75c0f2e0bd2f57da3ddbbe8ab670f73" -SRCREV_machine_qemumips ?= "6b8a34fc2d605ac87c4769670a8ea05804779ad0" -SRCREV_machine_qemuppc ?= "abb7da90b75c0f2e0bd2f57da3ddbbe8ab670f73" -SRCREV_machine_qemux86 ?= "abb7da90b75c0f2e0bd2f57da3ddbbe8ab670f73" -SRCREV_machine_qemux86-64 ?= "abb7da90b75c0f2e0bd2f57da3ddbbe8ab670f73" -SRCREV_machine_qemumips64 ?= "ebc3b0add55a3906616334fd4179b5dc04128276" -SRCREV_machine ?= "abb7da90b75c0f2e0bd2f57da3ddbbe8ab670f73" -SRCREV_meta ?= "4d2d541ae090e9646e6fb06ad296bdba54fd7497" +SRCREV_machine_qemuarm ?= "fa6a2f888d8adfe03b24ef32654be470960aed41" +SRCREV_machine_qemuarm64 ?= "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2" +SRCREV_machine_qemumips ?= "a23b6eb1c5bca3bde2a9f94d9059274fff7da281" +SRCREV_machine_qemuppc ?= "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2" +SRCREV_machine_qemux86 ?= "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2" +SRCREV_machine_qemux86-64 ?= "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2" +SRCREV_machine_qemumips64 ?= "8bbcb369cf605d1ada384f4b950da2abc5d1f4cc" +SRCREV_machine ?= "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2" +SRCREV_meta ?= "8b6a7d80344837fd64163008521a31a6f891313e" 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.2" +LINUX_VERSION ?= "4.4.3" PV = "${LINUX_VERSION}+git${SRCPV}" |