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 | 16 |
2 files changed, 9 insertions, 9 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 50a426d665..d8f8d498ad 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | |||
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.19.5" | |||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "0a0d499541e2bb13ecc1001d0947bed6106c26a6" | 12 | SRCREV_machine ?= "0befa35f40997c90936047e57fbbdd7edbf7e525" |
13 | SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892" | 13 | SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.19.bb b/meta/recipes-kernel/linux/linux-yocto_3.19.bb index 429c019ece..b6ec61a43b 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.19.bb | |||
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/common-pc" | |||
11 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | 11 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "060c6306d0be2726638ab18bd68977de4c7a38e5" | 14 | SRCREV_machine_qemuarm ?= "123f12cf162082802442d70701d83749376c45df" |
15 | SRCREV_machine_qemuarm64 ?= "0a0d499541e2bb13ecc1001d0947bed6106c26a6" | 15 | SRCREV_machine_qemuarm64 ?= "0befa35f40997c90936047e57fbbdd7edbf7e525" |
16 | SRCREV_machine_qemumips ?= "4b206f611f6d4c35a27a44e24ba0cedfc71301ec" | 16 | SRCREV_machine_qemumips ?= "c6bc6e6a10b188f96b9761411421be78ee67aa75" |
17 | SRCREV_machine_qemuppc ?= "18e00694ed76d18bf020e3288a6fdce63412887d" | 17 | SRCREV_machine_qemuppc ?= "b79584c854f875890d708d7fb3cda85430a9d3ec" |
18 | SRCREV_machine_qemux86 ?= "0a0d499541e2bb13ecc1001d0947bed6106c26a6" | 18 | SRCREV_machine_qemux86 ?= "0befa35f40997c90936047e57fbbdd7edbf7e525" |
19 | SRCREV_machine_qemux86-64 ?= "0a0d499541e2bb13ecc1001d0947bed6106c26a6" | 19 | SRCREV_machine_qemux86-64 ?= "0befa35f40997c90936047e57fbbdd7edbf7e525" |
20 | SRCREV_machine_qemumips64 ?= "0e31a9b3e54a2c87645f34bcbbe704ac62c04602" | 20 | SRCREV_machine_qemumips64 ?= "b25c62fa52d51dac118b0eed20b8d5971434fa80" |
21 | SRCREV_machine ?= "0a0d499541e2bb13ecc1001d0947bed6106c26a6" | 21 | SRCREV_machine ?= "0befa35f40997c90936047e57fbbdd7edbf7e525" |
22 | SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892" | 22 | SRCREV_meta ?= "7215fe431391a322c7e39f410e7b8f2a2b507892" |
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" |