summaryrefslogtreecommitdiff
path: root/packages/dsplink/files
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-05-15 18:45:44 +0000
committerKoen Kooi <koen@openembedded.org>2008-05-15 18:45:44 +0000
commitd157d168cebd735347bef6a4f921565cdadd17d7 (patch)
tree80c6889643527fda091d14c4920b098bc0ce28fa /packages/dsplink/files
parent3f7b97b5cb3650e3559748f10c6de64b24af07f4 (diff)
dsplink: get first part to build, need to sort out more includes, since someone though it would be a good idea to (not) pass includes using gcc instead of using #include <foo> in the source file
Diffstat (limited to 'packages/dsplink/files')
-rw-r--r--packages/dsplink/files/davinci_mvlpro5.0.mk2
-rw-r--r--packages/dsplink/files/prcs-fix-include.patch10
2 files changed, 11 insertions, 1 deletions
diff --git a/packages/dsplink/files/davinci_mvlpro5.0.mk b/packages/dsplink/files/davinci_mvlpro5.0.mk
index b90045e547..2ea2fd8915 100644
--- a/packages/dsplink/files/davinci_mvlpro5.0.mk
+++ b/packages/dsplink/files/davinci_mvlpro5.0.mk
@@ -35,7 +35,7 @@ USE_DISTRIBUTION := 1
# ----------------------------------------------------------------------------
# Base directory for the GPP OS
# ----------------------------------------------------------------------------
-BASE_BUILDOS := ${HOME}/montavista/kernel/Linux
+BASE_BUILDOS := SED_ME_KERNELDIR
# ----------------------------------------------------------------------------
# Base for code generation tools - compiler, linker, archiver etc.
diff --git a/packages/dsplink/files/prcs-fix-include.patch b/packages/dsplink/files/prcs-fix-include.patch
new file mode 100644
index 0000000000..12fcd5ec5d
--- /dev/null
+++ b/packages/dsplink/files/prcs-fix-include.patch
@@ -0,0 +1,10 @@
+--- /tmp/prcs.c 2008-05-15 20:35:49.946802023 +0200
++++ dsplink_1_50/dsplink/gpp/src/osal/Linux/prcs.c 2008-05-15 20:36:01.386858569 +0200
+@@ -17,6 +17,7 @@
+
+ /* ----------------------------------- OS Specific Headers */
+ #include <linux/autoconf.h>
++#include <linux/sched.h>
+ #include <linux/spinlock.h>
+ #include <linux/module.h>
+ #include <linux/mm.h>