[oe] IGEPv2 with TI DSP codecs and GStreamer

Andrea serra82 at gmail.com
Wed Oct 21 13:53:13 UTC 2009


Hi Koen,

>
> I have them queued on a local branch together with some fixed I need to test
> before pushing them out.
> You might have noticed the patchwork status of your patches has been updated
> :)
>

Could you add support for IGEPv2 in dmai?
I patched /recipes/ti/ti-dmai/touchbook-support.patch, but I don't
think is the right place!

--- /tmp/Cpu.c  2009-09-25 12:41:08.000000000 +0200
+++ davinci_multimedia_application_interface/dmai/packages/ti/sdo/dmai/linux/Cpu.c
     2009-09-25 12:41:36.000000000 +0200
@@ -107,6 +107,8 @@
     }
     else if ((strcmp(valBuf,"OMAP3EVM Board") == 0) ||
             (strcmp(valBuf, "OMAP3 EVM") == 0) ||
+            (strcmp(valBuf, "IGEP v2.x board") == 0) ||
+            (strcmp(valBuf, "OMAP3 Touch Book") == 0) ||
             (strcmp(valBuf, "OMAP3 Beagle Board") == 0)) {
             *device = Cpu_Device_OMAP3530;
     }

Regards,
Andrea




More information about the Openembedded-devel mailing list