summaryrefslogtreecommitdiffstats
path: root/patches/CanFestival-3-20081204-1
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-12-10 21:05:23 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-12-10 21:08:18 +0100
commit7a37568e93deeb85b22077e22e999b26b09121d2 (patch)
treeccc6233ba391db456aa9d5c9b781310e3b74e2ae /patches/CanFestival-3-20081204-1
parentf1487017d6f7773a5603df2b2174c2974d933779 (diff)
downloadptxdist-7a37568e93deeb85b22077e22e999b26b09121d2.tar.gz
ptxdist-7a37568e93deeb85b22077e22e999b26b09121d2.tar.xz
[CanFestival] patch comments added
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'patches/CanFestival-3-20081204-1')
-rw-r--r--patches/CanFestival-3-20081204-1/byteorder.diff2
-rw-r--r--patches/CanFestival-3-20081204-1/fix-destdir.diff3
-rw-r--r--patches/CanFestival-3-20081204-1/fix-ldconfig.diff4
3 files changed, 7 insertions, 2 deletions
diff --git a/patches/CanFestival-3-20081204-1/byteorder.diff b/patches/CanFestival-3-20081204-1/byteorder.diff
index 404107150..d6bdaddde 100644
--- a/patches/CanFestival-3-20081204-1/byteorder.diff
+++ b/patches/CanFestival-3-20081204-1/byteorder.diff
@@ -4,6 +4,8 @@ From: Markus Messmer <mme@pengutronix.de>
The can identifier does not need to get switched when compiling for big endian
machines.
+FIXME rsc: needs to be made architecture independend.
+
Signed-off-by: Markus Messmer <mme@pengutronix.de>
---
diff --git a/patches/CanFestival-3-20081204-1/fix-destdir.diff b/patches/CanFestival-3-20081204-1/fix-destdir.diff
index 7251d1ed4..0b4acf9e9 100644
--- a/patches/CanFestival-3-20081204-1/fix-destdir.diff
+++ b/patches/CanFestival-3-20081204-1/fix-destdir.diff
@@ -6,7 +6,8 @@ Makefile is not $(DESTDIR) aware, this patch adds some $(DESTDIR)s.
Signed-off-by: Markus Messmer <mme@pengutronix.de>
---
-# datum: 16.12.08 mme: könnte auch upstream
+# 20081216 mme: ready for upstream, should be posted
+
Index: CanFestival-3-20080926/drivers/timers_unix/Makefile.in
===================================================================
--- CanFestival-3-20080926.orig/drivers/timers_unix/Makefile.in 2008-09-26 12:22:50.000000000 +0200
diff --git a/patches/CanFestival-3-20081204-1/fix-ldconfig.diff b/patches/CanFestival-3-20081204-1/fix-ldconfig.diff
index 909b34aa7..bdb6d166e 100644
--- a/patches/CanFestival-3-20081204-1/fix-ldconfig.diff
+++ b/patches/CanFestival-3-20081204-1/fix-ldconfig.diff
@@ -6,7 +6,9 @@ Installing fails due to ldconfig failure when running as non root user.
Signed-off-by: Markus Messmer <mme@pengutronix.de>
---
-# datum: 16.12.08 mme: nur ein hack um den ptxdist lauf nicht abzubrechen
+
+# 20081216 mme: this is only a hack, not for upstream
+
Index: CanFestival-3-20080926/Makefile.in
===================================================================
--- CanFestival-3-20080926.orig/Makefile.in 2008-09-26 11:39:51.000000000 +0200