summaryrefslogtreecommitdiffstats
path: root/package/kmscube
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2017-03-06 09:27:53 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-06 21:21:34 +0100
commitad8ae08baa1cc6e58151a34fe8dd0a060ce9e525 (patch)
tree164ab084d62c0192269d4b8538e49a2046422189 /package/kmscube
parent687a313179b07865a12e9a35bc4c506fb371d2d0 (diff)
downloadbuildroot-ad8ae08baa1cc6e58151a34fe8dd0a060ce9e525.tar.gz
buildroot-ad8ae08baa1cc6e58151a34fe8dd0a060ce9e525.zip
kmscube: move to the new repository
As announced by Rob Clark at: https://lists.freedesktop.org/archives/mesa-dev/2017-February/145745.html , the kmscube repository has been moved from github to freedesktop.org, so change it to the new location. With the newest code the local patch for adding imx-drm support is no longer needed. Also, on imx6q we need to explicitily pass the card device now: Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/kmscube')
-rw-r--r--package/kmscube/0001-addimxdrm.patch27
-rw-r--r--package/kmscube/kmscube.hash2
-rw-r--r--package/kmscube/kmscube.mk4
3 files changed, 3 insertions, 30 deletions
diff --git a/package/kmscube/0001-addimxdrm.patch b/package/kmscube/0001-addimxdrm.patch
deleted file mode 100644
index 3eb79598ee..0000000000
--- a/package/kmscube/0001-addimxdrm.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 23186149100dd9c871f65132edce67db0b1ce3c3 Mon Sep 17 00:00:00 2001
-From: XoD <xoddark@gmail.com>
-Date: Mon, 13 Feb 2017 16:43:35 -0200
-Subject: [PATCH] Add imx-drm management
-
-Add imx-drm in the list of kms modules.
-
-Signed-off-by: XoD <xoddark@gmail.com>
-Signed-off-by: Fabio Estevam <festevam@gmail.com>
----
- kmscube.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/kmscube.c b/kmscube.c
-index ca2c266..95bd77f 100644
---- a/kmscube.c
-+++ b/kmscube.c
-@@ -122,6 +122,7 @@ static int init_drm(void)
- static const char *modules[] = {
- "exynos",
- "i915",
-+ "imx-drm",
- "msm",
- "nouveau",
- "omapdrm",
---
-2.7.4
diff --git a/package/kmscube/kmscube.hash b/package/kmscube/kmscube.hash
index d3e9858c97..0c9e41445c 100644
--- a/package/kmscube/kmscube.hash
+++ b/package/kmscube/kmscube.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 73cf923f915f9f7ee46f9f03bd24254fc04b5f166270c0d37c6f2bc3881186ec kmscube-8c6a20901f95e1b465bbca127f9d47fcfb8762e6.tar.gz
+sha256 aee8375da730c2e59e8644d6bd5e011f06c88f723a8f8934bd5dac67d94a3b8a kmscube-87e3ff5683ee54228b3e6e75f7d4de83901fadb0.tar.gz
diff --git a/package/kmscube/kmscube.mk b/package/kmscube/kmscube.mk
index 88db868ed2..9d3074adcd 100644
--- a/package/kmscube/kmscube.mk
+++ b/package/kmscube/kmscube.mk
@@ -4,8 +4,8 @@
#
################################################################################
-KMSCUBE_VERSION = 8c6a20901f95e1b465bbca127f9d47fcfb8762e6
-KMSCUBE_SITE = $(call github,robclark,kmscube,$(KMSCUBE_VERSION))
+KMSCUBE_VERSION = 87e3ff5683ee54228b3e6e75f7d4de83901fadb0
+KMSCUBE_SITE = https://cgit.freedesktop.org/mesa/kmscube/snapshot
KMSCUBE_LICENSE = MIT
KMSCUBE_DEPENDENCIES = host-pkgconf mesa3d libdrm
KMSCUBE_AUTORECONF = YES
OpenPOWER on IntegriCloud