Author: ward
Date: 2008-06-17 18:38:56 +0200 (Tue, 17 Jun 2008)
New Revision: 203

Modified:
   buildrom-devel/config/platforms/qemu.conf
Log:

Fix LAB builds for qemu - we were not using the right kernel version.

This is a trivial patch.

Signed-off-by: Ward Vandewege <[EMAIL PROTECTED]>
Acked-by: Ward Vandewege <[EMAIL PROTECTED]>



Modified: buildrom-devel/config/platforms/qemu.conf
===================================================================
--- buildrom-devel/config/platforms/qemu.conf   2008-06-17 15:29:59 UTC (rev 
202)
+++ buildrom-devel/config/platforms/qemu.conf   2008-06-17 16:38:56 UTC (rev 
203)
@@ -7,8 +7,8 @@
 
 # kernel configuration (for LAB)
 
-KERNEL_VERSION=2.6.20
-KERNEL_CONFIG=$(PACKAGE_DIR)/kernel/conf/defconfig-qemu-2.6.20
+KERNEL_VERSION=2.6.22.2
+KERNEL_CONFIG=$(PACKAGE_DIR)/kernel/conf/defconfig-qemu
 UCLIBC_VER=0.9.29
 
 # Etherboot configuration


-- 
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to