[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-415-g85f2b3c3c
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2024-06-04 13:13:10
|
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 85f2b3c3c0e32dee16c83b1116579368951cd484 (commit)
from 87586b90dc89740a1834107440c82e8d1fd9ab59 (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 85f2b3c3c0e32dee16c83b1116579368951cd484
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Jun 4 15:12:24 2024 +0200
[BUILDROOT] 2024.02: patch to bump imx-mkimage
Bump to lf-6.6.3-1.0.0
-----------------------------------------------------------------------
Summary of changes:
...mx-mkimage-bump-version-to-lf-6.6.3-1.0.0.patch | 40 ++++++++++++++++++++++
patches/buildroot/2024.02/cleanup_buildroot.sh | 2 ++
2 files changed, 42 insertions(+)
create mode 100644 patches/buildroot/2024.02/0428-package-imx-mkimage-bump-version-to-lf-6.6.3-1.0.0.patch
diff --git a/patches/buildroot/2024.02/0428-package-imx-mkimage-bump-version-to-lf-6.6.3-1.0.0.patch b/patches/buildroot/2024.02/0428-package-imx-mkimage-bump-version-to-lf-6.6.3-1.0.0.patch
new file mode 100644
index 000000000..b09ac85a5
--- /dev/null
+++ b/patches/buildroot/2024.02/0428-package-imx-mkimage-bump-version-to-lf-6.6.3-1.0.0.patch
@@ -0,0 +1,40 @@
+From d4fe64064be541add16dbed0b549d9e2fd376094 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Tue, 4 Jun 2024 14:39:57 +0200
+Subject: [PATCH 1/1] package/imx-mkimage: bump version to lf-6.6.3-1.0.0
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ package/imx-mkimage/imx-mkimage.hash | 2 +-
+ package/imx-mkimage/imx-mkimage.mk | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/package/imx-mkimage/imx-mkimage.hash b/package/imx-mkimage/imx-mkimage.hash
+index 034b3d02ed33..3161d66ad2e5 100644
+--- a/package/imx-mkimage/imx-mkimage.hash
++++ b/package/imx-mkimage/imx-mkimage.hash
+@@ -1,3 +1,3 @@
+ # Locally calculated
+-sha256 fd538dc571ce06609d6a4d9ee8cfd7d0c93ec4685afa9f1079e5a5931ad3bdbc imx-mkimage-lf-6.1.36_2.1.0.tar.gz
++sha256 48e7bad4a49e693415418859bb0330b63938a77bbb12660bc64761a5daa915c9 imx-mkimage-lf-6.6.3_1.0.0.tar.gz
+ sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c LICENSE
+diff --git a/package/imx-mkimage/imx-mkimage.mk b/package/imx-mkimage/imx-mkimage.mk
+index 6e70a946bf64..a82854eb6e2f 100644
+--- a/package/imx-mkimage/imx-mkimage.mk
++++ b/package/imx-mkimage/imx-mkimage.mk
+@@ -4,7 +4,7 @@
+ #
+ ################################################################################
+
+-IMX_MKIMAGE_VERSION = lf-6.1.36_2.1.0
++IMX_MKIMAGE_VERSION = lf-6.6.3_1.0.0
+ IMX_MKIMAGE_SITE = $(call github,nxp-imx,imx-mkimage,$(IMX_MKIMAGE_VERSION))
+ IMX_MKIMAGE_LICENSE = GPL-2.0+
+ IMX_MKIMAGE_LICENSE_FILES = LICENSE
+--
+2.44.1
+
diff --git a/patches/buildroot/2024.02/cleanup_buildroot.sh b/patches/buildroot/2024.02/cleanup_buildroot.sh
index e060b1231..88b968afa 100755
--- a/patches/buildroot/2024.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2024.02/cleanup_buildroot.sh
@@ -39,6 +39,8 @@ rm -rf buildroot/package/gstreamer1/gst1-imx2/gst1-imx2.mk
rm -rf buildroot/package/imx-firmware/Config.in
rm -rf buildroot/package/imx-firmware/imx-firmware.hash
rm -rf buildroot/package/imx-firmware/imx-firmware.mk
+rm -rf buildroot/package/imx-mkimage/imx-mkimage.hash
+rm -rf buildroot/package/imx-mkimage/imx-mkimage.mk
rm -rf buildroot/package/leptonmodule/0001-flirpi-add-missing-dependency-to-leptcam-target.patch
rm -rf buildroot/package/leptonmodule/Config.in
rm -rf buildroot/package/leptonmodule/leptonmodule.mk
hooks/post-receive
--
armadeus
|