* [PATCH] [Stable/2009] ti-dmai omapfb.h include path fix
@ 2009-07-23 16:51 Vishnudas P
2009-07-23 19:23 ` Henning Heinold
2009-07-24 6:20 ` Koen Kooi
0 siblings, 2 replies; 4+ messages in thread
From: Vishnudas P @ 2009-07-23 16:51 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 371 bytes --]
Hi
This patch runs againt Stable/2009 and fixes the ti-dmai_svn.bb build
error due to wrong include path for omapfb.h in
dmai/packages/ti/sdo/dmai/linux/Display_fbdev.c
An unrelated change is also there.
ti-sdma-module is added to RRECOMMENDS_ti-dmai-apps.
This will put sdma module in the FS image when gstreamer-ti is in IMAGE_INSTALL.
Regards
Vishnudas
[-- Attachment #2: ti-dmai-include-path-fix-stable2009.patch --]
[-- Type: application/octet-stream, Size: 1936 bytes --]
diff --git a/recipes/dsplink/ti-dmai_svn.bb b/recipes/dsplink/ti-dmai_svn.bb
index bcbaea8..871c2fc 100644
--- a/recipes/dsplink/ti-dmai_svn.bb
+++ b/recipes/dsplink/ti-dmai_svn.bb
@@ -8,6 +8,7 @@ SRC_URI = "svn://gforge.ti.com/svn/dmai/branches;module=BRIJESH_GIT_022309;proto
file://dmai-built-with-angstrom.patch;patch=1 \
file://loadmodules-ti-dmai-apps.sh \
file://unloadmodules-ti-dmai-apps.sh \
+ file://omapfb-include-path-fix.patch;patch=1 \
"
SRCREV = "36"
@@ -15,7 +16,7 @@ SRCREV = "36"
S = "${WORKDIR}/BRIJESH_GIT_022309/davinci_multimedia_application_interface/dmai"
# Yes, the xdc stuff still breaks with a '.' in PWD
PV = "120+svnr${SRCREV}"
-PR = "r16"
+PR = "r17"
TARGET = "all"
TARGET_neuros-osd2 = " dm6446_al dm6446_db"
@@ -75,5 +76,5 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
#add run-time dependencies - note for kernel module we can only use RRECOMMENDS, since modules might be built into the kernel
# and for now we make codecs RRECOMMENDS as well, since not everyone will have them
#RDEPENDS_ti-dmai-apps += "ti-codec-combos"
-RRECOMMENDS_ti-dmai-apps += "ti-cmem-module ti-lpm-module ti-dsplink-module ti-codec-combos"
+RRECOMMENDS_ti-dmai-apps += "ti-cmem-module ti-lpm-module ti-dsplink-module ti-codec-combos ti-sdma-module"
diff --git a/recipes/dsplink/files/omapfb-include-path-fix.patch b/recipes/dsplink/files/omapfb-include-path-fix.patch
new file mode 100755
index 0000000..ed5e8a9
--- /dev/null
+++ b/recipes/dsplink/files/omapfb-include-path-fix.patch
@@ -0,0 +1,11 @@
+--- dmai.orig/packages/ti/sdo/dmai/linux/Display_fbdev.c 2009-06-29 16:28:18.000000000 -0600
++++ dmai/packages/ti/sdo/dmai/linux/Display_fbdev.c 2009-06-29 16:28:35.000000000 -0600
+@@ -42,7 +42,7 @@
+ #include <linux/fb.h>
+
+ #ifdef Dmai_Device_omap3530
+-#include <mach/omapfb.h>
++#include <linux/omapfb.h>
+ #endif
+ #include <xdc/std.h>
+ #include <ti/sdo/dmai/Cpu.h>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] [Stable/2009] ti-dmai omapfb.h include path fix
2009-07-23 16:51 [PATCH] [Stable/2009] ti-dmai omapfb.h include path fix Vishnudas P
@ 2009-07-23 19:23 ` Henning Heinold
2009-07-24 6:19 ` Koen Kooi
2009-07-24 6:20 ` Koen Kooi
1 sibling, 1 reply; 4+ messages in thread
From: Henning Heinold @ 2009-07-23 19:23 UTC (permalink / raw)
To: openembedded-devel
Hi,
are these patches already into dev? If not please make a patch for dev and after they are checked in a proposal for
integrate them into stable.
Bye Henning
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] [Stable/2009] ti-dmai omapfb.h include path fix
2009-07-23 19:23 ` Henning Heinold
@ 2009-07-24 6:19 ` Koen Kooi
0 siblings, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2009-07-24 6:19 UTC (permalink / raw)
To: openembedded-devel
On 23-07-09 21:23, Henning Heinold wrote:
> Hi,
>
> are these patches already into dev? If not please make a patch for dev and after they are checked in a proposal for
> integrate them into stable.
.dev has a more recent version that doesn't suffer from this problem, so
in this case the patch can go in.
regards,
Koen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] [Stable/2009] ti-dmai omapfb.h include path fix
2009-07-23 16:51 [PATCH] [Stable/2009] ti-dmai omapfb.h include path fix Vishnudas P
2009-07-23 19:23 ` Henning Heinold
@ 2009-07-24 6:20 ` Koen Kooi
1 sibling, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2009-07-24 6:20 UTC (permalink / raw)
To: openembedded-devel
On 23-07-09 18:51, Vishnudas P wrote:
> Hi
>
> This patch runs againt Stable/2009 and fixes the ti-dmai_svn.bb build
> error due to wrong include path for omapfb.h in
> dmai/packages/ti/sdo/dmai/linux/Display_fbdev.c
>
> An unrelated change is also there.
> ti-sdma-module is added to RRECOMMENDS_ti-dmai-apps.
> This will put sdma module in the FS image when gstreamer-ti is in IMAGE_INSTALL.
Acked-by: Koen Kooi <koen@openembedded.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-07-24 6:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-23 16:51 [PATCH] [Stable/2009] ti-dmai omapfb.h include path fix Vishnudas P
2009-07-23 19:23 ` Henning Heinold
2009-07-24 6:19 ` Koen Kooi
2009-07-24 6:20 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.