diff options
Diffstat (limited to 'meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb')
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb new file mode 100644 index 0000000000..3cc8265609 --- /dev/null +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require kexec-tools.inc | ||
2 | export LDFLAGS = "-L${STAGING_LIBDIR}" | ||
3 | EXTRA_OECONF = " --with-zlib=yes" | ||
4 | |||
5 | PR = "r0" | ||
6 | |||
7 | SRC_URI[md5sum] = "1b362abd2e8669171a5ba50a9cc26183" | ||
8 | SRC_URI[sha256sum] = "36a50fad961e24c9cdaa7c01b74d3cdd2b1bebf9bf0f0f3740dd1f21bd1b8ba6" | ||
9 | |||
10 | PACKAGES =+ "kexec kdump" | ||
11 | |||
12 | FILES_kexec = "${sbindir}/kexec" | ||
13 | FILES_kdump = "${sbindir}/kdump" | ||