conf/machine/include: add kexecboot.inc
[openembedded.git] / conf / machine / include / kexecboot.inc
1 # kexecboot specific config options
2
3 # NOTE: include this file after zaurus-2.6.inc for zaurus machines
4
5 MACHINE_FEATURES_append = "kexecboot"
6
7 # Include Kernel image in kexecboot enabled images
8 RDEPENDS_kernel-base = "kernel-image" 
9
10 # we store kernel images in rootfs and only a minimal initramfs kernel in mtd1 for booting other kernels
11 DONT_CHECK_KERNELSIZE ?= "1"
12
13 IMAGE_DEVICE_TABLES ?= "files/device_table-minimal.txt"
14 #add some device nodes for kexecboot
15 IMAGE_DEVICE_TABLES_append = " files/device_table-kexecboot.txt"