Amlogic: move "u-boot-script" to UBOOT_FIRMWARE

The u-boot package adds it to PKG_DEPENDS_TARGET and PKG_DEPENDS_UNPACK,
exactly where we want it.
This commit is contained in:
Andre Heider 2019-12-05 14:24:55 +01:00
parent a6111a6d0b
commit 3354771cc6

View File

@ -6,7 +6,7 @@
BOOTLOADER="u-boot" BOOTLOADER="u-boot"
# U-Boot firmware package(s) to use # U-Boot firmware package(s) to use
UBOOT_FIRMWARE="amlogic-boot-fip" UBOOT_FIRMWARE="amlogic-boot-fip u-boot-script"
# Kernel to use # Kernel to use
LINUX="amlogic" LINUX="amlogic"
@ -64,7 +64,7 @@
DRIVER_ADDONS="crazycat dvb-latest" DRIVER_ADDONS="crazycat dvb-latest"
# additional packages to install: # additional packages to install:
ADDITIONAL_PACKAGES="u-boot-script dtc ethmactool" ADDITIONAL_PACKAGES="dtc ethmactool"
# use the kernel CEC framework for libcec (yes / no) # use the kernel CEC framework for libcec (yes / no)
CEC_FRAMEWORK_SUPPORT="yes" CEC_FRAMEWORK_SUPPORT="yes"