All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] package/bayer2rgb-neon: update URL in Config.in file
@ 2021-09-08 14:55 Sébastien Szymanski
  2021-09-08 14:55 ` [Buildroot] [PATCH 2/5] package/bayer2rgb-neon: bump version to 0.6.1 Sébastien Szymanski
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sébastien Szymanski @ 2021-09-08 14:55 UTC (permalink / raw)
  To: buildroot; +Cc: Eloi Bail

The URL pointing to phytec.de is obsolete and not even used by
Buildroot.

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
---
 package/bayer2rgb-neon/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/bayer2rgb-neon/Config.in b/package/bayer2rgb-neon/Config.in
index ed065c1ed7..8fd18b4fa9 100644
--- a/package/bayer2rgb-neon/Config.in
+++ b/package/bayer2rgb-neon/Config.in
@@ -9,7 +9,7 @@ config BR2_PACKAGE_BAYER2RGB_NEON
 	  to decode raw camera bayer to RGB using
 	  NEON hardware acceleration.
 
-	  https://git.phytec.de/bayer2rgb-neon/
+	  https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb
 
 comment "bayer2rgb-neon needs a toolchain w/ C++, dynamic library, gcc >= 4.9"
 	depends on BR2_arm && BR2_ARM_CPU_HAS_NEON
-- 
2.32.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/5] package/bayer2rgb-neon: bump version to 0.6.1
  2021-09-08 14:55 [Buildroot] [PATCH 1/5] package/bayer2rgb-neon: update URL in Config.in file Sébastien Szymanski
@ 2021-09-08 14:55 ` Sébastien Szymanski
  2021-09-08 14:55 ` [Buildroot] [PATCH 3/5] package/bayer2rgb-neon: enable for BR2_aarch64 Sébastien Szymanski
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Sébastien Szymanski @ 2021-09-08 14:55 UTC (permalink / raw)
  To: buildroot; +Cc: Eloi Bail

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
---
 package/bayer2rgb-neon/bayer2rgb-neon.hash | 2 +-
 package/bayer2rgb-neon/bayer2rgb-neon.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/bayer2rgb-neon/bayer2rgb-neon.hash b/package/bayer2rgb-neon/bayer2rgb-neon.hash
index b1e87d7a36..26a14fcb51 100644
--- a/package/bayer2rgb-neon/bayer2rgb-neon.hash
+++ b/package/bayer2rgb-neon/bayer2rgb-neon.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  d2e3e97bb9da218f223c03b2f080c5da727224e6e4cb99979398971110dfae04  bayer2rgb-neon-bef3ecafe290d61a50fd27da3e5d0df6f4b88045-br1.tar.gz
+sha256  edf451dbb52ad67eb35f9043390bd75ea7228d493c99184aae80b3bd27beab62  bayer2rgb-neon-15feb1115b4828488cc36d09f625e23e8b6a0ec5-br1.tar.gz
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/bayer2rgb-neon/bayer2rgb-neon.mk b/package/bayer2rgb-neon/bayer2rgb-neon.mk
index 34510e7616..a483890c81 100644
--- a/package/bayer2rgb-neon/bayer2rgb-neon.mk
+++ b/package/bayer2rgb-neon/bayer2rgb-neon.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BAYER2RGB_NEON_VERSION = bef3ecafe290d61a50fd27da3e5d0df6f4b88045
+BAYER2RGB_NEON_VERSION = 15feb1115b4828488cc36d09f625e23e8b6a0ec5
 BAYER2RGB_NEON_SITE = https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb.git
 BAYER2RGB_NEON_SITE_METHOD = git
 BAYER2RGB_NEON_LICENSE = GPL-3.0
-- 
2.32.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 3/5] package/bayer2rgb-neon: enable for BR2_aarch64
  2021-09-08 14:55 [Buildroot] [PATCH 1/5] package/bayer2rgb-neon: update URL in Config.in file Sébastien Szymanski
  2021-09-08 14:55 ` [Buildroot] [PATCH 2/5] package/bayer2rgb-neon: bump version to 0.6.1 Sébastien Szymanski
