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 980e4b14ed..c939bbabd1 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 ?= "df64f1041f15871cffb254d7136072d1d4859284" -SRCREV_meta ?= "f768e31c67f7c67b27ff2c1ba857eef2367de974" +SRCREV_machine ?= "aa9ab71e9d9539c7f81282a47e87dea79c2e0f4e" +SRCREV_meta ?= "b22e47739683444916dc64548df1dbf6856500a5" 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.10" +LINUX_VERSION ?= "4.8.12" 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 82daf48585..e1de91461f 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.10" +LINUX_VERSION ?= "4.8.12" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "78e5c86c1c194e2045e8eb2c948d00f2dbb1f31c" -SRCREV_meta ?= "f768e31c67f7c67b27ff2c1ba857eef2367de974" +SRCREV_machine ?= "c12f4b364b6638843f5b9049c7fd467503bf30a8" +SRCREV_meta ?= "b22e47739683444916dc64548df1dbf6856500a5" 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 6c7ab52f15..4be4267955 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 ?= "a004864814e34348c6dc5f745af3f775c55c0510" -SRCREV_machine_qemuarm64 ?= "eb61693c773924d742aeea5e03b88d7554db61c3" -SRCREV_machine_qemumips ?= "89f99732db8a8082898a396e67a34472a1017032" -SRCREV_machine_qemuppc ?= "e03132839bac2cef030ff70b3e19c0fb4816a9fd" -SRCREV_machine_qemux86 ?= "9acf42c4475aa0699b2692d7f27f22d699b36337" -SRCREV_machine_qemux86-64 ?= "9acf42c4475aa0699b2692d7f27f22d699b36337" -SRCREV_machine_qemumips64 ?= "ff92ef8e2b67415b5e6fd4cd15489cb43de8c932" -SRCREV_machine ?= "9acf42c4475aa0699b2692d7f27f22d699b36337" -SRCREV_meta ?= "f768e31c67f7c67b27ff2c1ba857eef2367de974" +SRCREV_machine_qemuarm ?= "9e3e856bc06ddaacc5f4075603630fcca76810f7" +SRCREV_machine_qemuarm64 ?= "008b4cdf62307da4e07082fd8782d70ba07500cb" +SRCREV_machine_qemumips ?= "c86ac5b3228b43304d8b2f1d49a0e4bd66207342" +SRCREV_machine_qemuppc ?= "5a245217d5271d1961df408b9a723a4eb188e0bf" +SRCREV_machine_qemux86 ?= "45f25516edd8636f1fec250f6e3020408cd30be9" +SRCREV_machine_qemux86-64 ?= "45f25516edd8636f1fec250f6e3020408cd30be9" +SRCREV_machine_qemumips64 ?= "7bfa2a19b1aa9f1389f8276d6a7669472517b18a" +SRCREV_machine ?= "45f25516edd8636f1fec250f6e3020408cd30be9" +SRCREV_meta ?= "b22e47739683444916dc64548df1dbf6856500a5" 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.10" +LINUX_VERSION ?= "4.8.12" PV = "${LINUX_VERSION}+git${SRCPV}" |