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
+10
View File
@@ -0,0 +1,10 @@
comment "erlang-jiffy needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
config BR2_PACKAGE_ERLANG_JIFFY
bool "erlang-jiffy"
depends on BR2_INSTALL_LIBSTDCPP
help
JSON NIFs for Erlang.
https://github.com/davisp/jiffy
+3
View File
@@ -0,0 +1,3 @@
# Locally computed
sha256 7cf67840c58b8732e12c84c8a3b714774da2601ae5e6a57f286273e25b205516 erlang-jiffy-1.0.6.tar.gz
sha256 0fa8afad2f02c08850a16e36fe55376ee19732b3a116a0207f2a73c857777a49 LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# erlang-jiffy
#
################################################################################
ERLANG_JIFFY_VERSION = 1.0.6
ERLANG_JIFFY_SITE = $(call github,davisp,jiffy,$(ERLANG_JIFFY_VERSION))
ERLANG_JIFFY_LICENSE = MIT (core), \
BSD-3-Clause (Google double conversion library), \
BSD-3-Clause (tests)
ERLANG_JIFFY_LICENSE_FILES = LICENSE
$(eval $(rebar-package))