Module: meta-ti Branch: krogoth Commit: 57c5908d4a46c559a3a3cb352a3a81a6c967dbec URL: http://arago-project.org/git/meta-ti.git?a=commit;h=57c5908d4a46c559a3a3cb352a3a81a6c967dbec
Author: Denys Dmytriyenko <[email protected]> Date: Fri Sep 23 23:53:44 2016 +0000 conf/machine: update OPTEE OS flavor names slightly Signed-off-by: Denys Dmytriyenko <[email protected]> --- conf/machine/am57xx-hs-evm.conf | 2 +- conf/machine/dra7xx-hs-evm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/am57xx-hs-evm.conf b/conf/machine/am57xx-hs-evm.conf index 24e9b2a..be67205 100644 --- a/conf/machine/am57xx-hs-evm.conf +++ b/conf/machine/am57xx-hs-evm.conf @@ -14,5 +14,5 @@ UBOOT_RD_ENTRYPOINT = "0x84000000" TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}" OPTEEMACHINE = "ti" -OPTEEFLAVOR = "am572x_evm" +OPTEEFLAVOR = "am57xx_evm" OPTEEOUTPUTMACHINE = "ti" diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf index a6a5e0f..3a8ada2 100644 --- a/conf/machine/dra7xx-hs-evm.conf +++ b/conf/machine/dra7xx-hs-evm.conf @@ -14,5 +14,5 @@ UBOOT_RD_ENTRYPOINT = "0x84000000" TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}" OPTEEMACHINE = "ti" -OPTEEFLAVOR = "dra7xx_evm dra72x_evm_revc" +OPTEEFLAVOR = "dra7_evm dra72_evm_revc" OPTEEOUTPUTMACHINE = "ti" -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
