[coreboot] r203 - buildrom-devel/config/platforms

svn at coreboot.org svn at coreboot.org
Tue Jun 17 18:38:56 CEST 2008


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 <ward at gnu.org>
Acked-by: Ward Vandewege <ward at gnu.org>



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





More information about the coreboot mailing list