From: Gary Bisson <gary.bisson@boundarydevices.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 01/14] freescale-imx: bump to 3.14.28-1.0.0_ga release
Date: Fri, 11 Sep 2015 11:39:40 +0200 [thread overview]
Message-ID: <1441964394-3817-2-git-send-email-gary.bisson@boundarydevices.com> (raw)
In-Reply-To: <1441964394-3817-1-git-send-email-gary.bisson@boundarydevices.com>
Add hash files for the updated packages.
Also update the license of firmware-imx.
This patch is based on the Yocto equivalent:
5521d77c9f191b5808cb3bad4af9484ac
Those packages have been implicitely tested through gstreamer as the
plugins rely on them for vpu decoding for instance:
# gst-launch-0.10 playbin
# uri=file:///root/tears_of_steel_1080p.webm
# gst-launch-1.0 playbin uri=file:///root/tears_of_steel_1080p.webm
# gst-launch-1.0 filesrc location=/root/tears_of_steel_1080p.webm ! \
matroskademux ! imxvpudec ! imxipuvideosink
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
package/freescale-imx/firmware-imx/firmware-imx.hash | 2 ++
package/freescale-imx/firmware-imx/firmware-imx.mk | 2 +-
package/freescale-imx/freescale-imx.mk | 2 +-
package/freescale-imx/imx-lib/imx-lib.hash | 2 ++
4 files changed, 6 insertions(+), 2 deletions(-)
create mode 100644 package/freescale-imx/firmware-imx/firmware-imx.hash
create mode 100644 package/freescale-imx/imx-lib/imx-lib.hash
diff --git a/package/freescale-imx/firmware-imx/firmware-imx.hash b/package/freescale-imx/firmware-imx/firmware-imx.hash
new file mode 100644
index 0000000..0b89c4b
--- /dev/null
+++ b/package/freescale-imx/firmware-imx/firmware-imx.hash
@@ -0,0 +1,2 @@
+# locally computed
+sha256 1f09acd4d605efc78a0672068a658cb16274811d2f444cf3ae7aaa075266746f firmware-imx-3.14.28-1.0.0.bin
diff --git a/package/freescale-imx/firmware-imx/firmware-imx.mk b/package/freescale-imx/firmware-imx/firmware-imx.mk
index 71e49e6..9cab5c2 100644
--- a/package/freescale-imx/firmware-imx/firmware-imx.mk
+++ b/package/freescale-imx/firmware-imx/firmware-imx.mk
@@ -10,7 +10,7 @@ FIRMWARE_IMX_SOURCE = firmware-imx-$(FIRMWARE_IMX_VERSION).bin
FIRMWARE_IMX_LICENSE = Freescale Semiconductor Software License Agreement, \
Atheros license (ath6k)
-FIRMWARE_IMX_LICENSE_FILES = EULA licenses/vpu/EULA
+FIRMWARE_IMX_LICENSE_FILES = EULA COPYING
FIRMWARE_IMX_REDISTRIBUTE = NO
FIRMWARE_IMX_BLOBS = ath6k sdma vpu
diff --git a/package/freescale-imx/freescale-imx.mk b/package/freescale-imx/freescale-imx.mk
index 26c591b..d4f8967 100644
--- a/package/freescale-imx/freescale-imx.mk
+++ b/package/freescale-imx/freescale-imx.mk
@@ -4,7 +4,7 @@
#
################################################################################
-FREESCALE_IMX_VERSION = 3.10.53-1.1.0
+FREESCALE_IMX_VERSION = 3.14.28-1.0.0
FREESCALE_IMX_SITE = http://www.freescale.com/lgfiles/NMG/MAD/YOCTO
# Helper for self-extracting binaries distributed by Freescale.
diff --git a/package/freescale-imx/imx-lib/imx-lib.hash b/package/freescale-imx/imx-lib/imx-lib.hash
new file mode 100644
index 0000000..85f0a40
--- /dev/null
+++ b/package/freescale-imx/imx-lib/imx-lib.hash
@@ -0,0 +1,2 @@
+# locally computed
+sha256 46022817d25f154b60247fdcbb87216e23e553bd88ec9664b1b5d5911e7aa2a2 imx-lib-3.14.28-1.0.0.tar.gz
--
2.5.1
next prev parent reply other threads:[~2015-09-11 9:39 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-11 9:39 [Buildroot] [PATCH v2 00/14] Update Freescale packages to 3.14.28-1.0.0_ga Gary Bisson
2015-09-11 9:39 ` Gary Bisson [this message]
2015-09-11 9:39 ` [Buildroot] [PATCH v2 02/14] imx-kobs: add new package Gary Bisson
2015-09-19 13:44 ` Thomas Petazzoni
2015-09-11 9:39 ` [Buildroot] [PATCH v2 03/14] kobs-ng: remove obsolete package Gary Bisson
2015-09-11 9:39 ` [Buildroot] [PATCH v2 04/14] imx-gpu-viv: bump version to 5.0.11 p4.5 Gary Bisson
2015-09-11 9:39 ` [Buildroot] [PATCH v2 05/14] xdriver_xf86-video-imx-viv: bump to version " Gary Bisson
2015-09-11 9:39 ` [Buildroot] [PATCH v2 06/14] libfslcodec: bump version to 4.0.3 Gary Bisson
2015-09-11 9:39 ` [Buildroot] [PATCH v2 07/14] libfslparser: " Gary Bisson
2015-09-11 9:39 ` [Buildroot] [PATCH v2 08/14] libfslvpuwrap: bump version to 1.0.58 Gary Bisson
2015-09-11 9:39 ` [Buildroot] [PATCH v2 09/14] gst-fsl-plugins: bump version to 4.0.3 Gary Bisson
2015-09-11 9:39 ` [Buildroot] [PATCH v2 10/14] gst1-imx: bump version to 0.11.1 Gary Bisson
2015-09-11 9:39 ` [Buildroot] [PATCH v2 11/14] freescale_imx6*_defconfig: bump version to 3.14.28-1.0.0_ga Gary Bisson
2015-09-11 9:39 ` [Buildroot] [PATCH v2 12/14] qmx6_defconfig: bump version to 3.14.28_1.0.0 Gary Bisson
2015-09-11 9:39 ` [Buildroot] [PATCH v2 13/14] nitrogen6x_defconfig: bump version to 3.14.28-1.0.0 Gary Bisson
2015-09-11 9:39 ` [Buildroot] [PATCH v2 14/14] board/boundarydevices: update u-boot scripts for 3.14 kernels Gary Bisson
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=1441964394-3817-2-git-send-email-gary.bisson@boundarydevices.com \
--to=gary.bisson@boundarydevices.com \
--cc=buildroot@busybox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox