[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-236-ga1cd69090
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2021-02-15 09:52:14
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via a1cd69090674d0ac9948870df72a341cd3488611 (commit)
via 216ab962c24edbc4bbc573ca0dad855edd7eeac7 (commit)
from 662a9e3533d06b3d55ad1e64d2ad377440093eed (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a1cd69090674d0ac9948870df72a341cd3488611
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Feb 15 10:52:10 2021 +0100
[BUILDROOT] 2020.02: fix patch 378
commit 216ab962c24edbc4bbc573ca0dad855edd7eeac7
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Feb 15 10:46:35 2021 +0100
[PATCH] 5.4.imx_legacy: -x on patches 0543 and 0544
-----------------------------------------------------------------------
Summary of changes:
.../378-package-x265-update-project-URL.patch | 50 ++++++++++++++--------
patches/buildroot/2020.02/cleanup_buildroot.sh | 1 +
...emove-quota-limit-in-peripheral-RX-handle.patch | 0
..._can_open-remove-IRQF_TRIGGER_FALLING-fro.patch | 0
4 files changed, 34 insertions(+), 17 deletions(-)
mode change 100755 => 100644 patches/linux/5.4.imx_legacy/0543-can-m_can-Remove-quota-limit-in-peripheral-RX-handle.patch
mode change 100755 => 100644 patches/linux/5.4.imx_legacy/0544-can-m_can-m_can_open-remove-IRQF_TRIGGER_FALLING-fro.patch
diff --git a/patches/buildroot/2020.02/378-package-x265-update-project-URL.patch b/patches/buildroot/2020.02/378-package-x265-update-project-URL.patch
index 4714dbd33..67c6132ff 100644
--- a/patches/buildroot/2020.02/378-package-x265-update-project-URL.patch
+++ b/patches/buildroot/2020.02/378-package-x265-update-project-URL.patch
@@ -1,24 +1,31 @@
-From ffea3b89cbc7ac74b9a0952c2ed06c2017cc0e8e Mon Sep 17 00:00:00 2001
+From 50d1b2ea0e9f404df8ed9186717b197c7c1a703e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
<seb...@ar...>
Date: Fri, 12 Feb 2021 09:54:20 +0100
-Subject: [PATCH 1/1] package/x265: update project URL
+Subject: [PATCH v2 1/1] package/x265: update project URL
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The project moved to https://bitbucket.org/multicoreware/x265_git
+The archive file has changed (but not its content) so update the hashes
+too.
Signed-off-by: Sébastien Szymanski <seb...@ar...>
---
+
+Changes for v2:
+ - update hashes
+
package/x265/Config.in | 2 +-
+ package/x265/x265.hash | 5 ++---
package/x265/x265.mk | 4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
+ 3 files changed, 5 insertions(+), 6 deletions(-)
-diff --git a/package/x265/Config.in b/package/x265/Config.in
-index 180931db66..1067505d31 100644
---- a/package/x265/Config.in
-+++ b/package/x265/Config.in
+Index: buildroot/package/x265/Config.in
+===================================================================
+--- buildroot.orig/package/x265/Config.in
++++ buildroot/package/x265/Config.in
@@ -11,7 +11,7 @@ config BR2_PACKAGE_X265
General Public License (GPL) 2 license or a commercial
license, similar to the x264 project.
@@ -28,20 +35,32 @@ index 180931db66..1067505d31 100644
if BR2_PACKAGE_X265
-diff --git a/package/x265/x265.mk b/package/x265/x265.mk
-index 872753eea8..7bc1d11e19 100644
---- a/package/x265/x265.mk
-+++ b/package/x265/x265.mk
+Index: buildroot/package/x265/x265.hash
+===================================================================
+--- buildroot.orig/package/x265/x265.hash
++++ buildroot/package/x265/x265.hash
+@@ -1,5 +1,4 @@
+-# From https://mailman.videolan.org/pipermail/x265-devel/2019-October/012721.html
+-md5 94808045a34d88a857e5eaf3f68f4bca x265_3.2.1.tar.gz
+ # Locally generated
+-sha256 fb9badcf92364fd3567f8b5aa0e5e952aeea7a39a2b864387cec31e3b58cbbcc x265_3.2.1.tar.gz
++md5 455bf1912a076392abf153d536870bbc x265_3.2.1.tar.gz
++sha256 b68939625356459e7055b9589451689924f236bac8deba3db21e3c2fb062d328 x265_3.2.1.tar.gz
+ sha256 d8afb1bcc7a2cfc603683b168d6987ef0a48e59e0da3693bf55c5d33b67e2b49 COPYING
+Index: buildroot/package/x265/x265.mk
+===================================================================
+--- buildroot.orig/package/x265/x265.mk
++++ buildroot/package/x265/x265.mk
@@ -6,7 +6,7 @@
- X265_VERSION = 3.3
+ X265_VERSION = 3.2.1
X265_SOURCE = x265_$(X265_VERSION).tar.gz
-X265_SITE = https://bitbucket.org/multicoreware/x265/downloads
+X265_SITE = https://bitbucket.org/multicoreware/x265_git/downloads
X265_LICENSE = GPL-2.0+
X265_LICENSE_FILES = COPYING
- X265_CPE_ID_VENDOR = multicorewareinc
-@@ -19,7 +19,7 @@ X265_DEPENDENCIES += host-nasm
+ X265_SUBDIR = source
+@@ -18,7 +18,7 @@ X265_DEPENDENCIES += host-nasm
endif
# disable altivec, it has build issues
@@ -50,6 +69,3 @@ index 872753eea8..7bc1d11e19 100644
ifeq ($(BR2_powerpc64)$(BR2_powerpc64le),y)
X265_CONF_OPTS += -DENABLE_ALTIVEC=OFF
endif
---
-2.26.2
-
diff --git a/patches/buildroot/2020.02/cleanup_buildroot.sh b/patches/buildroot/2020.02/cleanup_buildroot.sh
index 592610408..ade49c7e9 100755
--- a/patches/buildroot/2020.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2020.02/cleanup_buildroot.sh
@@ -147,6 +147,7 @@ rm -rf buildroot/package/wolf4sdl/wolf4sdl.mk
rm -rf buildroot/package/wpa_supplicant/Config.in
rm -rf buildroot/package/wpa_supplicant/wpa_supplicant.mk
rm -rf buildroot/package/x265/Config.in
+rm -rf buildroot/package/x265/x265.hash
rm -rf buildroot/package/x265/x265.mk
rm -rf buildroot/package/xc3sprog/Config.in
rm -rf buildroot/package/xc3sprog/xc3sprog-fixes-version-detection.patch
diff --git a/patches/linux/5.4.imx_legacy/0543-can-m_can-Remove-quota-limit-in-peripheral-RX-handle.patch b/patches/linux/5.4.imx_legacy/0543-can-m_can-Remove-quota-limit-in-peripheral-RX-handle.patch
old mode 100755
new mode 100644
diff --git a/patches/linux/5.4.imx_legacy/0544-can-m_can-m_can_open-remove-IRQF_TRIGGER_FALLING-fro.patch b/patches/linux/5.4.imx_legacy/0544-can-m_can-m_can_open-remove-IRQF_TRIGGER_FALLING-fro.patch
old mode 100755
new mode 100644
hooks/post-receive
--
armadeus
|