From 3e031192d7a4128892c8ee7442e6abc1d1841426 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Tue, 15 Dec 2009 00:04:02 +0100 Subject: kexec: rename to kexec-tools (kexec and kdump) --- .../kexec-tools/kexec-tools-klibc-static_1.101.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb (limited to 'recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb') diff --git a/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb b/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb new file mode 100644 index 0000000000..5d131d839e --- /dev/null +++ b/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb @@ -0,0 +1,24 @@ +# the binaries are statical linked against klibc +require kexec-tools.inc + +PR = "r6" +DEPENDS = "klibc" + +SRC_URI += "file://kexec-static.patch;patch=1 \ + file://kexec-klibc.patch;patch=1 \ + " +S = "${WORKDIR}/kexec-tools-${PV}" + +EXTRA_OECONF = " --without-zlib" + +export CC=${TARGET_PREFIX}klcc + +# standart oe cflags don't work with klcc +export CFLAGS="" +export CPPFLAGS="" +export LDFLAGS="" + +PACKAGES =+ "kexec-klibc-static kdump-klibc-static" + +FILES_kexec-klibc-static = "${sbindir}/kexec" +FILES_kdump-klibc-static = "${sbindir}/kdump" -- cgit v1.2.3