update buildroot to 2017.02.11
This commit is contained in:
21
bsp/buildroot-2017.02.11/package/kexec-lite/kexec-lite.mk
Normal file
21
bsp/buildroot-2017.02.11/package/kexec-lite/kexec-lite.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# kexec-lite
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KEXEC_LITE_VERSION = 86e45a47e8cc1f598ccfa9b873a23067f4ecc36f
|
||||
KEXEC_LITE_SITE = $(call github,antonblanchard,kexec-lite,$(KEXEC_LITE_VERSION))
|
||||
KEXEC_LITE_LICENSE = GPLv2+
|
||||
KEXEC_LITE_LICENSE_FILES = COPYING
|
||||
KEXEC_LITE_DEPENDENCIES = elfutils dtc
|
||||
|
||||
define KEXEC_LITE_BUILD_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
|
||||
endef
|
||||
|
||||
define KEXEC_LITE_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 755 $(@D)/kexec $(TARGET_DIR)/usr/sbin/kexec
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user