From a0e0214cb8bc6fec9a42c156e72f795e17c9f256 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 22 Oct 2020 03:55:09 +0000 Subject: 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 Signed-off-by: Dan Murphy --- conf/machine/am437x-hs-evm.conf | 2 ++ conf/machine/am57xx-hs-evm.conf | 2 ++ conf/machine/dra7xx-hs-evm.conf | 2 ++ 3 files changed, 6 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/am437x-hs-evm.conf b/conf/machine/am437x-hs-evm.conf index 0a8ca06d..68b808d2 100644 --- a/conf/machine/am437x-hs-evm.conf +++ b/conf/machine/am437x-hs-evm.conf @@ -16,3 +16,5 @@ TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am4x" OPTEEMACHINE = "ti-am43xx" OPTEEFLAVOR = "am43xx" OPTEEOUTPUTMACHINE = "ti" + +EXTRA_IMAGEDEPENDS += "optee-os" 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" OPTEEFLAVOR = "am57xx" OPTEEOUTPUTMACHINE = "ti" OPTEEPAGER = "y" + +EXTRA_IMAGEDEPENDS += "optee-os" diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf index da4000f2..49630081 100644 --- a/conf/machine/dra7xx-hs-evm.conf +++ b/conf/machine/dra7xx-hs-evm.conf @@ -17,3 +17,5 @@ OPTEEMACHINE = "ti-dra7xx" OPTEEFLAVOR = "dra7xx" OPTEEOUTPUTMACHINE = "ti" OPTEEPAGER = "y" + +EXTRA_IMAGEDEPENDS += "optee-os" -- cgit v1.2.3-54-g00ecf