diff options
-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 fc1c40caf7b..00c3d2c7bc1 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 ?= "b266f7ba78f0cb3d7073e1bf7bd7dfc92bec7431" -SRCREV_meta ?= "552a83790b1797b6dd4e4c48ff5bc8f215ed57da" +SRCREV_machine ?= "320bceb35315d118c1e209effd441eb8a8dbad57" +SRCREV_meta ?= "6d028d2818603cd82cfb707b3231b8a9038f13bb" 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" +LINUX_VERSION ?= "4.8.3" 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 41ff5637ec5..799c3f37577 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" +LINUX_VERSION ?= "4.8.3" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "67813e7efa3a4614e209c2f058d92ef9a636441a" -SRCREV_meta ?= "552a83790b1797b6dd4e4c48ff5bc8f215ed57da" +SRCREV_machine ?= "1adf9d36338dc3c63cdbf6f98bcbdc7bba42a794" +SRCREV_meta ?= "6d028d2818603cd82cfb707b3231b8a9038f13bb" 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 5738f4974b9..56fbfc7001b 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 ?= "f46e49344b4c66a6f0917c5a2e9a1d146176519d" -SRCREV_machine_qemuarm64 ?= "67813e7efa3a4614e209c2f058d92ef9a636441a" -SRCREV_machine_qemumips ?= "5a299402ae58d61429ab091f94748550efe45858" -SRCREV_machine_qemuppc ?= "67813e7efa3a4614e209c2f058d92ef9a636441a" -SRCREV_machine_qemux86 ?= "67813e7efa3a4614e209c2f058d92ef9a636441a" -SRCREV_machine_qemux86-64 ?= "67813e7efa3a4614e209c2f058d92ef9a636441a" -SRCREV_machine_qemumips64 ?= "674818dad577cdfc23c6c857aa2b769fc64e379c" -SRCREV_machine ?= "67813e7efa3a4614e209c2f058d92ef9a636441a" -SRCREV_meta ?= "552a83790b1797b6dd4e4c48ff5bc8f215ed57da" +SRCREV_machine_qemuarm ?= "4cc544ad09ad704322cb66fe4ba197a6a05dc71f" +SRCREV_machine_qemuarm64 ?= "1adf9d36338dc3c63cdbf6f98bcbdc7bba42a794" +SRCREV_machine_qemumips ?= "c285969d4f9376a671167ecf397578c8ad3e6a75" +SRCREV_machine_qemuppc ?= "1adf9d36338dc3c63cdbf6f98bcbdc7bba42a794" +SRCREV_machine_qemux86 ?= "1adf9d36338dc3c63cdbf6f98bcbdc7bba42a794" +SRCREV_machine_qemux86-64 ?= "1adf9d36338dc3c63cdbf6f98bcbdc7bba42a794" +SRCREV_machine_qemumips64 ?= "64f96ba530e58456070f26b0f3fcce3f64988b72" +SRCREV_machine ?= "1adf9d36338dc3c63cdbf6f98bcbdc7bba42a794" +SRCREV_meta ?= "6d028d2818603cd82cfb707b3231b8a9038f13bb" 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" +LINUX_VERSION ?= "4.8.3" PV = "${LINUX_VERSION}+git${SRCPV}" |