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/epia.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine/epia.conf') diff --git a/conf/machine/epia.conf b/conf/machine/epia.conf index 5a3b5875a3..ea4b568338 100644 --- a/conf/machine/epia.conf +++ b/conf/machine/epia.conf @@ -5,6 +5,7 @@ PACKAGE_EXTRA_ARCHS = "i386 i486" PREFERRED_PROVIDER_virtual/kernel = "linux-epia" OLDEST_KERNEL = "2.6.5" +KERNEL_IMAGETYPE = "bzImage" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" -- cgit v1.2.3 From f9fffd336bb0cf6a4521eb7b6b5d6b5ae65c6f56 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 2 Sep 2007 17:01:19 +0000 Subject: conf/machine/include: Rename .conf to .inc files --- conf/machine/epia.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'conf/machine/epia.conf') diff --git a/conf/machine/epia.conf b/conf/machine/epia.conf index ea4b568338..0750e4d646 100644 --- a/conf/machine/epia.conf +++ b/conf/machine/epia.conf @@ -15,6 +15,4 @@ IMAGE_FSTYPES = "ext2.gz" MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2" MACHINE_TASK_PROVIDER = "task-base" - -require conf/machine/include/tune-c3.conf - +require conf/machine/include/tune-c3.inc -- cgit v1.2.3