* [Buildroot] [PATCH 1/1] package/gst-omx: fix gstomx.conf installation for raspberry
@ 2020-10-27 11:30 Augustin Thiercelin
2020-10-27 11:52 ` Peter Seiderer
2020-10-27 12:10 ` Yann E. MORIN
0 siblings, 2 replies; 3+ messages in thread
From: Augustin Thiercelin @ 2020-10-27 11:30 UTC (permalink / raw)
To: buildroot
The commit 7e6f4e5 introduces a new bug when building the gst-omx package
for the raspberry.
GST_OMX_VARIANT variable in gst-omx.mk was shadowed to 'generic' after being
set well for raspberry. It results having the gstomx.conf not being installed,
and thus having gst-omx installed but none of its features available.
Signed-off-by: Augustin Thiercelin <augustin.thiercelin@outlook.com>
---
package/gstreamer1/gst-omx/gst-omx.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/gstreamer1/gst-omx/gst-omx.mk b/package/gstreamer1/gst-omx/gst-omx.mk
index cdd0e86b04..9e35ff3d04 100644
--- a/package/gstreamer1/gst-omx/gst-omx.mk
+++ b/package/gstreamer1/gst-omx/gst-omx.mk
@@ -20,6 +20,7 @@ GST_OMX_CONF_OPTS = \
ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
GST_OMX_VARIANT = rpi
GST_OMX_CONF_OPTS += -Dheader_path=$(STAGING_DIR)/usr/include/IL
+else
GST_OMX_VARIANT = generic
endif
--
2.29.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/gst-omx: fix gstomx.conf installation for raspberry
2020-10-27 11:30 [Buildroot] [PATCH 1/1] package/gst-omx: fix gstomx.conf installation for raspberry Augustin Thiercelin
@ 2020-10-27 11:52 ` Peter Seiderer
2020-10-27 12:10 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Peter Seiderer @ 2020-10-27 11:52 UTC (permalink / raw)
To: buildroot
Hello Augustin,
> Gesendet: Dienstag, 27. Oktober 2020 um 12:30 Uhr
> Von: "Augustin Thiercelin" <augustin.thiercelin@outlook.com>
> An: buildroot at buildroot.org
> Cc: "Augustin Thiercelin" <augustin.thiercelin@outlook.com>
> Betreff: [Buildroot] [PATCH 1/1] package/gst-omx: fix gstomx.conf installation for raspberry
>
> The commit 7e6f4e5 introduces a new bug when building the gst-omx package
> for the raspberry.
>
> GST_OMX_VARIANT variable in gst-omx.mk was shadowed to 'generic' after being
> set well for raspberry. It results having the gstomx.conf not being installed,
> and thus having gst-omx installed but none of its features available.
>
> Signed-off-by: Augustin Thiercelin <augustin.thiercelin@outlook.com>
> ---
> package/gstreamer1/gst-omx/gst-omx.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/gstreamer1/gst-omx/gst-omx.mk b/package/gstreamer1/gst-omx/gst-omx.mk
> index cdd0e86b04..9e35ff3d04 100644
> --- a/package/gstreamer1/gst-omx/gst-omx.mk
> +++ b/package/gstreamer1/gst-omx/gst-omx.mk
> @@ -20,6 +20,7 @@ GST_OMX_CONF_OPTS = \
> ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
> GST_OMX_VARIANT = rpi
> GST_OMX_CONF_OPTS += -Dheader_path=$(STAGING_DIR)/usr/include/IL
> +else
> GST_OMX_VARIANT = generic
> endif
>
Thanks for the patch iteration:
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Regards,
Peter
> --
> 2.29.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/gst-omx: fix gstomx.conf installation for raspberry
2020-10-27 11:30 [Buildroot] [PATCH 1/1] package/gst-omx: fix gstomx.conf installation for raspberry Augustin Thiercelin
2020-10-27 11:52 ` Peter Seiderer
@ 2020-10-27 12:10 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-10-27 12:10 UTC (permalink / raw)
To: buildroot
Augustin, All,
On 2020-10-27 12:30 +0100, Augustin Thiercelin spake thusly:
> The commit 7e6f4e5 introduces a new bug when building the gst-omx package
> for the raspberry.
>
> GST_OMX_VARIANT variable in gst-omx.mk was shadowed to 'generic' after being
> set well for raspberry. It results having the gstomx.conf not being installed,
> and thus having gst-omx installed but none of its features available.
>
> Signed-off-by: Augustin Thiercelin <augustin.thiercelin@outlook.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/gstreamer1/gst-omx/gst-omx.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/gstreamer1/gst-omx/gst-omx.mk b/package/gstreamer1/gst-omx/gst-omx.mk
> index cdd0e86b04..9e35ff3d04 100644
> --- a/package/gstreamer1/gst-omx/gst-omx.mk
> +++ b/package/gstreamer1/gst-omx/gst-omx.mk
> @@ -20,6 +20,7 @@ GST_OMX_CONF_OPTS = \
> ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
> GST_OMX_VARIANT = rpi
> GST_OMX_CONF_OPTS += -Dheader_path=$(STAGING_DIR)/usr/include/IL
> +else
> GST_OMX_VARIANT = generic
> endif
>
> --
> 2.29.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-10-27 12:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-27 11:30 [Buildroot] [PATCH 1/1] package/gst-omx: fix gstomx.conf installation for raspberry Augustin Thiercelin
2020-10-27 11:52 ` Peter Seiderer
2020-10-27 12:10 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox