|
@@ -6,8 +6,9 @@ require conf/machine/include/tune-mips32.inc
|
|
|
|
|
|
MACHINE_FEATURES = "screen keyboard pci usbhost ext2 ext3 serial"
|
|
|
|
|
|
-KERNEL_ALT_IMAGETYPE = "vmlinux"
|
|
|
-KERNEL_IMAGETYPE = "vmlinux.bin"
|
|
|
+KERNEL_IMAGETYPE = "vmlinux"
|
|
|
+KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
|
|
+KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment"
|
|
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
|
PREFERRED_VERSION_linux-yocto ?= "3.4%"
|