summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-ti/includes
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-11-11 01:18:15 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-23 16:08:24 -0600
commit0ae9fbb11c0c6f7cba0f1793dd6ea8f76b9a5f95 (patch)
tree5073bcf7c984f2d3aab9f366193f2086a7388524 /meta-ti-extras/recipes-ti/includes
parent92fdd13c1ca58328a9bf4cd6a3a950ed62925fa9 (diff)
downloadmeta-ti-0ae9fbb11c0c6f7cba0f1793dd6ea8f76b9a5f95.tar.gz
conf/machine/omapl138: correct few of the machine settings
Cleanup and unify again - omapl138-lcdk is the only platform supported in the OMAP-L1 family. Plus there's no longer DaVinci family with corresponding settings. Adjust accordingly. Please note, there's currently a bug building Rust on ARMv5 platforms: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14967 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras/recipes-ti/includes')
-rw-r--r--meta-ti-extras/recipes-ti/includes/ti-paths.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-ti-extras/recipes-ti/includes/ti-paths.inc b/meta-ti-extras/recipes-ti/includes/ti-paths.inc
index 5994ff0a..63c00e8c 100644
--- a/meta-ti-extras/recipes-ti/includes/ti-paths.inc
+++ b/meta-ti-extras/recipes-ti/includes/ti-paths.inc
@@ -104,8 +104,5 @@ export TI_CGT7X_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_CGT7X_INSTALL_DI
104export TI_K3_SECDEV_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_K3_SECDEV_INSTALL_DIR_RECIPE}" 104export TI_K3_SECDEV_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_K3_SECDEV_INSTALL_DIR_RECIPE}"
105 105
106 106
107DSPSUFFIX:omapl137 = "x674"
108DSPSUFFIX:omapl138 = "x674" 107DSPSUFFIX:omapl138 = "x674"
109DSPSUFFIX_ti816x = "xe674"
110DSPSUFFIX_ti814x = "xe674"
111DSPSUFFIX ?= "x64P" 108DSPSUFFIX ?= "x64P"