diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2012-02-21 00:21:54 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-22 09:40:25 +0100 |
| commit | 302cf2272c362612cabdc27001475f1c91f06608 (patch) | |
| tree | c1d8f83465b8b1ac49c425e3b79663c6d8d92b46 /meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb | |
| parent | 25c2e973e02ecc2a0aff4ccea8c53c42519ff5e3 (diff) | |
| download | meta-openembedded-302cf2272c362612cabdc27001475f1c91f06608.tar.gz | |
meta-initramfs: add kexec-tools-klibc from meta-oe
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb')
| -rw-r--r-- | meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb new file mode 100644 index 0000000000..9c35330f3e --- /dev/null +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | # the binaries are statically linked against klibc | ||
| 2 | require recipes-kernel/kexec/kexec-tools.inc | ||
| 3 | SRC_URI[md5sum] = "bc401cf3262b25ff7c9a51fc76c8ab91" | ||
| 4 | SRC_URI[sha256sum] = "549ab65c18a2229b6bf21b6875ca6bbe0e579bca08c3543ce6aaf8287a0b4188" | ||
| 5 | |||
| 6 | inherit klibc | ||
| 7 | |||
| 8 | FILESPATH =. "${FILE_DIRNAME}/kexec-tools-${PV}:" | ||
| 9 | |||
| 10 | SRC_URI += "file://elf.patch \ | ||
| 11 | file://errno.patch \ | ||
| 12 | file://string.patch \ | ||
| 13 | file://syscall.patch \ | ||
| 14 | file://other.patch \ | ||
| 15 | " | ||
| 16 | |||
| 17 | S = "${WORKDIR}/kexec-tools-${PV}" | ||
| 18 | |||
| 19 | EXTRA_OECONF += "--without-zlib" | ||
| 20 | |||
| 21 | PACKAGES =+ "kexec-klibc kdump-klibc" | ||
| 22 | |||
| 23 | CFLAGS += "-I${STAGING_DIR_HOST}${base_libdir}/klibc/include -I${STAGING_DIR_HOST}${base_libdir}/klibc/include/bits32" | ||
| 24 | |||
| 25 | FILES_kexec-klibc = "${sbindir}/kexec" | ||
| 26 | FILES_kdump-klibc = "${sbindir}/kdump" | ||
