mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/cbootimage: enable target variant
This allow bootloader modification online on Tegra-targets Signed-off-by: Misha Komarovskiy <zombah@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
d992369751
commit
f9edac7ec4
9
package/cbootimage/Config.in
Normal file
9
package/cbootimage/Config.in
Normal 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
|
||||
@@ -10,4 +10,6 @@ CBOOTIMAGE_LICENSE = GPLv2
|
||||
CBOOTIMAGE_LICENSE_FILES = COPYING
|
||||
CBOOTIMAGE_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user