diff options
Diffstat (limited to 'conf/machine/x86.conf')
-rw-r--r-- | conf/machine/x86.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/x86.conf b/conf/machine/x86.conf index e0d4cc96a2..51757e950c 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" @@ -18,4 +20,4 @@ OLDEST_KERNEL = "2.6.17" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" -#require conf/machine/include/tune-x86.conf +#require conf/machine/include/tune-x86.inc |