aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/gcw0.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/gcw0.conf')
-rw-r--r--conf/machine/gcw0.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/machine/gcw0.conf b/conf/machine/gcw0.conf
index 801f634..e1cfa1d 100644
--- a/conf/machine/gcw0.conf
+++ b/conf/machine/gcw0.conf
@@ -9,9 +9,14 @@ require conf/machine/include/tune-mips32r2.inc
# IMAGE_FEATURES += "read-only-rootfs"
IMAGE_FSTYPES ?= "tar.gz squashfs squashfs-xz"
+INITRAMFS_FSTYPES = "cpio.gz cpio.xz"
+
PREFERRED_PROVIDER_virtual/kernel = "linux-gcw0"
-KERNEL_IMAGETYPE = "vmlinuz.bin"
+# ELF for kexec (kernel to be put in /boot)
+KERNEL_IMAGETYPE = "vmlinuz"
+# RAW for ubiboot (only for linux-gcw0-kexecboot)
+#KERNEL_IMAGETYPE = "vmlinuz.bin"
KERNEL_OUTPUT = "${KERNEL_IMAGETYPE}"
MACHINE_GUI_CLASS = "smallscreen"