summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.19.bb20
2 files changed, 13 insertions, 13 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
index 0631c5e551..15fc536e0a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
@@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig"
4 4
5require recipes-kernel/linux/linux-yocto.inc 5require recipes-kernel/linux/linux-yocto.inc
6 6
7LINUX_VERSION ?= "3.19.2" 7LINUX_VERSION ?= "3.19.5"
8 8
9KMETA = "meta" 9KMETA = "meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5" 12SRCREV_machine ?= "d5d30ba4d20e65c15df624ffce7a5cd38150348b"
13SRCREV_meta ?= "9e70b482d3773abf92c9c5850e134cbca1d5651f" 13SRCREV_meta ?= "1b28e65444c0da26c347eba6272984547ab4983b"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.19.bb b/meta/recipes-kernel/linux/linux-yocto_3.19.bb
index 9b19eb299b..e47e22b396 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.19.bb
@@ -11,19 +11,19 @@ KBRANCH_qemux86 ?= "standard/common-pc"
11KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" 11KBRANCH_qemux86-64 ?= "standard/common-pc-64/base"
12KBRANCH_qemumips64 ?= "standard/mti-malta64" 12KBRANCH_qemumips64 ?= "standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "473e2f3788730c51e82714a9785325b6308f6762" 14SRCREV_machine_qemuarm ?= "4f9b327ff33521c08ed279891e2a2099b5504d0e"
15SRCREV_machine_qemuarm64 ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5" 15SRCREV_machine_qemuarm64 ?= "d5d30ba4d20e65c15df624ffce7a5cd38150348b"
16SRCREV_machine_qemumips ?= "d43f1cbf282d020f7aa31d68a54b2876d2c0e81b" 16SRCREV_machine_qemumips ?= "03b975caa49e6e1693d6fe5fec8f316e0481ead5"
17SRCREV_machine_qemuppc ?= "35de413056b86191963ffe686913da31b978a9b3" 17SRCREV_machine_qemuppc ?= "9a3edc9c341e6f57423f2b4b218b83a84fc2726d"
18SRCREV_machine_qemux86 ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5" 18SRCREV_machine_qemux86 ?= "d5d30ba4d20e65c15df624ffce7a5cd38150348b"
19SRCREV_machine_qemux86-64 ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5" 19SRCREV_machine_qemux86-64 ?= "d5d30ba4d20e65c15df624ffce7a5cd38150348b"
20SRCREV_machine_qemumips64 ?= "d35649ef8cbb0a0404be5c721377b138866181ad" 20SRCREV_machine_qemumips64 ?= "f631de1c3df29a85a4b882acf19682fe05eec0f3"
21SRCREV_machine ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5" 21SRCREV_machine ?= "d5d30ba4d20e65c15df624ffce7a5cd38150348b"
22SRCREV_meta ?= "9e70b482d3773abf92c9c5850e134cbca1d5651f" 22SRCREV_meta ?= "1b28e65444c0da26c347eba6272984547ab4983b"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
25 25
26LINUX_VERSION ?= "3.19.2" 26LINUX_VERSION ?= "3.19.5"
27 27
28PV = "${LINUX_VERSION}+git${SRCPV}" 28PV = "${LINUX_VERSION}+git${SRCPV}"
29 29