initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_LIBSYSFS
bool "libsysfs"
help
These are a set of utilities built upon sysfs, a filesystem in
Linux 2.6 kernels that exposes a system's device tree.
https://github.com/linux-ras/sysfsutils
+4
View File
@@ -0,0 +1,4 @@
# Locally computed:
sha256 f7f669d27c997d3eb3f3e014b4c0aa1aa4d07ce4d6f9e41fa835240f2bf38810 libsysfs-2.1.1.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 cmd/GPL
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 lib/LGPL
+17
View File
@@ -0,0 +1,17 @@
################################################################################
#
# libsysfs
#
################################################################################
LIBSYSFS_VERSION = 2.1.1
LIBSYSFS_SITE = $(call github,linux-ras,sysfsutils,v$(LIBSYSFS_VERSION))
LIBSYSFS_INSTALL_STAGING = YES
LIBSYSFS_LICENSE = GPL-2.0 (utilities), LGPL-2.1+ (library)
LIBSYSFS_LICENSE_FILES = cmd/GPL lib/LGPL
LIBSYSFS_CPE_ID_VENDOR = sysfsutils_project
LIBSYSFS_CPE_ID_PRODUCT = sysfsutils
# From git
LIBSYSFS_AUTORECONF = YES
$(eval $(autotools-package))