initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_MCELOG
|
||||
bool "mcelog"
|
||||
depends on BR2_i386 || BR2_x86_64
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
mcelog processes machine checks (in particular memory and
|
||||
CPU hardware errors) on modern x86 Linux systems.
|
||||
|
||||
http://www.mcelog.org/
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 d21dfddaaa8e6f4ebd59ce353165c8d8079d0d5ed563492a0415af2248d8b3a5 mcelog-172.tar.gz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE
|
||||
@@ -0,0 +1,26 @@
|
||||
################################################################################
|
||||
#
|
||||
# mcelog
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MCELOG_VERSION = 172
|
||||
MCELOG_SITE = $(call github,andikleen,mcelog,v$(MCELOG_VERSION))
|
||||
MCELOG_LICENSE = GPL-2.0
|
||||
MCELOG_LICENSE_FILES = LICENSE
|
||||
MCELOG_SELINUX_MODULES = mcelog
|
||||
|
||||
define MCELOG_BUILD_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
|
||||
endef
|
||||
|
||||
define MCELOG_INSTALL_TARGET_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) DESTDIR=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
define MCELOG_INSTALL_INIT_SYSTEMD
|
||||
$(INSTALL) -D -m 0644 $(@D)/mcelog.service \
|
||||
$(TARGET_DIR)/usr/lib/systemd/system/mcelog.service
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user