2009-09-10 10:07:04 +00:00
|
|
|
#
|
2012-02-13 12:36:36 +00:00
|
|
|
# Copyright (C) 2006-2012 OpenWrt.org
|
2006-11-24 16:25:11 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=kexec-tools
|
2018-02-03 01:50:24 +00:00
|
|
|
PKG_VERSION:=2.0.16
|
|
|
|
PKG_RELEASE:=1
|
2006-11-24 16:25:11 +00:00
|
|
|
|
2015-02-13 07:42:13 +00:00
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
2010-08-09 13:25:58 +00:00
|
|
|
PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/kexec
|
2018-02-03 01:50:24 +00:00
|
|
|
PKG_HASH:=5b103351ad752c9badd1d65b00eb6de4bce579f944f4df4e3ef3a755ba567010
|
2006-11-24 16:25:11 +00:00
|
|
|
|
2011-03-06 21:42:48 +00:00
|
|
|
PKG_FIXUP:=autoreconf
|
2009-08-24 20:07:36 +00:00
|
|
|
|
2015-02-13 07:42:13 +00:00
|
|
|
PKG_CONFIG_DEPENDS := CONFIG_KEXEC_ZLIB CONFIG_KEXEC_LZMA
|
2013-06-28 11:27:13 +00:00
|
|
|
|
2006-11-24 16:25:11 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
2017-03-21 21:58:13 +00:00
|
|
|
define Package/kexec-tools/Default
|
2006-11-24 16:25:11 +00:00
|
|
|
SECTION:=utils
|
|
|
|
CATEGORY:=Utilities
|
2008-04-12 23:20:31 +00:00
|
|
|
URL:=http://kernel.org/pub/linux/kernel/people/horms/kexec-tools/
|
2012-10-10 13:21:54 +00:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2017-03-21 21:58:13 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/kexec-tools
|
|
|
|
$(call Package/kexec-tools/Default)
|
|
|
|
TITLE:=kexec-tools transition meta package
|
|
|
|
DEPENDS:=+kexec
|
2006-11-24 16:25:11 +00:00
|
|
|
endef
|
|
|
|
|
2007-09-07 08:34:51 +00:00
|
|
|
define Package/kexec-tools/description
|
2017-03-21 21:58:13 +00:00
|
|
|
kexec is a set of system calls that allows you to load
|
2007-09-07 08:34:51 +00:00
|
|
|
another kernel from the currently executing Linux kernel.
|
2017-03-21 21:58:13 +00:00
|
|
|
The kexec utility allows to load and boot another kernel.
|
2007-09-07 08:34:51 +00:00
|
|
|
endef
|
|
|
|
|
2017-03-21 21:58:13 +00:00
|
|
|
define Package/kexec
|
|
|
|
$(call Package/kexec-tools/Default)
|
|
|
|
TITLE:=Kernel boots kernel
|
|
|
|
DEPENDS:=\
|
|
|
|
@armeb||@arm||@i386||@x86_64||@powerpc64||@mipsel||@mips \
|
|
|
|
+KEXEC_ZLIB:zlib +KEXEC_LZMA:liblzma @KERNEL_KEXEC
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/kexec/description
|
|
|
|
The kexec utility allows to load and boot another kernel.
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/kdump
|
|
|
|
$(call Package/kexec-tools/Default)
|
|
|
|
TITLE:=Kernel crash analysis
|
|
|
|
DEPENDS:=+kexec @i386||@x86_64||@arm @KERNEL_CRASH_DUMP
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/kdump/description
|
|
|
|
The kdump package allows to automatically boot into a
|
|
|
|
special kernel for analyzing kernel crashes using kdump.
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/kexec/config
|
2010-04-16 11:03:50 +00:00
|
|
|
source "$(SOURCE)/Config.in"
|
2008-04-12 23:20:31 +00:00
|
|
|
endef
|
|
|
|
|
2016-12-19 18:28:33 +00:00
|
|
|
KEXEC_TARGET_NAME:=$(ARCH)-linux-$(TARGET_SUFFIX)
|
2009-07-07 03:00:04 +00:00
|
|
|
|
2008-04-12 23:20:31 +00:00
|
|
|
CONFIGURE_ARGS = \
|
2009-07-07 03:00:04 +00:00
|
|
|
--target=$(KEXEC_TARGET_NAME) \
|
|
|
|
--host=$(REAL_GNU_TARGET_NAME) \
|
2008-04-12 23:20:31 +00:00
|
|
|
--build=$(GNU_HOST_NAME) \
|
|
|
|
--program-prefix="" \
|
|
|
|
--program-suffix="" \
|
|
|
|
--prefix=/usr \
|
|
|
|
--exec-prefix=/usr \
|
|
|
|
--bindir=/usr/bin \
|
|
|
|
--sbindir=/usr/sbin \
|
|
|
|
--libexecdir=/usr/lib \
|
2013-06-28 11:27:13 +00:00
|
|
|
--sysconfdir=/etc \
|
2014-02-21 20:06:41 +00:00
|
|
|
$(if $(CONFIG_KEXEC_ZLIB),--with,--without)-zlib \
|
2016-12-19 17:55:45 +00:00
|
|
|
$(if $(CONFIG_KEXEC_LZMA),--with,--without)-lzma \
|
|
|
|
TARGET_LD="$(TARGET_CROSS)ld"
|
2008-04-12 23:20:31 +00:00
|
|
|
|
2013-06-28 11:27:16 +00:00
|
|
|
TARGET_CFLAGS += -ffunction-sections -fdata-sections
|
|
|
|
TARGET_LDFLAGS += -Wl,--gc-sections
|
|
|
|
|
2009-01-08 01:49:11 +00:00
|
|
|
CONFIGURE_VARS += \
|
2009-02-10 17:52:45 +00:00
|
|
|
BUILD_CC="$(HOSTCC)" \
|
2009-08-24 20:08:35 +00:00
|
|
|
TARGET_CC="$(TARGET_CC)"
|
2007-02-28 13:28:18 +00:00
|
|
|
|
2006-11-24 16:25:11 +00:00
|
|
|
define Build/Compile
|
2009-08-24 20:11:46 +00:00
|
|
|
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install
|
2006-11-24 16:25:11 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/kexec-tools/install
|
2017-03-21 21:58:13 +00:00
|
|
|
:
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/kexec/install
|
2009-08-24 20:11:46 +00:00
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
2017-03-21 21:58:13 +00:00
|
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/kexec $(1)/usr/sbin
|
2009-08-24 20:11:46 +00:00
|
|
|
|
2009-08-24 20:12:41 +00:00
|
|
|
# make a link for compatability with other distros
|
|
|
|
$(INSTALL_DIR) $(1)/sbin
|
2015-04-03 00:07:43 +00:00
|
|
|
$(LN) ../usr/sbin/kexec $(1)/sbin/kexec
|
2006-11-24 16:25:11 +00:00
|
|
|
endef
|
|
|
|
|
2017-03-21 21:58:13 +00:00
|
|
|
define Package/kdump/install
|
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/init.d $(1)/etc/config $(1)/etc/uci-defaults
|
|
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/kdump $(PKG_INSTALL_DIR)/usr/sbin/vmcore-dmesg $(1)/usr/sbin
|
|
|
|
$(INSTALL_BIN) ./files/kdump.init $(1)/etc/init.d/kdump
|
|
|
|
$(INSTALL_BIN) ./files/kdump.defaults $(1)/etc/uci-defaults/kdump
|
|
|
|
$(INSTALL_CONF) ./files/kdump.config $(1)/etc/config/kdump
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/kdump/prerm
|
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
case $$(uname -m) in
|
|
|
|
i?86|x86_64)
|
|
|
|
if grep -q " crashkernel=" /boot/grub/grub.cfg; then
|
|
|
|
mount /boot -o remount,rw
|
|
|
|
sed -i 's/ crashkernel=[^ ]*//' /boot/grub/grub.cfg
|
|
|
|
mount /boot -o remount,ro
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
endef
|
|
|
|
|
2006-11-24 16:25:11 +00:00
|
|
|
$(eval $(call BuildPackage,kexec-tools))
|
2017-03-21 21:58:13 +00:00
|
|
|
$(eval $(call BuildPackage,kexec))
|
|
|
|
$(eval $(call BuildPackage,kdump))
|