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
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_LIBUEV
bool "libuev"
help
Simple event loop for Linux.
https://github.com/troglobit/libuev
+4
View File
@@ -0,0 +1,4 @@
# From https://github.com/troglobit/libuev/releases/download/v2.4.0/libuev-2.4.0.tar.xz.sha256
sha256 31f1aa4f492ba4f6a5dd6b19968ae6a732968dc05cae6575930560b6cee1f5ef libuev-2.4.0.tar.xz
# License files
sha256 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab LICENSE
+15
View File
@@ -0,0 +1,15 @@
################################################################################
#
# libuev
#
################################################################################
LIBUEV_VERSION = 2.4.0
LIBUEV_SOURCE = libuev-$(LIBUEV_VERSION).tar.xz
LIBUEV_SITE = https://github.com/troglobit/libuev/releases/download/v$(LIBUEV_VERSION)
LIBUEV_LICENSE = MIT
LIBUEV_LICENSE_FILES = LICENSE
LIBUEV_INSTALL_STAGING = YES
LIBUEV_CONF_OPTS = --disable-examples
$(eval $(autotools-package))