diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-07-27 17:20:15 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-07-27 17:20:15 +0000 |
commit | 62bbacd3d6c36d909054b02a9709c172fae75076 (patch) | |
tree | d6dc8ea9e8c7c0297fc125511d3d6ee7888089af /packages/linux/linux-kexecboot.inc | |
parent | 6e43272f0388c76449c6b4b04c6e84fada2fe55b (diff) | |
parent | 6860061f276f03cb005a43816e8ac69908285426 (diff) |
merge of '0dc157d146c11b00a52d985950481dd2a8c370de'
and '6ee0dff6c561c5d9ad21138f2fc8a037a98fa6d0'
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() { +} |