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
+13
View File
@@ -0,0 +1,13 @@
config BR2_PACKAGE_HOST_TEGRARCM
bool "host tegrarcm"
depends on BR2_arm || BR2_armeb
depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
help
This program is used to send code to a Tegra device in
recovery mode.
https://github.com/NVIDIA/tegrarcm
comment "host tegrarcm needs a toolchain w/ host gcc >= 4.9"
depends on BR2_arm || BR2_armeb
depends on !BR2_HOST_GCC_AT_LEAST_4_9
+3
View File
@@ -0,0 +1,3 @@
# Locally computed
sha256 08329ee0247499b28ec37b0cc639f35443792dfb9bc4a8a182eea63dae6f64ea tegrarcm-1.8.tar.gz
sha256 5f20d276321cb37346d911712a813cb7ce4c8e3a570bffc919bec820eeef13f6 LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# tegrarcm
#
################################################################################
TEGRARCM_VERSION = 1.8
TEGRARCM_SITE = $(call github,NVIDIA,tegrarcm,v$(TEGRARCM_VERSION))
TEGRARCM_LICENSE = BSD-3-Clause / NVIDIA Software License (src/miniloader)
TEGRARCM_LICENSE_FILES = LICENSE
TEGRARCM_AUTORECONF = YES
HOST_TEGRARCM_DEPENDENCIES = host-libusb host-pkgconf host-cryptopp
$(eval $(host-autotools-package))