diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 12 |
3 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb index 88c05e264b..f92fac1071 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | |||
@@ -8,8 +8,8 @@ LINUX_KERNEL_TYPE = "preempt-rt" | |||
8 | 8 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "7302a8f84da657ff72ca5a27b9212c9d3bee2fbf" | 11 | SRCREV_machine ?= "206d4bb6338b4e561bb4690b7e63e552245ebd74" |
12 | SRCREV_machine_qemuppc ?= "494b16c51c6f6dc272eb820eaa57028ca8ee9da2" | 12 | SRCREV_machine_qemuppc ?= "84bf0022638ea805c227da3c7bcc333b1bd3ad4f" |
13 | SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad" | 13 | SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad" |
14 | 14 | ||
15 | PR = "${INC_PR}.1" | 15 | PR = "${INC_PR}.1" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb index 54202b099a..1cc5075a1b 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | |||
@@ -12,7 +12,7 @@ LINUX_VERSION ?= "3.4.36" | |||
12 | 12 | ||
13 | KMETA = "meta" | 13 | KMETA = "meta" |
14 | 14 | ||
15 | SRCREV_machine ?= "c994390cfa28339cbc1ec3b56eeec83a5fa75bb7" | 15 | SRCREV_machine ?= "79ba9469f349566c49ae007326198e3241a0d5d3" |
16 | SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad" | 16 | SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad" |
17 | 17 | ||
18 | PR = "${INC_PR}.1" | 18 | PR = "${INC_PR}.1" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index 18d665acc7..18136b6653 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb | |||
@@ -3,12 +3,12 @@ require recipes-kernel/linux/linux-yocto.inc | |||
3 | KBRANCH_DEFAULT = "standard/base" | 3 | KBRANCH_DEFAULT = "standard/base" |
4 | KBRANCH = "${KBRANCH_DEFAULT}" | 4 | KBRANCH = "${KBRANCH_DEFAULT}" |
5 | 5 | ||
6 | SRCREV_machine_qemuarm ?= "7cc80532306889b75619f8a1b713048e25f59e19" | 6 | SRCREV_machine_qemuarm ?= "169d2f318fdfe980cac9b688bd38f508cd4436d6" |
7 | SRCREV_machine_qemumips ?= "debce6677988e03b50c369aba5861d4f9b2e557d" | 7 | SRCREV_machine_qemumips ?= "80467d492ecefd82f733632b08323a728587c277" |
8 | SRCREV_machine_qemuppc ?= "ddbc382cbc45a009e9ce17f7d448fcfd050ab5fc" | 8 | SRCREV_machine_qemuppc ?= "e954091f4a17ad1dfdec3989382aab55dc666e79" |
9 | SRCREV_machine_qemux86 ?= "c994390cfa28339cbc1ec3b56eeec83a5fa75bb7" | 9 | SRCREV_machine_qemux86 ?= "79ba9469f349566c49ae007326198e3241a0d5d3" |
10 | SRCREV_machine_qemux86-64 ?= "c994390cfa28339cbc1ec3b56eeec83a5fa75bb7" | 10 | SRCREV_machine_qemux86-64 ?= "79ba9469f349566c49ae007326198e3241a0d5d3" |
11 | SRCREV_machine ?= "c994390cfa28339cbc1ec3b56eeec83a5fa75bb7" | 11 | SRCREV_machine ?= "79ba9469f349566c49ae007326198e3241a0d5d3" |
12 | SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad" | 12 | SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad" |
13 | 13 | ||
14 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 14 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |