From e2b7975aa96f64f334755baa93fa2ba3eb6e4962 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 29 Aug 2007 19:36:40 +0000 Subject: conf/machine: Set KERNEL_IMAGE_TYPE and kernel-base RDEPENDS for various machines git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2599 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/machine/qemux86.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/conf/machine/qemux86.conf') diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index db0eb1a966..2378a9990e 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf @@ -7,6 +7,8 @@ PACKAGE_EXTRA_ARCHS = "x86" require conf/machine/include/qemu.inc +KERNEL_IMAGETYPE = "bzImage" + SERIAL_CONSOLE = "115200 ttyS0" PREFERRED_PROVIDER_virtual/kernel = "linux-rp" -- cgit v1.2.3-54-g00ecf