Skip to content

Commit

Permalink
ben-nanonote: build linux-kexecboot uImage (disabled by default)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
  • Loading branch information
andrea-adami committed Mar 1, 2011
1 parent 8337419 commit fe8263b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion conf/machine/ben-nanonote.conf
Expand Up @@ -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"

Expand All @@ -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

0 comments on commit fe8263b

Please sign in to comment.