All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kmscube: update to latest revision
@ 2019-07-30 14:12 Zoltan Kuscsik
  0 siblings, 0 replies; 4+ messages in thread
From: Zoltan Kuscsik @ 2019-07-30 14:12 UTC (permalink / raw)
  To: openembedded-core

Switch to gitlab URL, since previos location is now a mirror

Signed-off-by: Zoltan Kuscsik <zoltan.kuscsik@solution57.com>
---
 ...bo_map-_unmap-and-use-it-or-avoid-it.patch | 25 ++++++++++---------
 meta/recipes-graphics/kmscube/kmscube_git.bb  |  4 +--
 2 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/meta/recipes-graphics/kmscube/kmscube/detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch b/meta/recipes-graphics/kmscube/kmscube/detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch
index 611e541598..a7a08f14e6 100644
--- a/meta/recipes-graphics/kmscube/kmscube/detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch
+++ b/meta/recipes-graphics/kmscube/kmscube/detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch
@@ -1,7 +1,7 @@
-From 761bf993ca55095f46380c0238583791c1797295 Mon Sep 17 00:00:00 2001
+From a91c588b5a4122506e7fe949c37d530621bdd997 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= <daniel.diaz@linaro.org>
 Date: Tue, 11 Jul 2017 14:50:37 -0500
