diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-07-27 17:44:02 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-07-27 17:44:02 +0000 |
commit | f6df43ad54171f885cbf106f8dfa53ad5b4342f6 (patch) | |
tree | d206e9fe7ca0b01550f914791bd0c990b2518a54 /packages/linux/linux-kexecboot.inc | |
parent | 1b5a0cc2e6ed2ace27e9281e41ee87073bbf9604 (diff) | |
parent | 62bbacd3d6c36d909054b02a9709c172fae75076 (diff) |
merge of '953ae6dd8d43a51ab7e93b1157fbb67ba0c6b42b'
and 'a7a11fde4813257fd795ba98b5cfa99942623f8c'
Diffstat (limited to 'packages/linux/linux-kexecboot.inc')
-rw-r--r-- | packages/linux/linux-kexecboot.inc | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/packages/linux/linux-kexecboot.inc b/packages/linux/linux-kexecboot.inc new file mode 100644 index 0000000000..e527f92c57 --- /dev/null +++ b/packages/linux/linux-kexecboot.inc @@ -0,0 +1,39 @@ +DESCRIPTION = "2.6 Linux kexec bootloader for Zaurus devices and iPAQ hx2750." +SECTION = "kernel" +LICENSE = "GPL" + +INITRAMFS_IMAGE = "initramfs-kexec-image" +inherit kernel +PACKAGES = "" +PROVIDES = "" + +DOSRC = "http://www.do13.de/openzaurus/patches" +RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" +JLSRC = "http://www.cs.wisc.edu/~lenz/zaurus/files" +BASRC = "http://www.orca.cx/zaurus/patches" +CHSRC = "http://oz.drigon.com/patches" +TKSRC = "http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches" + +COMPATIBLE_HOST = "(arm|i.86).*-linux" +COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|hx2000|qemuarm|qemux86|bootcdx86|htcuniversal|zylonite)' + +KERNEL_IMAGE_BASE_NAME = "${KERNEL_IMAGETYPE}-kexecboot-${PV}-${PR}-${MACHINE}" +KERNEL_IMAGE_SYMLINK_NAME = "${KERNEL_IMAGETYPE}-kexecboot-${MACHINE}" + +KERNEL_DEFCONFIG ?= "defconfig-${MACHINE}" + +do_compile[depends] += "${INITRAMFS_IMAGE}:do_rootfs" + +do_configure() { + cp '${WORKDIR}/${KERNEL_DEFCONFIG}' '${S}/.config' + yes '' | oe_runmake oldconfig +} + +do_stage() { +} + +do_install() { +} + +python do_package() { +} |