73b2421580
Signed-off-by: Christian Stewart <christian@aperture.us> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
542 B
Plaintext
18 lines
542 B
Plaintext
config BR2_PACKAGE_HOST_AMLOGIC_BOOT_FIP
|
|
bool "host amlogic-boot-fip"
|
|
depends on BR2_HOSTARCH = "x86_64"
|
|
help
|
|
Firmware Image Package (FIP) sources used to sign Amlogic
|
|
u-boot binaries in LibreELEC images
|
|
|
|
https://github.com/LibreELEC/amlogic-boot-fip
|
|
|
|
config BR2_PACKAGE_HOST_AMLOGIC_BOOT_FIP_DEVICE
|
|
string "fip device"
|
|
default "khadas-vim3"
|
|
depends on BR2_PACKAGE_HOST_AMLOGIC_BOOT_FIP
|
|
help
|
|
Device for which you want to use this package.
|
|
See the list of supported SoCs:
|
|
https://github.com/LibreELEC/amlogic-boot-fip
|