projects/Amlogic: S905: include u-boot-tools-aml in S905 builds

This commit is contained in:
Adam Green 2018-01-05 13:53:16 +00:00
parent ad9e7560c8
commit dedf15a955
No known key found for this signature in database
GPG Key ID: 52B701B6EF2F2E58

View File

@ -3,3 +3,8 @@
# Space separated list is supported,
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS gpu-aml"
# additional packages to install:
# Space separated list is supported,
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
ADDITIONAL_PACKAGES="u-boot-tools-aml"