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
+14
View File
@@ -0,0 +1,14 @@
config BR2_PACKAGE_TIME
bool "time"
depends on BR2_USE_MMU # fork()
# See https://savannah.gnu.org/bugs/index.php?48000
depends on !BR2_STATIC_LIBS
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
help
The GNU time utility.
http://savannah.gnu.org/projects/time/
comment "time needs a toolchain w/ dynamic library"
depends on BR2_USE_MMU
depends on BR2_STATIC_LIBS
+5
View File
@@ -0,0 +1,5 @@
# From https://lists.gnu.org/archive/html/info-gnu/2018-03/msg00004.html
sha1 75068c26abbed3ad3980685bae21d7202d288317 time-1.9.tar.gz
sha256 fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e time-1.9.tar.gz
# Locally calculated
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# time
#
################################################################################
TIME_VERSION = 1.9
TIME_SITE = $(BR2_GNU_MIRROR)/time
TIME_CONF_ENV = ac_cv_func_wait3_rusage=yes
TIME_LICENSE = GPL-3.0+
TIME_LICENSE_FILES = COPYING
$(eval $(autotools-package))