summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.12.bb16
3 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
index efa4f05bb0..27675903bc 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
@@ -11,7 +11,7 @@ python () {
11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "51c45f6489df4cdbce78e9c90b8a26fa7e7c875c" 14SRCREV_machine ?= "5683569846208da7b42c8c89e93f3259530ce92d"
15SRCREV_meta ?= "3574bb061c1bfbdcf4df8308870c03f88ef0788f" 15SRCREV_meta ?= "3574bb061c1bfbdcf4df8308870c03f88ef0788f"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
index 78056ee831..e0c43b5cc4 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.12.16"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "4226b065fca4f630901d99b99d18c395ae3866fb" 12SRCREV_machine ?= "1b85adfc0b817bc39efc48dcb3405808daf2b505"
13SRCREV_meta ?= "3574bb061c1bfbdcf4df8308870c03f88ef0788f" 13SRCREV_meta ?= "3574bb061c1bfbdcf4df8308870c03f88ef0788f"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
index 90a00a513d..aec38ecc35 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
11KBRANCH_qemux86-64 ?= "standard/base" 11KBRANCH_qemux86-64 ?= "standard/base"
12KBRANCH_qemumips64 ?= "standard/mti-malta64" 12KBRANCH_qemumips64 ?= "standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "6227bf7bc958840e020930ac250634129919571b" 14SRCREV_machine_qemuarm ?= "355d43fde266ab8062616a8226f63f0fe9ba8693"
15SRCREV_machine_qemuarm64 ?= "4226b065fca4f630901d99b99d18c395ae3866fb" 15SRCREV_machine_qemuarm64 ?= "1b85adfc0b817bc39efc48dcb3405808daf2b505"
16SRCREV_machine_qemumips ?= "16b69ee760d800e7f16a01476a24a87b66702dc6" 16SRCREV_machine_qemumips ?= "db46814f088b53d656be50c1ff8a6ac0e120a312"
17SRCREV_machine_qemuppc ?= "4226b065fca4f630901d99b99d18c395ae3866fb" 17SRCREV_machine_qemuppc ?= "1b85adfc0b817bc39efc48dcb3405808daf2b505"
18SRCREV_machine_qemux86 ?= "4226b065fca4f630901d99b99d18c395ae3866fb" 18SRCREV_machine_qemux86 ?= "1b85adfc0b817bc39efc48dcb3405808daf2b505"
19SRCREV_machine_qemux86-64 ?= "4226b065fca4f630901d99b99d18c395ae3866fb" 19SRCREV_machine_qemux86-64 ?= "1b85adfc0b817bc39efc48dcb3405808daf2b505"
20SRCREV_machine_qemumips64 ?= "4eb2f843b67a8e97619689991b566808212a3677" 20SRCREV_machine_qemumips64 ?= "74b3f662fcc5672389b05ae572858e34a123e570"
21SRCREV_machine ?= "4226b065fca4f630901d99b99d18c395ae3866fb" 21SRCREV_machine ?= "1b85adfc0b817bc39efc48dcb3405808daf2b505"
22SRCREV_meta ?= "3574bb061c1bfbdcf4df8308870c03f88ef0788f" 22SRCREV_meta ?= "3574bb061c1bfbdcf4df8308870c03f88ef0788f"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \