[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-340-gfae5b75
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2017-10-06 11:01:22
|
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 fae5b75e64026f99cf4b6dbef1e99f0fcb777148 (commit)
via f989b9328bfd6b41851668a3bf6a816b41d9a7e7 (commit)
via 2890dd182f77ce0cb222d2b1b349d6d5daa616c8 (commit)
from 0cc59bc4489aa9a928e5af36361984708e428439 (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 fae5b75e64026f99cf4b6dbef1e99f0fcb777148
Author: Julien BOIBESSOT <jul...@ar...>
Date: Fri Oct 6 13:00:43 2017 +0200
[BUILDROOT] 2017.02: bump imx-usb-loader version to have i.MX6ULL support
commit f989b9328bfd6b41851668a3bf6a816b41d9a7e7
Author: Julien BOIBESSOT <jul...@ar...>
Date: Fri Oct 6 12:43:55 2017 +0200
[TOOLS] opos6ul_recovery.py: fixes error message when no imx-usb-loader is found on Host.
commit 2890dd182f77ce0cb222d2b1b349d6d5daa616c8
Author: Julien BOIBESSOT <jul...@ar...>
Date: Wed Oct 4 17:25:21 2017 +0200
[BUILDROOT] apf6legacy*_defconfigs: add multipart and jpegenc plugins to gstreamer
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf6legacy-4.1_defconfig | 2 ++
buildroot/configs/apf6legacy_defconfig | 2 ++
.../buildroot/2017.02/221-imx-usb-loader-version-bump.patch | 13 ++++++++-----
software/uboot_recover/opos6ul_recovery.py | 2 +-
4 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/buildroot/configs/apf6legacy-4.1_defconfig b/buildroot/configs/apf6legacy-4.1_defconfig
index 8b4b141..3943be5 100644
--- a/buildroot/configs/apf6legacy-4.1_defconfig
+++ b/buildroot/configs/apf6legacy-4.1_defconfig
@@ -56,10 +56,12 @@ BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEORATE=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_ALSA=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_PANGO=y
BR2_PACKAGE_GST1_PLUGINS_GOOD=y
+BR2_PACKAGE_GST1_PLUGINS_GOOD_JPEG=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PNG=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ALPHA=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_DEINTERLACE=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_MULTIFILE=y
+BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_MULTIPART=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTP=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTPMANAGER=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTSP=y
diff --git a/buildroot/configs/apf6legacy_defconfig b/buildroot/configs/apf6legacy_defconfig
index 012d985..69df1f7 100644
--- a/buildroot/configs/apf6legacy_defconfig
+++ b/buildroot/configs/apf6legacy_defconfig
@@ -50,10 +50,12 @@ BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEORATE=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_ALSA=y
BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_PANGO=y
BR2_PACKAGE_GST1_PLUGINS_GOOD=y
+BR2_PACKAGE_GST1_PLUGINS_GOOD_JPEG=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PNG=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ALPHA=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_DEINTERLACE=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_MULTIFILE=y
+BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_MULTIPART=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTP=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTPMANAGER=y
BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTSP=y
diff --git a/patches/buildroot/2017.02/221-imx-usb-loader-version-bump.patch b/patches/buildroot/2017.02/221-imx-usb-loader-version-bump.patch
index 1830aa6..6156ad5 100644
--- a/patches/buildroot/2017.02/221-imx-usb-loader-version-bump.patch
+++ b/patches/buildroot/2017.02/221-imx-usb-loader-version-bump.patch
@@ -1,3 +1,5 @@
+Mostly to have i.MX6ULL support.
+
Index: buildroot/package/imx-usb-loader/imx-usb-loader.mk
===================================================================
--- buildroot.orig/package/imx-usb-loader/imx-usb-loader.mk
@@ -7,14 +9,15 @@ Index: buildroot/package/imx-usb-loader/imx-usb-loader.mk
################################################################################
-IMX_USB_LOADER_VERSION = 9b0e81cf9511c3a27cf635407714caa2793b570c
-+IMX_USB_LOADER_VERSION = a2cf488d7adca0b43b61ebaec602e2964ab51874
++IMX_USB_LOADER_VERSION = 75d82372406d6910cb8173ba815819a8ccfa5e45
IMX_USB_LOADER_SITE = $(call github,boundarydevices,imx_usb_loader,$(IMX_USB_LOADER_VERSION))
IMX_USB_LOADER_LICENSE = LGPLv2.1+
IMX_USB_LOADER_LICENSE_FILES = COPYING
Index: buildroot/package/imx-usb-loader/imx-usb-loader.hash
===================================================================
--- buildroot.orig/package/imx-usb-loader/imx-usb-loader.hash
-+++ /dev/null
-@@ -1,2 +0,0 @@
--# locally computed
--sha256 40e1e36791e91366b13f57b16b32e75cf05e7177b2813f1bf2446419d0ed44eb imx-usb-loader-9b0e81cf9511c3a27cf635407714caa2793b570c.tar.gz
++++ buildroot/package/imx-usb-loader/imx-usb-loader.hash
+@@ -1,2 +1,3 @@
+ # locally computed
+ sha256 40e1e36791e91366b13f57b16b32e75cf05e7177b2813f1bf2446419d0ed44eb imx-usb-loader-9b0e81cf9511c3a27cf635407714caa2793b570c.tar.gz
++sha256 69071f75462451595f8ca96f5566933af2942f0d2bc2873433ea53392d5ce073 imx-usb-loader-75d82372406d6910cb8173ba815819a8ccfa5e45.tar.gz
diff --git a/software/uboot_recover/opos6ul_recovery.py b/software/uboot_recover/opos6ul_recovery.py
index 8aa5930..aa91e22 100644
--- a/software/uboot_recover/opos6ul_recovery.py
+++ b/software/uboot_recover/opos6ul_recovery.py
@@ -105,7 +105,7 @@ if __name__ == "__main__":
port = '/dev/ttyUSB0'
if not os.path.exists(USB_DOWNLOAD_APP):
- print color.RED + "Error: imx_usb is not present. Please compile Armadeus BSP first: make apf6_defconfig; make" + color.END
+ print color.RED + "Error: imx_usb is not present. Please compile Armadeus BSP first: make opos6ul_defconfig; make" + color.END
sys.exit(1)
if not os.path.exists(U_BOOT_SPL) or not os.path.exists(U_BOOT_IMG):
hooks/post-receive
--
armadeus
|