aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ben-nanonote.conf
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-03-01 02:16:03 +0100
committerAndrea Adami <andrea.adami@gmail.com>2011-03-01 02:16:03 +0100
commitfe8263b4bf585439ebda9993f5d431240c159ec8 (patch)
treedbfe5f46595e4a01a2641651369d5a25777372aa /conf/machine/ben-nanonote.conf
parent8337419cc364c05da33de179b77d5bef3000d687 (diff)
downloadopenembedded-fe8263b4bf585439ebda9993f5d431240c159ec8.tar.gz
ben-nanonote: build linux-kexecboot uImage (disabled by default)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'conf/machine/ben-nanonote.conf')
-rw-r--r--conf/machine/ben-nanonote.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf
index f9632cf576..fd4aba48f8 100644
--- a/conf/machine/ben-nanonote.conf
+++ b/conf/machine/ben-nanonote.conf
@@ -6,7 +6,10 @@ TARGET_ARCH = "mipsel"
require conf/machine/include/tune-mips32.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben-nanonote"
-KERNEL_IMAGETYPE = "uImage"
+
+# With 2.6.37 there is not yet uImage target (pending patches)
+#KERNEL_IMAGETYPE = "uImage"
+KERNEL_IMAGETYPE = "vmlinux.bin"
IMAGE_FSTYPES ?= "jffs2"
@@ -21,3 +24,9 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "320"
MACHINE_DISPLAY_HEIGHT_PIXELS = "240"
LOGO_SIZE = "qvga"
+##################################
+# build kexecboot kernel while
+# making sure rootfs is compatible
+##################################
+
+# require conf/machine/include/initramfs-kexecboot.inc