summaryrefslogtreecommitdiffstats
path: root/conf/machine/am57xx-hs-evm.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-10-22 03:55:09 +0000
committerDan Murphy <dmurphy@ti.com>2020-10-22 07:26:14 -0500
commita0e0214cb8bc6fec9a42c156e72f795e17c9f256 (patch)
tree27050b8ca40f895c3968bb2d85a25c9e1f598667 /conf/machine/am57xx-hs-evm.conf
parentd7ab6fb6e14a8f700f834d5e63953221fd7665ed (diff)
downloadmeta-ti-a0e0214cb8bc6fec9a42c156e72f795e17c9f256.tar.gz
conf/machine: also build optee-os for legacy HS platforms
Add build dependency on optee-os for legacy HS platforms in non-Arago setups. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'conf/machine/am57xx-hs-evm.conf')
-rw-r--r--conf/machine/am57xx-hs-evm.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/am57xx-hs-evm.conf b/conf/machine/am57xx-hs-evm.conf
index d4f6e098..5232cbd9 100644
--- a/conf/machine/am57xx-hs-evm.conf
+++ b/conf/machine/am57xx-hs-evm.conf
@@ -17,3 +17,5 @@ OPTEEMACHINE = "ti-am57xx"
17OPTEEFLAVOR = "am57xx" 17OPTEEFLAVOR = "am57xx"
18OPTEEOUTPUTMACHINE = "ti" 18OPTEEOUTPUTMACHINE = "ti"
19OPTEEPAGER = "y" 19OPTEEPAGER = "y"
20
21EXTRA_IMAGEDEPENDS += "optee-os"