-Subject: [PATCH kmscube] Detect gst_bo_map/_unmap and use it (or avoid it)
+Subject: [PATCH] Detect gst_bo_map/_unmap and use it (or avoid it)
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
@@ -18,6 +18,7 @@ Cc: Rob Clark <robdclark@gmail.com>
 Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
 
 Upstream-Status: Submitted [https://lists.freedesktop.org/archives/mesa-dev/2017-July/163020.html]
+Signed-off-by: Zoltan Kuscsik <zoltan.kuscsik@solution57.com>
 ---
  Makefile.am   | 5 ++++-
  configure.ac  | 3 +++
@@ -26,7 +27,7 @@ Upstream-Status: Submitted [https://lists.freedesktop.org/archives/mesa-dev/2017
  4 files changed, 17 insertions(+), 2 deletions(-)
 
 diff --git a/Makefile.am b/Makefile.am
-index a36087d..ab4adbf 100644
+index ba064e4..3a0a50b 100644
 --- a/Makefile.am
 +++ b/Makefile.am
 @@ -43,7 +43,6 @@ kmscube_SOURCES = \
@@ -37,16 +38,16 @@ index a36087d..ab4adbf 100644
  	drm-atomic.c \
  	drm-common.c \
  	drm-common.h \
-@@ -59,3 +58,7 @@ kmscube_LDADD += $(GST_LIBS)
- kmscube_CFLAGS += $(GST_CFLAGS)
- kmscube_SOURCES += cube-video.c gst-decoder.c
- endif
+@@ -68,3 +67,7 @@ texturator_SOURCES = \
+ 	drm-common.c \
+ 	drm-legacy.c \
+ 	texturator.c
 +
 +if ENABLE_GBM_MAP
 +kmscube_SOURCES += cube-tex.c
 +endif
 diff --git a/configure.ac b/configure.ac
-index 8397f7b..c7f1f4d 100644
+index 6be6541..3d20121 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -49,5 +49,8 @@ if test "x$HAVE_GST" = "xyes"; then
@@ -59,7 +60,7 @@ index 8397f7b..c7f1f4d 100644
  AC_CONFIG_FILES([Makefile])
  AC_OUTPUT
 diff --git a/gst-decoder.c b/gst-decoder.c
-index 2d6d581..b84980e 100644
+index 5431014..0aa7a55 100644
 --- a/gst-decoder.c
 +++ b/gst-decoder.c
 @@ -332,6 +332,7 @@ set_last_frame(struct decoder *dec, EGLImage frame, GstSample *samp)
@@ -96,10 +97,10 @@ index 2d6d581..b84980e 100644
  	if (dmabuf_fd < 0) {
  		GST_ERROR("could not obtain DMABUF FD");
 diff --git a/kmscube.c b/kmscube.c
-index 3a2c4dd..276dc55 100644
+index 81803be..e93da67 100644
 --- a/kmscube.c
 +++ b/kmscube.c
-@@ -148,7 +148,11 @@ int main(int argc, char *argv[])
+@@ -166,7 +166,11 @@ int main(int argc, char *argv[])
  	else if (mode == VIDEO)
  		egl = init_cube_video(gbm, video, samples);
  	else
@@ -112,5 +113,5 @@ index 3a2c4dd..276dc55 100644
  	if (!egl) {
  		printf("failed to initialize EGL\n");
 -- 
-2.7.4
+2.22.0
 
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb
index 513148f9e0..fd90d20172 100644
--- a/meta/recipes-graphics/kmscube/kmscube_git.bb
+++ b/meta/recipes-graphics/kmscube/kmscube_git.bb
@@ -6,8 +6,8 @@ DEPENDS = "virtual/libgles2 virtual/egl libdrm"
 
 LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb"
 
-SRCREV = "485b385e966a63cecc143765d112d267b299ffe5"
-SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git \
+SRCREV = "e888ea1d233b2639b87a68e099d18d4e919905df"
+SRC_URI = "git://gitlab.freedesktop.org/mesa/kmscube;branch=master;protocol=https \
     file://detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch"
 UPSTREAM_CHECK_COMMITS = "1"
 
-- 
2.22.0



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

* Re: [PATCH] kmscube: update to latest revision
  2019-07-30 12:15 Zoltan Kuscsik
@ 2019-07-30 14:03 ` Alexander Kanavin
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Kanavin @ 2019-07-30 14:03 UTC (permalink / raw)
  To: Zoltan Kuscsik; +Cc: Poky Project

[-- Attachment #1: Type: text/plain, Size: 4934 bytes --]

This should go to the openembedded-core mailing list.

Alex

On Tue, 30 Jul 2019 at 14:16, Zoltan Kuscsik <zoltan.kuscsik@solution57.com>
wrote:

> Switch to gitlab URL, since previos location is now a mirror
>
> Signed-off-by: Zoltan Kuscsik <zoltan.kuscsik@solution57.com>
> ---
>  ...bo_map-_unmap-and-use-it-or-avoid-it.patch | 25 ++++++++++---------
>  meta/recipes-graphics/kmscube/kmscube_git.bb  |  4 +--
>  2 files changed, 15 insertions(+), 14 deletions(-)
>
> diff --git
> a/meta/recipes-graphics/kmscube/kmscube/detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch
> b/meta/recipes-graphics/kmscube/kmscube/detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch
> index 611e541598..a7a08f14e6 100644
> ---
> a/meta/recipes-graphics/kmscube/kmscube/detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch
> +++
> b/meta/recipes-graphics/kmscube/kmscube/detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch
> @@ -1,7 +1,7 @@
> -From 761bf993ca55095f46380c0238583791c1797295 Mon Sep 17 00:00:00 2001
> +From a91c588b5a4122506e7fe949c37d530621bdd997 Mon Sep 17 00:00:00 2001
>  From: =?UTF-8?q?Daniel=20D=C3=ADaz?= <daniel.diaz@linaro.org>
>  Date: Tue, 11 Jul 2017 14:50:37 -0500
> -Subject: [PATCH kmscube] Detect gst_bo_map/_unmap and use it (or avoid it)
> +Subject: [PATCH] Detect gst_bo_map/_unmap and use it (or avoid it)
>  MIME-Version: 1.0
>  Content-Type: text/plain; charset=UTF-8
>  Content-Transfer-Encoding: 8bit
> @@ -18,6 +18,7 @@ Cc: Rob Clark <robdclark@gmail.com>
>  Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
>
>  Upstream-Status: Submitted [
> https://lists.freedesktop.org/archives/mesa-dev/2017-July/163020.html]
> +Signed-off-by: Zoltan Kuscsik <zoltan.kuscsik@solution57.com>
>  ---
>   Makefile.am   | 5 ++++-
>   configure.ac  | 3 +++
> @@ -26,7 +27,7 @@ Upstream-Status: Submitted [
> https://lists.freedesktop.org/archives/mesa-dev/2017
>   4 files changed, 17 insertions(+), 2 deletions(-)
>
>  diff --git a/Makefile.am b/Makefile.am
> -index a36087d..ab4adbf 100644
> +index ba064e4..3a0a50b 100644
>  --- a/Makefile.am
>  +++ b/Makefile.am
>  @@ -43,7 +43,6 @@ kmscube_SOURCES = \
> @@ -37,16 +38,16 @@ index a36087d..ab4adbf 100644
>         drm-atomic.c \
>         drm-common.c \
>         drm-common.h \
> -@@ -59,3 +58,7 @@ kmscube_LDADD += $(GST_LIBS)
> - kmscube_CFLAGS += $(GST_CFLAGS)
> - kmscube_SOURCES += cube-video.c gst-decoder.c
> - endif
> +@@ -68,3 +67,7 @@ texturator_SOURCES = \
> +       drm-common.c \
> +       drm-legacy.c \
> +       texturator.c
>  +
>  +if ENABLE_GBM_MAP
>  +kmscube_SOURCES += cube-tex.c
>  +endif
>  diff --git a/configure.ac b/configure.ac
> -index 8397f7b..c7f1f4d 100644
> +index 6be6541..3d20121 100644
>  --- a/configure.ac
>  +++ b/configure.ac
>  @@ -49,5 +49,8 @@ if test "x$HAVE_GST" = "xyes"; then
> @@ -59,7 +60,7 @@ index 8397f7b..c7f1f4d 100644
>   AC_CONFIG_FILES([Makefile])
>   AC_OUTPUT
>  diff --git a/gst-decoder.c b/gst-decoder.c
> -index 2d6d581..b84980e 100644
> +index 5431014..0aa7a55 100644
>  --- a/gst-decoder.c
>  +++ b/gst-decoder.c
>  @@ -332,6 +332,7 @@ set_last_frame(struct decoder *dec, EGLImage frame,
> GstSample *samp)
> @@ -96,10 +97,10 @@ index 2d6d581..b84980e 100644
>         if (dmabuf_fd < 0) {
>                 GST_ERROR("could not obtain DMABUF FD");
>  diff --git a/kmscube.c b/kmscube.c
> -index 3a2c4dd..276dc55 100644
> +index 81803be..e93da67 100644
>  --- a/kmscube.c
>  +++ b/kmscube.c
> -@@ -148,7 +148,11 @@ int main(int argc, char *argv[])
> +@@ -166,7 +166,11 @@ int main(int argc, char *argv[])
>         else if (mode == VIDEO)
>                 egl = init_cube_video(gbm, video, samples);
>         else
> @@ -112,5 +113,5 @@ index 3a2c4dd..276dc55 100644
>         if (!egl) {
>                 printf("failed to initialize EGL\n");
>  --
> -2.7.4
> +2.22.0
>
> diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb
> b/meta/recipes-graphics/kmscube/kmscube_git.bb
> index 513148f9e0..fd90d20172 100644
> --- a/meta/recipes-graphics/kmscube/kmscube_git.bb
> +++ b/meta/recipes-graphics/kmscube/kmscube_git.bb
> @@ -6,8 +6,8 @@ DEPENDS = "virtual/libgles2 virtual/egl libdrm"
>
>  LIC_FILES_CHKSUM =
> "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb"
>
> -SRCREV = "485b385e966a63cecc143765d112d267b299ffe5"
> -SRC_URI = "git://
> anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git \
> +SRCREV = "e888ea1d233b2639b87a68e099d18d4e919905df"
> +SRC_URI = "git://
> gitlab.freedesktop.org/mesa/kmscube;branch=master;protocol=https \
>      file://detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch"
>  UPSTREAM_CHECK_COMMITS = "1"
>
> --
> 2.22.0
>
> --
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>

[-- Attachment #2: Type: text/html, Size: 7300 bytes --]

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

* [PATCH] kmscube: update to latest revision
@ 2019-07-30 12:15 Zoltan Kuscsik
  2019-07-30 14:03 ` Alexander Kanavin
  0 siblings, 1 reply; 4+ messages in thread
From: Zoltan Kuscsik @ 2019-07-30 12:15 UTC (permalink / raw)
  To: poky

Switch to gitlab URL, since previos location is now a mirror

Signed-off-by: Zoltan Kuscsik <zoltan.kuscsik@solution57.com>
---
 ...bo_map-_unmap-and-use-it-or-avoid-it.patch | 25 ++++++++++---------
 meta/recipes-graphics/kmscube/kmscube_git.bb  |  4 +--
 2 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/meta/recipes-graphics/kmscube/kmscube/detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch b/meta/recipes-graphics/kmscube/kmscube/detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch
index 611e541598..a7a08f14e6 100644
--- a/meta/recipes-graphics/kmscube/kmscube/detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch
+++ b/meta/recipes-graphics/kmscube/kmscube/detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch
@@ -1,7 +1,7 @@
-From 761bf993ca55095f46380c0238583791c1797295 Mon Sep 17 00:00:00 2001
+From a91c588b5a4122506e7fe949c37d530621bdd997 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= <daniel.diaz@linaro.org>
 Date: Tue, 11 Jul 2017 14:50:37 -0500
-Subject: [PATCH kmscube] Detect gst_bo_map/_unmap and use it (or avoid it)
+Subject: [PATCH] Detect gst_bo_map/_unmap and use it (or avoid it)
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
@@ -18,6 +18,7 @@ Cc: Rob Clark <robdclark@gmail.com>
 Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
 
 Upstream-Status: Submitted [https://lists.freedesktop.org/archives/mesa-dev/2017-July/163020.html]
+Signed-off-by: Zoltan Kuscsik <zoltan.kuscsik@solution57.com>
 ---
  Makefile.am   | 5 ++++-
  configure.ac  | 3 +++
@@ -26,7 +27,7 @@ Upstream-Status: Submitted [https://lists.freedesktop.org/archives/mesa-dev/2017
  4 files changed, 17 insertions(+), 2 deletions(-)
 
 diff --git a/Makefile.am b/Makefile.am
-index a36087d..ab4adbf 100644
+index ba064e4..3a0a50b 100644
 --- a/Makefile.am
 +++ b/Makefile.am
 @@ -43,7 +43,6 @@ kmscube_SOURCES = \
@@ -37,16 +38,16 @@ index a36087d..ab4adbf 100644
  	drm-atomic.c \
  	drm-common.c \
  	drm-common.h \
-@@ -59,3 +58,7 @@ kmscube_LDADD += $(GST_LIBS)
- kmscube_CFLAGS += $(GST_CFLAGS)
- kmscube_SOURCES += cube-video.c gst-decoder.c
- endif
+@@ -68,3 +67,7 @@ texturator_SOURCES = \
+ 	drm-common.c \
+ 	drm-legacy.c \
+ 	texturator.c
 +
 +if ENABLE_GBM_MAP
 +kmscube_SOURCES += cube-tex.c
 +endif
 diff --git a/configure.ac b/configure.ac
-index 8397f7b..c7f1f4d 100644
+index 6be6541..3d20121 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -49,5 +49,8 @@ if test "x$HAVE_GST" = "xyes"; then
@@ -59,7 +60,7 @@ index 8397f7b..c7f1f4d 100644
  AC_CONFIG_FILES([Makefile])
  AC_OUTPUT
 diff --git a/gst-decoder.c b/gst-decoder.c
-index 2d6d581..b84980e 100644
+index 5431014..0aa7a55 100644
 --- a/gst-decoder.c
 +++ b/gst-decoder.c
 @@ -332,6 +332,7 @@ set_last_frame(struct decoder *dec, EGLImage frame, GstSample *samp)
@@ -96,10 +97,10 @@ index 2d6d581..b84980e 100644
  	if (dmabuf_fd < 0) {
  		GST_ERROR("could not obtain DMABUF FD");
 diff --git a/kmscube.c b/kmscube.c
-index 3a2c4dd..276dc55 100644
+index 81803be..e93da67 100644
 --- a/kmscube.c
 +++ b/kmscube.c
-@@ -148,7 +148,11 @@ int main(int argc, char *argv[])
+@@ -166,7 +166,11 @@ int main(int argc, char *argv[])
  	else if (mode == VIDEO)
  		egl = init_cube_video(gbm, video, samples);
  	else
@@ -112,5 +113,5 @@ index 3a2c4dd..276dc55 100644
  	if (!egl) {
  		printf("failed to initialize EGL\n");
 -- 
-2.7.4
+2.22.0
 
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb
index 513148f9e0..fd90d20172 100644
--- a/meta/recipes-graphics/kmscube/kmscube_git.bb
+++ b/meta/recipes-graphics/kmscube/kmscube_git.bb
@@ -6,8 +6,8 @@ DEPENDS = "virtual/libgles2 virtual/egl libdrm"
 
 LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb"
 
-SRCREV = "485b385e966a63cecc143765d112d267b299ffe5"
-SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git \
+SRCREV = "e888ea1d233b2639b87a68e099d18d4e919905df"
+SRC_URI = "git://gitlab.freedesktop.org/mesa/kmscube;branch=master;protocol=https \
     file://detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch"
 UPSTREAM_CHECK_COMMITS = "1"
 
-- 
2.22.0



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

* [PATCH] kmscube: update to latest revision
@ 2019-05-07 16:17 Oleksandr Kravchuk
  0 siblings, 0 replies; 4+ messages in thread
From: Oleksandr Kravchuk @ 2019-05-07 16:17 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 meta/recipes-graphics/kmscube/kmscube_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb
index b2dd6b30b0..513148f9e0 100644
--- a/meta/recipes-graphics/kmscube/kmscube_git.bb
+++ b/meta/recipes-graphics/kmscube/kmscube_git.bb
@@ -6,7 +6,7 @@ DEPENDS = "virtual/libgles2 virtual/egl libdrm"
 
 LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb"
 
-SRCREV = "d8da3dcfdfe33ee525cf562e928a5266ac69843c"
+SRCREV = "485b385e966a63cecc143765d112d267b299ffe5"
 SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git \
     file://detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch"
 UPSTREAM_CHECK_COMMITS = "1"
-- 
2.17.1



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

end of thread, other threads:[~2019-07-30 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-30 14:12 [PATCH] kmscube: update to latest revision Zoltan Kuscsik
  -- strict thread matches above, loose matches on Subject: below --
2019-07-30 12:15 Zoltan Kuscsik
2019-07-30 14:03 ` Alexander Kanavin
2019-05-07 16:17 Oleksandr Kravchuk

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.