diff options
Diffstat (limited to 'meta-oe/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb')
| -rw-r--r-- | meta-oe/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb b/meta-oe/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb new file mode 100644 index 0000000000..9c35330f3e --- /dev/null +++ b/meta-oe/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" | ||
