initial buildroot for linux 5.15
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 46cce01f07df977668de9e1d49884d8ed539169994215606a9719d17b9db8804 cbootimage-1.8.tar.gz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user