summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-08-24 16:10:47 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-24 19:23:42 -0700
commitf34001139b8a0dad6f318858a0c601a86c021101 (patch)
tree737e28372e44f97fb67fdab92c865c4a07c427ea /meta/recipes-kernel/linux/linux-yocto_3.0.bb
parentd8ac3ed4358b6be6ce5e776a0c1e5f42407cc991 (diff)
downloadpoky-f34001139b8a0dad6f318858a0c601a86c021101.tar.gz
linux-yocto: update machines and default configuration
Fixes [YOCTO: #686] During routine maintenance some base changes were re-wound on the common branches. All machines still had these changes, but any new machine branched from the common base would miss those changes. This update restores those commits to the standard branch and merges them out to all child branches. The meta branch update adds a configuration item to support live image booting on qemux86. (From OE-Core rev: 518de98e8c1cb4bd1d76c562007b9eccc196c572) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.0.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.0.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index 08d09d3c7b..a5e208b983 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -12,13 +12,13 @@ KBRANCH = ${KMACHINE}
12 12
13LINUX_VERSION ?= "3.0.3" 13LINUX_VERSION ?= "3.0.3"
14 14
15SRCREV_machine_qemuarm = "083e3befb5f2562e1375f19e645f1e024c92b0b2" 15SRCREV_machine_qemuarm ?= "eecaa32095ab63e0a73f161cf48fd02251eb6c88"
16SRCREV_machine_qemumips = "79f46ece4d5e54fce49442f575a4b8663012dfa2" 16SRCREV_machine_qemumips ?= "eee3cb2066bb6aae5b3869083cb477b03eb87c79"
17SRCREV_machine_qemuppc = "f1ce5cf96659e036674eddd170633caaf3c1d487" 17SRCREV_machine_qemuppc ?= "c0da1d35dee9fb63ba6bfc7907a77b0feb89766e"
18SRCREV_machine_qemux86 = "d44ab16a5c0aa5fed2ef2f587bd90cad37132dbd" 18SRCREV_machine_qemux86 ?= "8b51ddba0f85a6bb8e105b37a9ac03fb58b9de20"
19SRCREV_machine_qemux86-64 = "842be4e7221f982e0a76075cf556a9354991ff94" 19SRCREV_machine_qemux86-64 ?= "965dd365cf3652347960f7145ac188c86c323070"
20SRCREV_machine = "66398ee1195e1b142a1b540795ff16e04b32467f" 20SRCREV_machine ?= "49d93fb0c9e1645ba0bb8951be23e56ea227a5bd"
21SRCREV_meta = "4d2805c96fe229fa0390d2fafc15d49df9acc595" 21SRCREV_meta ?= "13dbce30d6a647228bf5a9483a9b9c2da1514f78"
22 22
23PR = "r1" 23PR = "r1"
24PV = "${LINUX_VERSION}+git${SRCPV}" 24PV = "${LINUX_VERSION}+git${SRCPV}"