initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_DMIDECODE
|
||||
bool "dmidecode"
|
||||
depends on BR2_aarch64 || BR2_i386 || BR2_x86_64
|
||||
help
|
||||
Dmidecode reports information about your system's hardware
|
||||
as described in your system BIOS according to the SMBIOS/DMI
|
||||
standard.
|
||||
|
||||
http://www.nongnu.org/dmidecode/
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 82c737a780614c38a783e8055340d295e332fb12c7f418b5d21a0797d3fb1455 dmidecode-3.3.tar.xz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE
|
||||
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# dmidecode
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DMIDECODE_VERSION = 3.3
|
||||
DMIDECODE_SOURCE = dmidecode-$(DMIDECODE_VERSION).tar.xz
|
||||
DMIDECODE_SITE = http://download.savannah.gnu.org/releases/dmidecode
|
||||
DMIDECODE_LICENSE = GPL-2.0+
|
||||
DMIDECODE_LICENSE_FILES = LICENSE
|
||||
DMIDECODE_SELINUX_MODULES = dmidecode
|
||||
|
||||
define DMIDECODE_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
|
||||
endef
|
||||
|
||||
define DMIDECODE_INSTALL_TARGET_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) prefix=/usr DESTDIR=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user