diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.10.bb | 14 |
3 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb index 9b0c5d3e23..fe6773a5ec 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | |||
@@ -3,8 +3,8 @@ require recipes-kernel/linux/linux-yocto.inc | |||
3 | KBRANCH = "standard/preempt-rt/base" | 3 | KBRANCH = "standard/preempt-rt/base" |
4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" | 4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" |
5 | 5 | ||
6 | SRCREV_machine ?= "f121a3aa028df37b8050779adaa239d29aaa2edd" | 6 | SRCREV_machine ?= "f4351616572c6ad5a8b71b1becf02c3e779b85b8" |
7 | SRCREV_machine_qemuppc ?= "7172d3cbc73584e724b61ef5d13fc3519720f4c0" | 7 | SRCREV_machine_qemuppc ?= "a6dfc85e99633d739068a03d2551e39847628551" |
8 | SRCREV_meta ?= "df3aa753c8826127fb5ad811d56d57168551d6e4" | 8 | SRCREV_meta ?= "df3aa753c8826127fb5ad811d56d57168551d6e4" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb index baa82fd886..123f3070d9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | |||
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.10.34" | |||
9 | 9 | ||
10 | KMETA = "meta" | 10 | KMETA = "meta" |
11 | 11 | ||
12 | SRCREV_machine ?= "2ee37bfe732c73f7d39af55875ce8d30b282471c" | 12 | SRCREV_machine ?= "c7739be126930006e3bfbdb2fb070a967abc5e09" |
13 | SRCREV_meta ?= "df3aa753c8826127fb5ad811d56d57168551d6e4" | 13 | SRCREV_meta ?= "df3aa753c8826127fb5ad811d56d57168551d6e4" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb index 56fbd07c21..49dd13db68 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb | |||
@@ -11,13 +11,13 @@ KBRANCH_qemux86 = "standard/common-pc/base" | |||
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 ?= "e18e8c2c7cad913a25342f9f860eeeefce24b8aa" | 14 | SRCREV_machine_qemuarm ?= "0e99eabbe5b3bec853ace496f94612bc37800260" |
15 | SRCREV_machine_qemumips ?= "6f191aaecfdbebda450cec4a1f30fb0d1a2ed889" | 15 | SRCREV_machine_qemumips ?= "b6b20f49e9a169a0672b7cc2d7b93d6652ca7873" |
16 | SRCREV_machine_qemuppc ?= "ba2e16160c7f910de432511ca0008101a7b2263b" | 16 | SRCREV_machine_qemuppc ?= "d71b782615b802c78e1586494b94dd40531775c8" |
17 | SRCREV_machine_qemux86 ?= "2ee37bfe732c73f7d39af55875ce8d30b282471c" | 17 | SRCREV_machine_qemux86 ?= "c7739be126930006e3bfbdb2fb070a967abc5e09" |
18 | SRCREV_machine_qemux86-64 ?= "2ee37bfe732c73f7d39af55875ce8d30b282471c" | 18 | SRCREV_machine_qemux86-64 ?= "c7739be126930006e3bfbdb2fb070a967abc5e09" |
19 | SRCREV_machine_qemumips64 ?= "e05f0378e9c21d689eed8aacb306d2c1a044e0d0" | 19 | SRCREV_machine_qemumips64 ?= "88abb1eb327f4e3c711d19a228cb153fdd9b3506" |
20 | SRCREV_machine ?= "2ee37bfe732c73f7d39af55875ce8d30b282471c" | 20 | SRCREV_machine ?= "c7739be126930006e3bfbdb2fb070a967abc5e09" |
21 | SRCREV_meta ?= "df3aa753c8826127fb5ad811d56d57168551d6e4" | 21 | SRCREV_meta ?= "df3aa753c8826127fb5ad811d56d57168551d6e4" |
22 | 22 | ||
23 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 23 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |