All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Dimich <chris.dimich@boundarydevices.com>
To: buildroot@buildroot.org
Cc: Gary Bisson <bisson.gary@gmail.com>,
	Chris Dimich <chris.dimich@boundarydevices.com>,
	Refik Tuzakli <tuzakli.refik@gmail.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Romain Naour <romain.naour@gmail.com>,
	Giulio Benetti <giulio.benetti@benettiengineering.com>,
	Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Subject: [Buildroot] [PATCH 5/7] package/freescale-imx/imx-vpu-hantro-vc: bump version to 1.9.0
Date: Wed, 23 Nov 2022 11:53:02 -0800	[thread overview]
Message-ID: <20221123195304.1582783-12-chris.dimich@boundarydevices.com> (raw)
In-Reply-To: <20221123195304.1582783-1-chris.dimich@boundarydevices.com>

- To match NXP 5.15.52-2.1.0 release.
- EULA/COPYING: update to LA_OPT_NXP_Software_License v39.

Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
---
 .../freescale-imx/imx-vpu-hantro-vc/imx-vpu-hantro-vc.hash  | 6 +++---
 .../freescale-imx/imx-vpu-hantro-vc/imx-vpu-hantro-vc.mk    | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/freescale-imx/imx-vpu-hantro-vc/imx-vpu-hantro-vc.hash b/package/freescale-imx/imx-vpu-hantro-vc/imx-vpu-hantro-vc.hash
index aadf5b121f..bd9bc37c1f 100644
--- a/package/freescale-imx/imx-vpu-hantro-vc/imx-vpu-hantro-vc.hash
+++ b/package/freescale-imx/imx-vpu-hantro-vc/imx-vpu-hantro-vc.hash
@@ -1,4 +1,4 @@
 # Locally computed:
-sha256  d5efae484c4271c098286d007590d6bf40c272d4f35702ff65625f2362715ab3  imx-vpu-hantro-vc-1.4.0.bin
-sha256  ea58636bf34f589048fcd46e38497c47229fde8498df086ff5fb52f9ef8e15ee  COPYING
-sha256  50099e283cfd307f84f159aeb1a6f462351320273dbcdb80d7f2c9db0494b71c  EULA
+sha256  62b5ba3c4aab21d0d4be3eee9b204a9bb50b83b6140ee1a3b27c648809bdfbaa  imx-vpu-hantro-vc-1.9.0.bin
+sha256  5bd7aab9dc380a6f9577443b2e90bd5ca73d9528175fad04b6d17da43a05a48e  COPYING
+sha256  654f0c4ce6d08f9a6d74e29c58206742cb7469a6a7c25413028a9bdbe647aa13  EULA
diff --git a/package/freescale-imx/imx-vpu-hantro-vc/imx-vpu-hantro-vc.mk b/package/freescale-imx/imx-vpu-hantro-vc/imx-vpu-hantro-vc.mk
index 5f4c6faee4..1f033c1434 100644
--- a/package/freescale-imx/imx-vpu-hantro-vc/imx-vpu-hantro-vc.mk
+++ b/package/freescale-imx/imx-vpu-hantro-vc/imx-vpu-hantro-vc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IMX_VPU_HANTRO_VC_VERSION = 1.4.0
+IMX_VPU_HANTRO_VC_VERSION = 1.9.0
 IMX_VPU_HANTRO_VC_SITE = $(FREESCALE_IMX_SITE)
 IMX_VPU_HANTRO_VC_SOURCE = imx-vpu-hantro-vc-$(IMX_VPU_HANTRO_VC_VERSION).bin
 IMX_VPU_HANTRO_VC_DEPENDENCIES = linux
-- 
2.34.1

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

  parent reply	other threads:[~2022-11-23 19:55 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-23 19:52 [Buildroot] [PATCH 1/7] toolchain/toolchain-external: update Arm AArch64 toolchain 11.3.Rel1 Chris Dimich
2022-11-23 19:52 ` [Buildroot] [PATCH 2/7] package/freescale-imx/kernel-module-imx-gpu-viv: bump to version 6.4.3.p4.4 Chris Dimich
2022-11-23 21:58   ` Thomas Petazzoni via buildroot
2022-11-23 21:58     ` Thomas Petazzoni via buildroot
2022-11-23 19:52 ` [Buildroot] [PATCH 3/7] package/freescale-imx/imx-gpu-viv: " Chris Dimich
2022-11-23 21:58   ` Thomas Petazzoni via buildroot
2022-11-23 21:58     ` Thomas Petazzoni via buildroot
2022-11-23 19:52 ` [Buildroot] [PATCH 4/7] package/freescale-imx/imx-gpu-g2d: bump version to 6.4.3.p4.4 Chris Dimich
2022-11-23 21:59   ` Thomas Petazzoni via buildroot
2022-11-23 19:52 ` [Buildroot] [PATCH 5/7] package/freescale-imx/imx-vpu-hantro-vc: bump version to 1.9.0 Chris Dimich
2022-11-23 22:00   ` Thomas Petazzoni via buildroot
2022-11-23 19:52 ` [Buildroot] [PATCH 6/7] package/freescale-imx/imx-vpu-hantro-vc: add INSTALL_STAGING_CMDS Chris Dimich
2022-11-23 22:00   ` Thomas Petazzoni via buildroot
2022-11-23 19:52 ` [Buildroot] [PATCH 7/7] package/freescale-imx/imx-vpu-hantro-daemon: new package Chris Dimich
2022-11-23 19:52 ` [Buildroot] [PATCH 1/7] toolchain/toolchain-external: update Arm AArch64 toolchain 11.3.Rel1 Chris Dimich
2022-11-23 19:52 ` [Buildroot] [PATCH 2/7] package/freescale-imx/kernel-module-imx-gpu-viv: bump to version 6.4.3.p4.4 Chris Dimich
2022-11-23 19:53 ` [Buildroot] [PATCH 3/7] package/freescale-imx/imx-gpu-viv: " Chris Dimich
2022-11-23 19:53 ` [Buildroot] [PATCH 4/7] package/freescale-imx/imx-gpu-g2d: bump version to 6.4.3.p4.4 Chris Dimich
2022-11-23 19:53 ` Chris Dimich [this message]
2022-11-23 19:53 ` [Buildroot] [PATCH 6/7] package/freescale-imx/imx-vpu-hantro-vc: add INSTALL_STAGING_CMDS Chris Dimich
2022-11-23 19:53 ` [Buildroot] [PATCH 7/7] package/freescale-imx/imx-vpu-hantro-daemon: new package Chris Dimich
2022-11-23 21:45 ` [Buildroot] [PATCH 1/7] toolchain/toolchain-external: update Arm AArch64 toolchain 11.3.Rel1 Thomas Petazzoni via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221123195304.1582783-12-chris.dimich@boundarydevices.com \
    --to=chris.dimich@boundarydevices.com \
    --cc=bisson.gary@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=giulio.benetti@benettiengineering.com \
    --cc=romain.naour@gmail.com \
    --cc=thomas.de_schampheleire@nokia.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=tuzakli.refik@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.