diff options
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="" + |