@ 2021-09-08 14:55 ` Sébastien Szymanski
  2021-09-08 14:55 ` [Buildroot] [PATCH 4/5] package/gst1-plugins-bayer2rgb-neon: bump to 0.6.1 Sébastien Szymanski
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Sébastien Szymanski @ 2021-09-08 14:55 UTC (permalink / raw)
  To: buildroot; +Cc: Eloi Bail

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
---
 package/bayer2rgb-neon/Config.in         | 2 +-
 package/bayer2rgb-neon/bayer2rgb-neon.mk | 8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/package/bayer2rgb-neon/Config.in b/package/bayer2rgb-neon/Config.in
index 8fd18b4fa9..7822171020 100644
--- a/package/bayer2rgb-neon/Config.in
+++ b/package/bayer2rgb-neon/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_BAYER2RGB_NEON
 	bool "bayer2rgb-neon"
-	depends on BR2_arm && BR2_ARM_CPU_HAS_NEON
+	depends on (BR2_arm && BR2_ARM_CPU_HAS_NEON) || BR2_aarch64
 	depends on !BR2_STATIC_LIBS
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11
diff --git a/package/bayer2rgb-neon/bayer2rgb-neon.mk b/package/bayer2rgb-neon/bayer2rgb-neon.mk
index a483890c81..212fe76766 100644
--- a/package/bayer2rgb-neon/bayer2rgb-neon.mk
+++ b/package/bayer2rgb-neon/bayer2rgb-neon.mk
@@ -13,6 +13,12 @@ BAYER2RGB_NEON_INSTALL_STAGING = YES
 BAYER2RGB_NEON_DEPENDENCIES = host-pkgconf host-gengetopt
 BAYER2RGB_NEON_AUTORECONF = YES
 
-BAYER2RGB_NEON_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -mfpu=neon"
+BAYER2RGB_NEON_CFLAGS = $(TARGET_CFLAGS)
+
+ifeq ($(BR2_arm),y)
+BAYER2RGB_NEON_CFLAGS += -mfpu=neon
+endif
+
+BAYER2RGB_NEON_CONF_ENV = CFLAGS="$(BAYER2RGB_NEON_CFLAGS)"
 
 $(eval $(autotools-package))
-- 
2.32.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 4/5] package/gst1-plugins-bayer2rgb-neon: bump to 0.6.1
  2021-09-08 14:55 [Buildroot] [PATCH 1/5] package/bayer2rgb-neon: update URL in Config.in file Sébastien Szymanski
  2021-09-08 14:55 ` [Buildroot] [PATCH 2/5] package/bayer2rgb-neon: bump version to 0.6.1 Sébastien Szymanski
  2021-09-08 14:55 ` [Buildroot] [PATCH 3/5] package/bayer2rgb-neon: enable for BR2_aarch64 Sébastien Szymanski
@ 2021-09-08 14:55 ` Sébastien Szymanski
  2021-09-08 14:55 ` [Buildroot] [PATCH 5/5] package/gst1-plugins-bayer2rgb-neon: enable for BR2_aarch64 Sébastien Szymanski
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Sébastien Szymanski @ 2021-09-08 14:55 UTC (permalink / raw)
  To: buildroot; +Cc: Eloi Bail

Update SITE to be synced with bayer2rgb-neon.
Use git as METHOD because no tarball is available for this version.

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
---
 package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in    | 2 +-
 .../gst1-plugins-bayer2rgb-neon.hash                        | 4 ++--
 .../gst1-plugins-bayer2rgb-neon.mk                          | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in
index b7cac08d7d..d3eec30c7a 100644
--- a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in
+++ b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in
@@ -12,7 +12,7 @@ menuconfig BR2_PACKAGE_GST1_PLUGINS_BAYER2RGB_NEON
 	  decode raw camera bayer to RGB using
 	  NEON hardware acceleration.
 
