From: Gary Bisson <gary.bisson@boundarydevices.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 07/14] xdriver_xf86-video-imx-viv: bump to version 5.0.11 p7.4
Date: Wed, 16 Mar 2016 15:56:47 +0100 [thread overview]
Message-ID: <1458140214-22303-8-git-send-email-gary.bisson@boundarydevices.com> (raw)
In-Reply-To: <1458140214-22303-1-git-send-email-gary.bisson@boundarydevices.com>
Changelog:
- License changed to MIT.
- Fix GCC5.2 build.
Also add a patch pulled from Yocto for the following reason:
The 'swaprep.h' is an internal Xorg header and is not being installed
anymore. The swap features are provided by the 'misc.h' header now.
This patch is based on the Yocto equivalent:
https://github.com/Freescale/meta-fsl-arm/commit/19935f57
https://github.com/Freescale/meta-fsl-arm/commit/277cef92
The following xorg.conf was used in order to force the use of the
vivante module:
https://github.com/Freescale/meta-fsl-arm/blob/master/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf
Note that the X server must be started with the "noreset" option to
avoid crashes when closing X apps.
# X -noreset
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
| 31 ++++++++++++++++++++++
.../xdriver_xf86-video-imx-viv.hash | 2 +-
.../xdriver_xf86-video-imx-viv.mk | 6 ++---
3 files changed, 35 insertions(+), 4 deletions(-)
create mode 100644 package/x11r7/xdriver_xf86-video-imx-viv/0001-Remove-dix-internal-header-usage.patch
--git a/package/x11r7/xdriver_xf86-video-imx-viv/0001-Remove-dix-internal-header-usage.patch b/package/x11r7/xdriver_xf86-video-imx-viv/0001-Remove-dix-internal-header-usage.patch
new file mode 100644
index 0000000..f146ba3
--- /dev/null
+++ b/package/x11r7/xdriver_xf86-video-imx-viv/0001-Remove-dix-internal-header-usage.patch
@@ -0,0 +1,31 @@
+From 80c419dddf6483873503d90694c4b4ae34ffa5e4 Mon Sep 17 00:00:00 2001
+From: Otavio Salvador <otavio@ossystems.com.br>
+Date: Wed, 2 Dec 2015 13:50:57 +0000
+Subject: [PATCH] Remove 'dix' internal header usage
+Organization: O.S. Systems Software LTDA.
+
+The 'swaprep.h' is an internal Xorg header and is not being installed
+anymore. The swap features are provided by the 'misc.h' header now.
+
+Upstream-Status: Pending
+
+Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
+---
+ EXA/src/vivante_extension/vivante_ext.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/EXA/src/vivante_extension/vivante_ext.c b/EXA/src/vivante_extension/vivante_ext.c
+index 0d1085b..1ffbb1b 100644
+--- a/EXA/src/vivante_extension/vivante_ext.c
++++ b/EXA/src/vivante_extension/vivante_ext.c
+@@ -40,7 +40,6 @@
+ #include "cursorstr.h"
+ #include "scrnintstr.h"
+ #include "servermd.h"
+-#include "swaprep.h"
+ #include "drm.h"
+ #include "xf86Module.h"
+ #include "globals.h"
+--
+2.1.4
+
diff --git a/package/x11r7/xdriver_xf86-video-imx-viv/xdriver_xf86-video-imx-viv.hash b/package/x11r7/xdriver_xf86-video-imx-viv/xdriver_xf86-video-imx-viv.hash
index 72608dd..9a16569 100644
--- a/package/x11r7/xdriver_xf86-video-imx-viv/xdriver_xf86-video-imx-viv.hash
+++ b/package/x11r7/xdriver_xf86-video-imx-viv/xdriver_xf86-video-imx-viv.hash
@@ -1,2 +1,2 @@
# locally computed
-sha256 ab6a896cafba324105d26f52b7dad2c41d04d75cc9e48b66e8041a95660a04ee xserver-xorg-video-imx-viv-5.0.11.p7.1.tar.gz
+sha256 3effaf42bde64da8fad2dfe0dcef12d1cfbbbe189511dbd4612442129fd832cc xserver-xorg-video-imx-viv-5.0.11.p7.4.tar.gz
diff --git a/package/x11r7/xdriver_xf86-video-imx-viv/xdriver_xf86-video-imx-viv.mk b/package/x11r7/xdriver_xf86-video-imx-viv/xdriver_xf86-video-imx-viv.mk
index 884b30e..a1b32b1 100644
--- a/package/x11r7/xdriver_xf86-video-imx-viv/xdriver_xf86-video-imx-viv.mk
+++ b/package/x11r7/xdriver_xf86-video-imx-viv/xdriver_xf86-video-imx-viv.mk
@@ -4,13 +4,13 @@
#
################################################################################
-XDRIVER_XF86_VIDEO_IMX_VIV_VERSION = 5.0.11.p7.1
+XDRIVER_XF86_VIDEO_IMX_VIV_VERSION = 5.0.11.p7.4
XDRIVER_XF86_VIDEO_IMX_VIV_SITE = $(FREESCALE_IMX_SITE)
XDRIVER_XF86_VIDEO_IMX_VIV_SOURCE = xserver-xorg-video-imx-viv-$(XDRIVER_XF86_VIDEO_IMX_VIV_VERSION).tar.gz
XDRIVER_XF86_VIDEO_IMX_VIV_DEPENDENCIES = imx-gpu-viv xserver_xorg-server \
xproto_xproto xproto_xf86driproto libdrm
-XDRIVER_XF86_VIDEO_IMX_VIV_LICENSE = GPLv2+
-XDRIVER_XF86_VIDEO_IMX_VIV_LICENSE_FILES = COPYING-GPL-2
+XDRIVER_XF86_VIDEO_IMX_VIV_LICENSE = MIT
+XDRIVER_XF86_VIDEO_IMX_VIV_LICENSE_FILES = COPYING-MIT
XDRIVER_XF86_VIDEO_IMX_VIV_INSTALL_STAGING = YES
XDRIVER_XF86_VIDEO_IMX_VIV_MAKE_CMD = $(TARGET_CONFIGURE_OPTS) $(MAKE1) -C $(@D)/EXA/src -f makefile.linux
--
2.7.0
next prev parent reply other threads:[~2016-03-16 14:56 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-16 14:56 [Buildroot] [PATCH 00/14] Update NXP packages to 3.14.52-1.1.0_ga release Gary Bisson
2016-03-16 14:56 ` [Buildroot] [PATCH 01/14] libfslcodec: bump to version 4.0.8 Gary Bisson
2016-03-18 22:29 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 02/14] libfslparser: " Gary Bisson
2016-03-18 22:29 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 03/14] libfslvpuwrap: bump to version 1.0.62 Gary Bisson
2016-03-18 22:29 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 04/14] imx-gpu-viv: bump version to 5.0.11 p7.4 Gary Bisson
2016-03-18 22:29 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 05/14] imx-gpu-viv: add apitrace dependency on libpng Gary Bisson
2016-03-18 22:29 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 06/14] kernel-module-imx-gpu-viv: bump version to 5.0.11 p7.4 Gary Bisson
2016-03-18 22:29 ` Peter Korsgaard
2016-03-16 14:56 ` Gary Bisson [this message]
2016-03-18 22:30 ` [Buildroot] [PATCH 07/14] xdriver_xf86-video-imx-viv: bump to version " Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 08/14] imx-kobs: bump to version 5.3 Gary Bisson
2016-03-18 22:29 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 09/14] imx-vpu: bump to version 5.4.32 Gary Bisson
2016-03-18 22:31 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 10/14] firmware-imx: bump to version 5.3 Gary Bisson
2016-03-18 22:31 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 11/14] imx-uuc: add new package Gary Bisson
2016-03-19 8:54 ` Peter Korsgaard
2016-03-19 12:48 ` Gary Bisson
2016-03-20 18:42 ` Peter Korsgaard
2016-03-16 14:56 ` [Buildroot] [PATCH 12/14] gst1-imx: add missing libfslcodec dependency Gary Bisson
2016-03-19 13:59 ` Thomas Petazzoni
2016-03-16 14:56 ` [Buildroot] [PATCH 13/14] configs: freescale_imx6*: bump version to 3.14.52-1.1.0_ga Gary Bisson
2016-03-19 13:59 ` Thomas Petazzoni
2016-03-16 14:56 ` [Buildroot] [PATCH 14/14] configs: nitrogen*: bump kernel " Gary Bisson
2016-03-19 13:59 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1458140214-22303-8-git-send-email-gary.bisson@boundarydevices.com \
--to=gary.bisson@boundarydevices.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox