summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.4.bb4
2 files changed, 4 insertions, 2 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 fde902024e..4afcf65fb5 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -10,7 +10,7 @@ KMETA = "meta"
10 10
11SRCREV_machine ?= "4a688295a1c6d44f3eea409d51a0344c8830d829" 11SRCREV_machine ?= "4a688295a1c6d44f3eea409d51a0344c8830d829"
12SRCREV_machine_qemuppc ?= "83843542dd524007547eddba507690cd4bab393b" 12SRCREV_machine_qemuppc ?= "83843542dd524007547eddba507690cd4bab393b"
13SRCREV_meta ?= "d65afd9e42230a3ef4cc1f9ad62d0aa84a533cd0" 13SRCREV_meta ?= "51f94f06fe908a910564687942fdd82809f82348"
14 14
15PR = "${INC_PR}.0" 15PR = "${INC_PR}.0"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${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 0247d2481e..892f058d99 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -5,17 +5,19 @@ KBRANCH_qemux86 = "standard/common-pc/base"
5KBRANCH_qemux86-64 = "standard/common-pc-64/base" 5KBRANCH_qemux86-64 = "standard/common-pc-64/base"
6KBRANCH_qemuppc = "standard/qemuppc" 6KBRANCH_qemuppc = "standard/qemuppc"
7KBRANCH_qemumips = "standard/mti-malta32" 7KBRANCH_qemumips = "standard/mti-malta32"
8KBRANCH_qemumipsel = "standard/mti-malta32"
8KBRANCH_qemumips64 = "standard/mti-malta64" 9KBRANCH_qemumips64 = "standard/mti-malta64"
9KBRANCH_qemumips64el = "standard/mti-malta64" 10KBRANCH_qemumips64el = "standard/mti-malta64"
10KBRANCH_qemuarm = "standard/arm-versatile-926ejs" 11KBRANCH_qemuarm = "standard/arm-versatile-926ejs"
11 12
12SRCREV_machine_qemuarm ?= "4e354f7fa345464f284525a27eb1544cbc60968d" 13SRCREV_machine_qemuarm ?= "4e354f7fa345464f284525a27eb1544cbc60968d"
13SRCREV_machine_qemumips ?= "c65bc98cd501459bb6ffc7b5ec5a7e72c41dceef" 14SRCREV_machine_qemumips ?= "c65bc98cd501459bb6ffc7b5ec5a7e72c41dceef"
15SRCREV_machine_qemumipsel ?= "c65bc98cd501459bb6ffc7b5ec5a7e72c41dceef"
14SRCREV_machine_qemuppc ?= "ee3475b4ca8c9e26f55f6e107101d832e7dec7ac" 16SRCREV_machine_qemuppc ?= "ee3475b4ca8c9e26f55f6e107101d832e7dec7ac"
15SRCREV_machine_qemux86 ?= "a1cdb60720c452c3965eaec3ec2cd10f06261cc5" 17SRCREV_machine_qemux86 ?= "a1cdb60720c452c3965eaec3ec2cd10f06261cc5"
16SRCREV_machine_qemux86-64 ?= "a1cdb60720c452c3965eaec3ec2cd10f06261cc5" 18SRCREV_machine_qemux86-64 ?= "a1cdb60720c452c3965eaec3ec2cd10f06261cc5"
17SRCREV_machine ?= "a1cdb60720c452c3965eaec3ec2cd10f06261cc5" 19SRCREV_machine ?= "a1cdb60720c452c3965eaec3ec2cd10f06261cc5"
18SRCREV_meta ?= "d65afd9e42230a3ef4cc1f9ad62d0aa84a533cd0" 20SRCREV_meta ?= "51f94f06fe908a910564687942fdd82809f82348"
19 21
20SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" 22SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
21 23