summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.19.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.19.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.19.bb20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.19.bb b/meta/recipes-kernel/linux/linux-yocto_3.19.bb
index 31321c55e9..ac1856abce 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 ?= "a40304a6dfdad6618420854121ee91cf09481bd4" 14SRCREV_machine_qemuarm ?= "473e2f3788730c51e82714a9785325b6308f6762"
15SRCREV_machine_qemuarm64 ?= "8c38c1015bbb5fc121018f67ed45a7eb2f357cfe" 15SRCREV_machine_qemuarm64 ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5"
16SRCREV_machine_qemumips ?= "6f1c5213591d7a35efc542a0971c70dcd16ea00e" 16SRCREV_machine_qemumips ?= "d43f1cbf282d020f7aa31d68a54b2876d2c0e81b"
17SRCREV_machine_qemuppc ?= "6b9a1cb9e10e76d8a3102c046656c93651fde9ab" 17SRCREV_machine_qemuppc ?= "35de413056b86191963ffe686913da31b978a9b3"
18SRCREV_machine_qemux86 ?= "8c38c1015bbb5fc121018f67ed45a7eb2f357cfe" 18SRCREV_machine_qemux86 ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5"
19SRCREV_machine_qemux86-64 ?= "8c38c1015bbb5fc121018f67ed45a7eb2f357cfe" 19SRCREV_machine_qemux86-64 ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5"
20SRCREV_machine_qemumips64 ?= "723d6e1eb8dfa06f374d925d2c36e22feb1a2c86" 20SRCREV_machine_qemumips64 ?= "d35649ef8cbb0a0404be5c721377b138866181ad"
21SRCREV_machine ?= "8c38c1015bbb5fc121018f67ed45a7eb2f357cfe" 21SRCREV_machine ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5"
22SRCREV_meta ?= "e3303ca4bd7d7a5a3d9a9a9a9467c4c70db4258d" 22SRCREV_meta ?= "8fc194deced3f83e78b0671c6ff8b45bdb7f80e7"
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.1" 26LINUX_VERSION ?= "3.19.2"
27 27
28PV = "${LINUX_VERSION}+git${SRCPV}" 28PV = "${LINUX_VERSION}+git${SRCPV}"
29 29