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
+9
View File
@@ -0,0 +1,9 @@
config BR2_PACKAGE_CBOOTIMAGE
bool "cbootimage"
depends on BR2_arm || BR2_armeb
help
This project provides a tool which compiles BCT (Boot
Configuration Table) images to place into the boot flash of
a Tegra-based device.
https://github.com/NVIDIA/cbootimage
+9
View File
@@ -0,0 +1,9 @@
config BR2_PACKAGE_HOST_CBOOTIMAGE
bool "host cbootimage"
depends on BR2_arm || BR2_armeb
help
This project provides a tool which compiles BCT (Boot
Configuration Table) images to place into the boot flash of
a Tegra-based device.
https://github.com/NVIDIA/cbootimage
+3
View File
@@ -0,0 +1,3 @@
# Locally computed
sha256 46cce01f07df977668de9e1d49884d8ed539169994215606a9719d17b9db8804 cbootimage-1.8.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# cbootimage
#
################################################################################
CBOOTIMAGE_VERSION = 1.8
CBOOTIMAGE_SITE = $(call github,NVIDIA,cbootimage,v$(CBOOTIMAGE_VERSION))
CBOOTIMAGE_LICENSE = GPL-2.0
CBOOTIMAGE_LICENSE_FILES = COPYING
CBOOTIMAGE_AUTORECONF = YES
$(eval $(autotools-package))
$(eval $(host-autotools-package))