|
@@ -62,3 +62,9 @@ EXTRA_OEMAKE += "FVP_DT_PREFIX=fvp-base-gicv3-psci-1t FVP_USE_GIC_DRIVER=FVP_GIC
|
|
|
|
|
|
# Our fvp-base machine explicitly has v8.4 cores
|
|
|
EXTRA_OEMAKE += "ARM_ARCH_MAJOR=8 ARM_ARCH_MINOR=4"
|
|
|
+
|
|
|
+# If GENERATE_COT is set, then tf-a will try to use local poetry install
|
|
|
+# to run the python cot-dt2c command. Disable the local poetry and use
|
|
|
+# the provided cot-dt2c.
|
|
|
+EXTRA_OEMAKE += "POETRY=''"
|
|
|
+DEPENDS += "cot-dt2c-native"
|