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
+5
View File
@@ -0,0 +1,5 @@
config BR2_PACKAGE_ERLANG_P1_YCONF
bool "erlang-p1-yconf"
select BR2_PACKAGE_ERLANG_P1_YAML
help
YAML configuration processor.
@@ -0,0 +1,3 @@
# Locally calculated
sha256 ab0f7462b8d03d18be1587fa9cfb227923055f765fca4459b4bb42ccef971329 erlang-p1-yconf-1.0.8.tar.gz
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
@@ -0,0 +1,13 @@
################################################################################
#
# erlang-p1-yconf
#
################################################################################
ERLANG_P1_YCONF_VERSION = 1.0.8
ERLANG_P1_YCONF_SITE = $(call github,processone,yconf,$(ERLANG_P1_YCONF_VERSION))
ERLANG_P1_YCONF_LICENSE = Apache-2.0
ERLANG_P1_YCONF_LICENSE_FILES = LICENSE
ERLANG_P1_YCONF_DEPENDENCIES = erlang-p1-yaml
$(eval $(rebar-package))