[oe-commits] org.oe.dev dsplink: add -include linux/autoconf.h to the kernel cflags, obsoleting patches adding #includes for that

koen commit oe at amethyst.openembedded.net
Thu Jul 3 14:27:46 UTC 2008


dsplink: add -include linux/autoconf.h to the kernel cflags, obsoleting patches adding #includes for that

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 3b3faee353d8023cc4c13c58aa4be9eaf82704d5
ViewMTN: http://monotone.openembedded.org/revision/info/3b3faee353d8023cc4c13c58aa4be9eaf82704d5
Files:
1
packages/dsplink/dsplink-1.51/prcs-fix-include.patch
packages/dsplink/dsplink_1.50.bb
packages/dsplink/dsplink_1.51.00.08.bb
packages/dsplink/files/davinci_mvlpro5.0.mk
Diffs:

#
# mt diff -r798e12bda5bebd9e0079e1cdf2605c8a64e20f71 -r3b3faee353d8023cc4c13c58aa4be9eaf82704d5
#
#
#
# patch "packages/dsplink/dsplink-1.51/prcs-fix-include.patch"
#  from [8ac90578a1ce466c71ff83f526660fcfda5dd74b]
#    to [11e87c1d1181121515462f2371fb6c0a18605dd8]
# 
# patch "packages/dsplink/dsplink_1.50.bb"
#  from [28706cfa3f5589f162d5dfbc64e293d18d04e2e4]
#    to [35e4aa8c6509ff24d50d3658625e7252d51e0893]
# 
# patch "packages/dsplink/dsplink_1.51.00.08.bb"
#  from [aea3b875753a4e513bc8a8ab9691100122972c3b]
#    to [02cc53a05188213058b69eda10abb1e4a6848c7d]
# 
# patch "packages/dsplink/files/davinci_mvlpro5.0.mk"
#  from [bf3b65c67ceca007c139c44b2f51a183c75104b5]
#    to [042770d48dc6f826ec64e4d6d293f0edbf7d4bda]
#
============================================================
--- packages/dsplink/dsplink-1.51/prcs-fix-include.patch	8ac90578a1ce466c71ff83f526660fcfda5dd74b
+++ packages/dsplink/dsplink-1.51/prcs-fix-include.patch	11e87c1d1181121515462f2371fb6c0a18605dd8
@@ -27,23 +27,3 @@
  
  /*  ----------------------------------- DSP/BIOS Link               */
  #include <dsplink.h>
---- /tmp/hal_intgen.c	2008-06-29 23:42:05.000000000 +0200
-+++ dsplink_1_51_00_08/dsplink/gpp/src/ldrv/HAL/OMAP/3530/hal_intgen.c	2008-06-29 23:42:18.000000000 +0200
-@@ -17,6 +17,7 @@
- 
- 
- /*  ----------------------------------- OS headers                  */
-+#include <linux/autoconf.h> 
- #include <asm/io.h>
- 
- /*  ----------------------------------- DSP/BIOS Link               */
---- /tmp/hal_prcm.c	2008-06-29 23:42:05.000000000 +0200
-+++ dsplink_1_51_00_08/dsplink/gpp/src/ldrv/HAL/OMAP/3530/hal_prcm.c	2008-06-29 23:43:10.000000000 +0200
-@@ -18,6 +18,7 @@
- 
- 
- /*  ----------------------------------- OS headers                  */
-+#include <linux/autoconf.h> 
- #include <asm/io.h>
- 
- /*  ----------------------------------- DSP/BIOS Link               */
============================================================
--- packages/dsplink/dsplink_1.50.bb	28706cfa3f5589f162d5dfbc64e293d18d04e2e4
+++ packages/dsplink/dsplink_1.50.bb	35e4aa8c6509ff24d50d3658625e7252d51e0893
@@ -1,6 +1,6 @@ require dsplink.inc
 require dsplink.inc
 
-PR = "r3"
+PR = "r4"
 PE = "1"
 PV = "1.50"
 
============================================================
--- packages/dsplink/dsplink_1.51.00.08.bb	aea3b875753a4e513bc8a8ab9691100122972c3b
+++ packages/dsplink/dsplink_1.51.00.08.bb	02cc53a05188213058b69eda10abb1e4a6848c7d
@@ -1,6 +1,6 @@ require dsplink.inc
 require dsplink.inc
 
-PR = "r0"
+PR = "r1"
 PE = "1"
 PV = "1.51"
 
============================================================
--- packages/dsplink/files/davinci_mvlpro5.0.mk	bf3b65c67ceca007c139c44b2f51a183c75104b5
+++ packages/dsplink/files/davinci_mvlpro5.0.mk	042770d48dc6f826ec64e4d6d293f0edbf7d4bda
@@ -99,7 +99,7 @@ CC_SW_DEB       := -g
 #   ----------------------------------------------------------------------------
 #   Standard flags for the compiler
 #   ----------------------------------------------------------------------------
-STD_KRNL_FLAGS  := -c -iwithprefix include -Iinclude -Wall  -Wstrict-prototypes\
+STD_KRNL_FLAGS  := -include linux/autoconf.h -c -iwithprefix include -Iinclude -Wall  -Wstrict-prototypes\
                    -Wno-trigraphs -fno-strict-aliasing -fno-common             \
                    -fno-omit-frame-pointer -mapcs -mno-sched-prolog            \
                    -mlittle-endian -D__LINUX_ARM_ARCH__=5 -march=armv5t        \






More information about the Openembedded-commits mailing list