From 21e96269bce9de9ee8f6559750e6e5f3dce63e9a Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 22 Aug 2007 16:11:00 +0000 Subject: KERNEL_IMAGETYPE cleanup Proper place for KERNEL_IMAGETYPE is machine config as there is no machine which use miscelanous types of kernel. Moved found occurences. --- conf/machine/x86.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine/x86.conf') diff --git a/conf/machine/x86.conf b/conf/machine/x86.conf index e0d4cc96a2..af0cf8996b 100644 --- a/conf/machine/x86.conf +++ b/conf/machine/x86.conf @@ -7,6 +7,8 @@ TARGET_ARCH = "i486" # TARGET_VENDOR = "-oe" PACKAGE_EXTRA_ARCHS = "x86" PREFERRED_PROVIDER_virtual/kernel = "linux-x86" + +KERNEL_IMAGETYPE = "bzImage" # todo: convert to task-base # BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" -- cgit v1.2.3