Module: meta-ti Branch: krogoth Commit: 94dec19ac9dedee91c3577f83653977b85fd6be9 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=94dec19ac9dedee91c3577f83653977b85fd6be9
Author: Denys Dmytriyenko <[email protected]> Date: Tue Sep 13 04:40:57 2016 +0000 machines: add OPTEE config for dra7 and am57 machines Signed-off-by: Denys Dmytriyenko <[email protected]> --- conf/machine/am57xx-hs-evm.conf | 4 ++++ conf/machine/dra7xx-hs-evm.conf | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/conf/machine/am57xx-hs-evm.conf b/conf/machine/am57xx-hs-evm.conf index bd5a145..e43a648 100644 --- a/conf/machine/am57xx-hs-evm.conf +++ b/conf/machine/am57xx-hs-evm.conf @@ -12,3 +12,7 @@ UBOOT_RD_LOADADDRESS = "0x84000000" UBOOT_RD_ENTRYPOINT = "0x84000000" TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}" + +OPTEEMACHINE = "ti" +OPTEEFLAVOR = "am572x_evm" +OPTEEOUTPUTMACHINE = "ti" diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf index 537152b..a82402d 100644 --- a/conf/machine/dra7xx-hs-evm.conf +++ b/conf/machine/dra7xx-hs-evm.conf @@ -12,3 +12,7 @@ UBOOT_RD_LOADADDRESS = "0x84000000" UBOOT_RD_ENTRYPOINT = "0x84000000" TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}" + +OPTEEMACHINE = "ti" +OPTEEFLAVOR = "dra7xx_evm dra72x_evm_revc" +OPTEEOUTPUTMACHINE = "ti" -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
