diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-08-03 16:31:31 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-08-03 16:31:31 +0000 |
commit | 894fcd09757550defb344445597e113bbae02c52 (patch) | |
tree | 9f97aff94c19f83d74c33b55923f9946e0b94c59 /packages/linux/linux-kexecboot.inc | |
parent | c8190d6efdf5aaef58c5bd865ca82360b1f43d62 (diff) |
files: add some stuff to device_table_add-mmc.txt and rename it to
devices-table-collie.txt.
conf/collie: use device-table-collie.txt
packages/kexecboot:*create a new directory for everything kexecboot related
*move initramfs-kexec-image and initramfs-kexec to this dir and
rename them to *kexecboot
*move linux-kexecboot to this dir
*add forgotten patches for linux-kexecboot
Diffstat (limited to 'packages/linux/linux-kexecboot.inc')
-rw-r--r-- | packages/linux/linux-kexecboot.inc | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/packages/linux/linux-kexecboot.inc b/packages/linux/linux-kexecboot.inc deleted file mode 100644 index 1d9595d013..0000000000 --- a/packages/linux/linux-kexecboot.inc +++ /dev/null @@ -1,40 +0,0 @@ -DESCRIPTION = "2.6 Linux kexec bootloader for Zaurus devices and iPAQ hx2750." -SECTION = "kernel" -LICENSE = "GPL" - -DONT_CHECK_KERNELSIZE = "" -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() { -} |