diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 13:41:25 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 13:41:25 +0000 |
commit | e53259c49ae2e2d1cf6a3f2c5ee34b06470bf96b (patch) | |
tree | cc726d2a1aa1092f086b62bbd66d98fdd538c9fb /conf/machine/include/kexecboot.inc | |
parent | 7eb73dfd5a79abfb7efe71b897c3dbcda6e505f1 (diff) |
conf/machine/include: add kexecboot.inc
kexecboot: create a new devicetable file
collie.conf, poodle.conf: use new kexecboot.inc
zaurus-2.6.inc: make do_installkit know about kexecboot
(based on work of hvontres)
Diffstat (limited to 'conf/machine/include/kexecboot.inc')
-rw-r--r-- | conf/machine/include/kexecboot.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/include/kexecboot.inc b/conf/machine/include/kexecboot.inc new file mode 100644 index 0000000000..8158f3ca02 --- /dev/null +++ b/conf/machine/include/kexecboot.inc @@ -0,0 +1,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" |