projects/Amlogic: add dtc to system image

This would allow users to modify device trees to their taste if needed.
This commit is contained in:
kszaq 2018-02-11 21:29:11 +01:00
parent 59ce533550
commit 2c5cf77dc0

View File

@ -144,7 +144,7 @@
# additional packages to install:
# Space separated list is supported,
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"
ADDITIONAL_PACKAGES="u-boot-tools-aml"
ADDITIONAL_PACKAGES="u-boot-tools-aml dtc"
# build and install driver addons (yes / no)
DRIVER_ADDONS_SUPPORT="yes"