-	  https://git.phytec.de/gst-bayer2rgb-neon
+	  https://gitlab-ext.sigma-chemnitz.de/ensc/gst-bayer2rgb-neon
 
 comment "gst1-plugins-bayer2rgb-neon needs a toolchain w/ C++, dynamic library, gcc >= 4.9"
 	depends on BR2_arm && BR2_ARM_CPU_HAS_NEON
diff --git a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.hash b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.hash
index cfb62b062a..e626d0ba8d 100644
--- a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.hash
+++ b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 307725640203083df7dfb7f9c2b8bb9583accf7b8c06238dd92d6150a9fd8b04 gst-bayer2rgb-neon-0.4.tar.bz2
-sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
+sha256  76b2135a23f465f789ccb86bd3a8190a1e30f86cdb28abfac4d9a2cdece63fa2  gst1-plugins-bayer2rgb-neon-b630798efcd611879e7cb1c246052e5ba1acc41d-br1.tar.gz
+sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.mk b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.mk
index 5139463ca1..815099e315 100644
--- a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.mk
+++ b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-GST1_PLUGINS_BAYER2RGB_NEON_VERSION = 0.4
-GST1_PLUGINS_BAYER2RGB_NEON_SOURCE = gst-bayer2rgb-neon-$(GST1_PLUGINS_BAYER2RGB_NEON_VERSION).tar.bz2
-GST1_PLUGINS_BAYER2RGB_NEON_SITE = https://git.phytec.de/gst-bayer2rgb-neon/snapshot
+GST1_PLUGINS_BAYER2RGB_NEON_VERSION = b630798efcd611879e7cb1c246052e5ba1acc41d
+GST1_PLUGINS_BAYER2RGB_NEON_SITE = https://gitlab-ext.sigma-chemnitz.de/ensc/gst-bayer2rgb-neon.git
+GST1_PLUGINS_BAYER2RGB_NEON_SITE_METHOD = git
 GST1_PLUGINS_BAYER2RGB_NEON_LICENSE = GPL-3.0
 GST1_PLUGINS_BAYER2RGB_NEON_LICENSE_FILES = COPYING
 
-- 
2.32.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 5/5] package/gst1-plugins-bayer2rgb-neon: enable for BR2_aarch64
  2021-09-08 14:55 [Buildroot] [PATCH 1/5] package/bayer2rgb-neon: update URL in Config.in file Sébastien Szymanski
                   ` (2 preceding siblings ...)
  2021-09-08 14:55 ` [Buildroot] [PATCH 4/5] package/gst1-plugins-bayer2rgb-neon: bump to 0.6.1 Sébastien Szymanski
