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