aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/progear.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-08-22 16:11:00 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-08-22 16:11:00 +0000
commit21e96269bce9de9ee8f6559750e6e5f3dce63e9a (patch)
tree2531b921c0edcc920143330201781c4a74f350e9 /conf/machine/progear.conf
parent8d3519d2f4524d42cb0d19cc2f698e9d884ec376 (diff)
downloadopenembedded-21e96269bce9de9ee8f6559750e6e5f3dce63e9a.tar.gz
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.
Diffstat (limited to 'conf/machine/progear.conf')
-rw-r--r--conf/machine/progear.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/progear.conf b/conf/machine/progear.conf
index 7c293d9ebf..ffa7dad468 100644
--- a/conf/machine/progear.conf
+++ b/conf/machine/progear.conf
@@ -9,6 +9,8 @@ PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586"
PREFERRED_PROVIDER_virtual/kernel = "linux"
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+KERNEL_IMAGETYPE = "bzImage"
+
OLDEST_KERNEL = "2.6.17"
GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"