diff options
-rw-r--r-- | recipes/ti/ti-dmai_svn.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/ti/ti-dmai_svn.bb b/recipes/ti/ti-dmai_svn.bb index 544f9764d1..4c6a2c1257 100644 --- a/recipes/ti/ti-dmai_svn.bb +++ b/recipes/ti/ti-dmai_svn.bb @@ -59,6 +59,10 @@ TARGET_dm355 = "dm355_al" TARGET_dm365 = "dm365_al" TARGET ?= "all" +# Need to set this for other platforms as well +GPPOS_dm355 = "LINUX_GCC" +GPPOS_dm365 = "LINUX_GCC" + USER_XDC_PATH = "${CE_INSTALL_DIR}/examples" PARALLEL_MAKE = "" |