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/kexecboot/kexecboot_0.3.bb | |
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/kexecboot/kexecboot_0.3.bb')
-rw-r--r-- | packages/kexecboot/kexecboot_0.3.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/kexecboot/kexecboot_0.3.bb b/packages/kexecboot/kexecboot_0.3.bb new file mode 100644 index 0000000000..89b9e3b415 --- /dev/null +++ b/packages/kexecboot/kexecboot_0.3.bb @@ -0,0 +1,19 @@ +LICENSE = "GPL" +PR = "r0" +DEPENDS = "klibc" +inherit autotools + +# You can create your own *-img.h by doing +# ./make-image-header.sh <file>.png HAND + +SRC_URI = "http://projects.linuxtogo.org/frs/download.php/221/kexecboot-${PV}.tar.gz" +S = "${WORKDIR}/kexecboot-${PV}" + + +export CC=${TARGET_PREFIX}klcc + +# standart oe cflags don't work with klcc +export CFLAGS="" +export CPPFLAGS="" +export LDFLAGS="" + |