summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.12.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.12.bb20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
index ac98ca85fc..0aea05b83f 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
@@ -11,22 +11,22 @@ 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 ?= "86b02dd23be1e3b3449885b38ed1b876ebec31e8" 14SRCREV_machine_qemuarm ?= "b84ecefc243a6ed67d8b6020394963de1240a9f0"
15SRCREV_machine_qemuarm64 ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" 15SRCREV_machine_qemuarm64 ?= "e562267bae5b518acca880c929fbbdf6be047e0a"
16SRCREV_machine_qemumips ?= "67b93101c52504fd5077166c70baa296190e6166" 16SRCREV_machine_qemumips ?= "15b1ab68f73fa60dd95a74c640e87e05fad1716d"
17SRCREV_machine_qemuppc ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" 17SRCREV_machine_qemuppc ?= "e562267bae5b518acca880c929fbbdf6be047e0a"
18SRCREV_machine_qemux86 ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" 18SRCREV_machine_qemux86 ?= "e562267bae5b518acca880c929fbbdf6be047e0a"
19SRCREV_machine_qemux86-64 ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" 19SRCREV_machine_qemux86-64 ?= "e562267bae5b518acca880c929fbbdf6be047e0a"
20SRCREV_machine_qemumips64 ?= "38da8c72733da9619bbbddf14140204631faf488" 20SRCREV_machine_qemumips64 ?= "57a3f72a020fc84f2da5b0b4c5de4cdbc22b3284"
21SRCREV_machine ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" 21SRCREV_machine ?= "e562267bae5b518acca880c929fbbdf6be047e0a"
22SRCREV_meta ?= "367bd3633d5a661035f90f0b8daa38e97da1a587" 22SRCREV_meta ?= "2ae65226f64ed5c888d60eef76b6249db678d060"
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}; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
26 26
27DEPENDS += "openssl-native util-linux-native" 27DEPENDS += "openssl-native util-linux-native"
28 28
29LINUX_VERSION ?= "4.12.26" 29LINUX_VERSION ?= "4.12.28"
30 30
31PV = "${LINUX_VERSION}+git${SRCPV}" 31PV = "${LINUX_VERSION}+git${SRCPV}"
32 32