diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.19.bb | 2 |
2 files changed, 2 insertions, 2 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 d5a07dd689..0631c5e551 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | |||
@@ -10,7 +10,7 @@ KMETA = "meta" | |||
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5" | 12 | SRCREV_machine ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5" |
13 | SRCREV_meta ?= "8fc194deced3f83e78b0671c6ff8b45bdb7f80e7" | 13 | SRCREV_meta ?= "9e70b482d3773abf92c9c5850e134cbca1d5651f" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${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 ac1856abce..9b19eb299b 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.19.bb | |||
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5" | |||
19 | SRCREV_machine_qemux86-64 ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5" | 19 | SRCREV_machine_qemux86-64 ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5" |
20 | SRCREV_machine_qemumips64 ?= "d35649ef8cbb0a0404be5c721377b138866181ad" | 20 | SRCREV_machine_qemumips64 ?= "d35649ef8cbb0a0404be5c721377b138866181ad" |
21 | SRCREV_machine ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5" | 21 | SRCREV_machine ?= "31b35da6a5c8a2b162f6c33202e9b64dd13757d5" |
22 | SRCREV_meta ?= "8fc194deced3f83e78b0671c6ff8b45bdb7f80e7" | 22 | SRCREV_meta ?= "9e70b482d3773abf92c9c5850e134cbca1d5651f" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
25 | 25 | ||