diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-21 17:13:53 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-21 17:13:53 +0200 |
commit | 48239648e94b50d50ced9e76922f5e01a096dff3 (patch) | |
tree | 666bace637ec0238123c4f2d91a8dd945a41fdcd /recipes/ti/ti-dmai_svn.bb | |
parent | 12603e25de8ad60d7f9b44df8a06573f50dfb641 (diff) |
ti-dmai: add igepv2 support
Diffstat (limited to 'recipes/ti/ti-dmai_svn.bb')
-rw-r--r-- | recipes/ti/ti-dmai_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ti/ti-dmai_svn.bb b/recipes/ti/ti-dmai_svn.bb index b050034d5d..a204120fc2 100644 --- a/recipes/ti/ti-dmai_svn.bb +++ b/recipes/ti/ti-dmai_svn.bb @@ -4,7 +4,7 @@ require ti-paths.inc inherit module-base #This is a kernel module, don't set PR directly -MACHINE_KERNEL_PR_append = "b" +MACHINE_KERNEL_PR_append = "c" # compile time dependencies DEPENDS_omap3evm += "alsa-lib ti-codec-engine ti-xdctools-native ti-dspbios-native ti-cgt6x-native ti-cs1-omap3530 virtual/kernel ti-dsplink-module" |