diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 14 |
2 files changed, 10 insertions, 10 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 295fe27e7b..9b77186d82 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | |||
@@ -9,9 +9,9 @@ LINUX_KERNEL_TYPE = "preempt-rt" | |||
9 | 9 | ||
10 | KMETA = "meta" | 10 | KMETA = "meta" |
11 | 11 | ||
12 | SRCREV_machine ?= "e1247309cd90fbdb17479f909a7172e4b0b622d0" | 12 | SRCREV_machine ?= "4a688295a1c6d44f3eea409d51a0344c8830d829" |
13 | SRCREV_machine_qemuppc ?= "10ba85000bd4e32ea9e5557bf6d9166b12651c02" | 13 | SRCREV_machine_qemuppc ?= "83843542dd524007547eddba507690cd4bab393b" |
14 | SRCREV_meta ?= "ef03644fe33f7fd6f50a36b85701fdc6d73e2c96" | 14 | SRCREV_meta ?= "d65afd9e42230a3ef4cc1f9ad62d0aa84a533cd0" |
15 | 15 | ||
16 | PR = "r0" | 16 | PR = "r0" |
17 | PV = "${LINUX_VERSION}+git${SRCPV}" | 17 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index d859c295fd..7d14967319 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb | |||
@@ -10,13 +10,13 @@ KBRANCH_qemumips64 = "standard/mti-malta64" | |||
10 | KBRANCH_qemumips64el = "standard/mti-malta64" | 10 | KBRANCH_qemumips64el = "standard/mti-malta64" |
11 | KBRANCH_qemuarm = "standard/arm-versatile-926ejs" | 11 | KBRANCH_qemuarm = "standard/arm-versatile-926ejs" |
12 | 12 | ||
13 | SRCREV_machine_qemuarm ?= "5a282e8b7138174389b64846ea993240c8b1f869" | 13 | SRCREV_machine_qemuarm ?= "4e354f7fa345464f284525a27eb1544cbc60968d" |
14 | SRCREV_machine_qemumips ?= "7db36332a033ab89988dfcb7b563cbcd83b93663" | 14 | SRCREV_machine_qemumips ?= "c65bc98cd501459bb6ffc7b5ec5a7e72c41dceef" |
15 | SRCREV_machine_qemuppc ?= "74f0e62044042a7e7abdbac83c6bf160b0c12c58" | 15 | SRCREV_machine_qemuppc ?= "ee3475b4ca8c9e26f55f6e107101d832e7dec7ac" |
16 | SRCREV_machine_qemux86 ?= "aa9621f0955723c71821cc25e711a6d8fe80caf9" | 16 | SRCREV_machine_qemux86 ?= "a1cdb60720c452c3965eaec3ec2cd10f06261cc5" |
17 | SRCREV_machine_qemux86-64 ?= "aa9621f0955723c71821cc25e711a6d8fe80caf9" | 17 | SRCREV_machine_qemux86-64 ?= "a1cdb60720c452c3965eaec3ec2cd10f06261cc5" |
18 | SRCREV_machine ?= "aa9621f0955723c71821cc25e711a6d8fe80caf9" | 18 | SRCREV_machine ?= "a1cdb60720c452c3965eaec3ec2cd10f06261cc5" |
19 | SRCREV_meta ?= "ef03644fe33f7fd6f50a36b85701fdc6d73e2c96" | 19 | SRCREV_meta ?= "d65afd9e42230a3ef4cc1f9ad62d0aa84a533cd0" |
20 | 20 | ||
21 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" | 21 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" |
22 | 22 | ||