diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-25 12:21:49 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-25 12:21:49 +0000 |
commit | 8d5784b9eae80714acb51ed67c611619b841c105 (patch) | |
tree | e5b7f9464fcaacd90c3a20b481b670f45884861a /meta/conf | |
parent | c06037203d186d12eda82eb86e0d6337e9dbe5ce (diff) | |
download | poky-8d5784b9eae80714acb51ed67c611619b841c105.tar.gz |
qemu: Restore qemu r4027 until i686 issues are resolved
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4338 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index fb176d0f90..2118a3466a 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -149,9 +149,11 @@ SRCREV_pn-opkg ?= "4209" | |||
149 | SRCREV_pn-opkg-native ?= "4209" | 149 | SRCREV_pn-opkg-native ?= "4209" |
150 | SRCREV_pn-opkg-sdk ?= "4209" | 150 | SRCREV_pn-opkg-sdk ?= "4209" |
151 | SRCREV_pn-libxosd ?= "627" | 151 | SRCREV_pn-libxosd ?= "627" |
152 | SRCREV_pn-qemu-native ?= "4242" | 152 | #QEMUSRCREV = "4242" |
153 | SRCREV_pn-qemu-sdk ?= "4242" | 153 | QEMUSRCREV = "4027" |
154 | SRCREV_pn-qemu ?= "4242" | 154 | SRCREV_pn-qemu-native ?= "${QEMUSRCREV}" |
155 | SRCREV_pn-qemu-sdk ?= "${QEMUSRCREV}" | ||
156 | SRCREV_pn-qemu ?= "${QEMUSRCREV}" | ||
155 | SRCREV_pn-vincent ?= "246" | 157 | SRCREV_pn-vincent ?= "246" |
156 | 158 | ||
157 | # Previously floating revisions | 159 | # Previously floating revisions |