diff options
author | Denys Dmytriyenko <[denis@denix.org]> | 2010-02-17 09:31:12 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:19 +0200 |
commit | 3fc622b4603295bfcc0350a6723361220b2a899a (patch) | |
tree | 2d34f09d1400b2e36cbdde1317067c78c281e5b4 /recipes/ti/ti-dmai_svn.bb | |
parent | afa6452d904ed2139deb039a8c52e1cb8e180c29 (diff) |
ti-dmai: fix GPPOS/G711 issue similar to ti-codec-engine
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-dmai_svn.bb')
-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 = "" |