All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] xserver: remove patch for aarch64
@ 2014-04-10 13:08 Alexey Brodkin
  2014-04-10 20:40 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Brodkin @ 2014-04-10 13:08 UTC (permalink / raw)
  To: buildroot

xorg-server-1.15.0.tar.gz already has full support of aarch64.
It was added with this commit http://patchwork.freedesktop.org/patch/14361/

Even though the patch in question doesn't break patching or building of xserver
it duplicates aarch64 entries in "include/servermd.h".

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 .../xserver_xorg-server-01-aarch64-support.patch   | 23 ----------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 package/x11r7/xserver_xorg-server/xserver_xorg-server-01-aarch64-support.patch

diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server-01-aarch64-support.patch b/package/x11r7/xserver_xorg-server/xserver_xorg-server-01-aarch64-support.patch
deleted file mode 100644
index ec497c8..0000000
--- a/package/x11r7/xserver_xorg-server/xserver_xorg-server-01-aarch64-support.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Add necessary definitions for AArch64
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
-Index: xserver_xorg-server-1.9.4/include/servermd.h
-===================================================================
---- xserver_xorg-server-1.9.4.orig/include/servermd.h	2009-11-04 20:31:46.000000000 +0100
-+++ xserver_xorg-server-1.9.4/include/servermd.h	2012-12-28 18:16:55.000000000 +0100
-@@ -68,6 +68,14 @@
-  * GLYPHPADBYTES is used.
-  */
- 
-+#ifdef __aarch64__
-+
-+# define IMAGE_BYTE_ORDER	LSBFirst
-+# define BITMAP_BIT_ORDER       LSBFirst
-+# define GLYPHPADBYTES		4
-+
-+#endif
-+
- #ifdef __avr32__
- 
- #define IMAGE_BYTE_ORDER        MSBFirst
-- 
1.9.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] xserver: remove patch for aarch64
  2014-04-10 13:08 [Buildroot] [PATCH] xserver: remove patch for aarch64 Alexey Brodkin
@ 2014-04-10 20:40 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2014-04-10 20:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Alexey" == Alexey Brodkin <Alexey.Brodkin@synopsys.com> writes:

 > xorg-server-1.15.0.tar.gz already has full support of aarch64.
 > It was added with this commit http://patchwork.freedesktop.org/patch/14361/

 > Even though the patch in question doesn't break patching or building of xserver
 > it duplicates aarch64 entries in "include/servermd.h".

 > Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
 > Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-10 20:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-10 13:08 [Buildroot] [PATCH] xserver: remove patch for aarch64 Alexey Brodkin
2014-04-10 20:40 ` Peter Korsgaard

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.