@ 2021-09-08 14:55 ` Sébastien Szymanski
  2021-09-10 21:34 ` [Buildroot] [PATCH 1/5] package/bayer2rgb-neon: update URL in Config.in file Yann E. MORIN
  2021-09-12 19:36 ` Peter Korsgaard
  5 siblings, 0 replies; 7+ messages in thread
From: Sébastien Szymanski @ 2021-09-08 14:55 UTC (permalink / raw)
  To: buildroot; +Cc: Eloi Bail

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
---
 package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in
index d3eec30c7a..570300a304 100644
--- a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in
+++ b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in
@@ -1,6 +1,6 @@
 menuconfig BR2_PACKAGE_GST1_PLUGINS_BAYER2RGB_NEON
 	bool "gst1-plugins-bayer2rgb-neon"
-	depends on BR2_arm && BR2_ARM_CPU_HAS_NEON # bayer2rgb-neon
+	depends on (BR2_arm && BR2_ARM_CPU_HAS_NEON) || BR2_aarch64 # bayer2rgb-neon
 	depends on !BR2_STATIC_LIBS # bayer2rgb-neon
 	depends on BR2_INSTALL_LIBSTDCPP # bayer2rgb-neon
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # bayer2rgb-neon
-- 
2.32.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/5] package/bayer2rgb-neon: update URL in Config.in file
  2021-09-08 14:55 [Buildroot] [PATCH 1/5] package/bayer2rgb-neon: update URL in Config.in file Sébastien Szymanski
                   ` (3 preceding siblings ...)
  2021-09-08 14:55 ` [Buildroot] [PATCH 5/5] package/gst1-plugins-bayer2rgb-neon: enable for BR2_aarch64 Sébastien Szymanski
@ 2021-09-10 21:34 ` Yann E. MORIN
  2021-09-12 19:36 ` Peter Korsgaard
  5 siblings, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2021-09-10 21:34 UTC (permalink / raw)
  To: Sébastien Szymanski; +Cc: Eloi Bail, buildroot

Sébastien, All,

On 2021-09-08 16:55 +0200, Sébastien Szymanski spake thusly:
> The URL pointing to phytec.de is obsolete and not even used by
> Buildroot.
> 
> Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>

Series of 5 patches applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/bayer2rgb-neon/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/bayer2rgb-neon/Config.in b/package/bayer2rgb-neon/Config.in
> index ed065c1ed7..8fd18b4fa9 100644
> --- a/package/bayer2rgb-neon/Config.in
> +++ b/package/bayer2rgb-neon/Config.in
> @@ -9,7 +9,7 @@ config BR2_PACKAGE_BAYER2RGB_NEON
>  	  to decode raw camera bayer to RGB using
>  	  NEON hardware acceleration.
>  
> -	  https://git.phytec.de/bayer2rgb-neon/
> +	  https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb
>  
>  comment "bayer2rgb-neon needs a toolchain w/ C++, dynamic library, gcc >= 4.9"
>  	depends on BR2_arm && BR2_ARM_CPU_HAS_NEON
> -- 
> 2.32.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@lists.buildroot.org
> https://lists.buildroot.org/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.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/5] package/bayer2rgb-neon: update URL in Config.in file
  2021-09-08 14:55 [Buildroot] [PATCH 1/5] package/bayer2rgb-neon: update URL in Config.in file Sébastien Szymanski
                   ` (4 preceding siblings ...)
  2021-09-10 21:34 ` [Buildroot] [PATCH 1/5] package/bayer2rgb-neon: update URL in Config.in file Yann E. MORIN
@ 2021-09-12 19:36 ` Peter Korsgaard
  5 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2021-09-12 19:36 UTC (permalink / raw)
  To: Sébastien Szymanski; +Cc: Eloi Bail, buildroot

>>>>> "Sébastien" == Sébastien Szymanski <sebastien.szymanski@armadeus.com> writes:

 > The URL pointing to phytec.de is obsolete and not even used by
 > Buildroot.

 > Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>

Committed to 2021.02.x, 2021.05.x and 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-09-12 19:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 14:55 [Buildroot] [PATCH 1/5] package/bayer2rgb-neon: update URL in Config.in file Sébastien Szymanski
2021-09-08 14:55 ` [Buildroot] [PATCH 2/5] package/bayer2rgb-neon: bump version to 0.6.1 Sébastien Szymanski
2021-09-08 14:55 ` [Buildroot] [PATCH 3/5] package/bayer2rgb-neon: enable for BR2_aarch64 Sébastien Szymanski
2021-09-08 14:55 ` [Buildroot] [PATCH 4/5] package/gst1-plugins-bayer2rgb-neon: bump to 0.6.1 Sébastien Szymanski
2021-09-08 14:55 ` [Buildroot] [PATCH 5/5] package/gst1-plugins-bayer2rgb-neon: enable for BR2_aarch64 Sébastien Szymanski
2021-09-10 21:34 ` [Buildroot] [PATCH 1/5] package/bayer2rgb-neon: update URL in Config.in file Yann E. MORIN
2021-09-12 19:36 ` 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.