[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-629-gf0cc3df
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2015-02-26 17:03:59
|
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 f0cc3df28433f4542e2d8d968fcf1812eceae2b6 (commit)
via 939079d8e7cd1425928393a720e972b8211feafe (commit)
from babecf2c1fc7ac6dc60d02a7b9045bf8fa1e2c6f (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 f0cc3df28433f4542e2d8d968fcf1812eceae2b6
Author: Julien Boibessot <jul...@ar...>
Date: Thu Feb 26 17:58:47 2015 +0100
[BUILDROOT] apf6legacy_defconfig: add gstreamer + some useful plugins
commit 939079d8e7cd1425928393a720e972b8211feafe
Author: Julien Boibessot <jul...@ar...>
Date: Thu Feb 26 17:12:14 2015 +0100
[U-BOOT] APF6: 2014.07, 2015.01: increase console I/O buffer size to avoid hang when printing big envt variables
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf6legacy_defconfig | 17 +++++++++++++++++
.../device/armadeus/apf6/apf6-u-boot-2014.07.h | 2 +-
.../device/armadeus/apf6/apf6-u-boot-2015.01.h | 2 +-
3 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/buildroot/configs/apf6legacy_defconfig b/buildroot/configs/apf6legacy_defconfig
index 0709645..6306941 100644
--- a/buildroot/configs/apf6legacy_defconfig
+++ b/buildroot/configs/apf6legacy_defconfig
@@ -37,6 +37,23 @@ BR2_PACKAGE_ALSA_UTILS_AMIXER=y
BR2_PACKAGE_ALSA_UTILS_APLAY=y
BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
BR2_PACKAGE_GDB=y
+BR2_PACKAGE_GSTREAMER=y
+BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_VIDEOTESTSRC=y
+BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_ALSA=y
+BR2_PACKAGE_GST_PLUGINS_GOOD=y
+BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ISOMP4=y
+BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MULTIFILE=y
+BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MULTIPART=y
+BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_V4L2=y
+BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOBOX=y
+BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOCROP=y
+BR2_PACKAGE_GST_PLUGINS_BAD=y
+BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CAMERABIN=y
+BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CAMERABIN2=y
+BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_COLORSPACE=y
+BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_H264PARSE=y
+BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FBDEV=y
+BR2_PACKAGE_GST_FSL_PLUGINS=y
BR2_PACKAGE_LTRACE=y
BR2_PACKAGE_RAMSMP=y
BR2_PACKAGE_STRACE=y
diff --git a/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h b/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h
index 73dafb9..aad1221 100644
--- a/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h
+++ b/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h
@@ -277,7 +277,7 @@
#define CONFIG_AUTO_COMPLETE
#define CONFIG_CMDLINE_EDITING
#define CONFIG_CONSOLE_MUX
-#define CONFIG_SYS_CBSIZE 256
+#define CONFIG_SYS_CBSIZE 384 /* Console I/O Buffer Size */
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
#define CONFIG_SYS_HUSH_PARSER
#define CONFIG_SYS_LONGHELP
diff --git a/buildroot/target/device/armadeus/apf6/apf6-u-boot-2015.01.h b/buildroot/target/device/armadeus/apf6/apf6-u-boot-2015.01.h
index 73dafb9..aad1221 100644
--- a/buildroot/target/device/armadeus/apf6/apf6-u-boot-2015.01.h
+++ b/buildroot/target/device/armadeus/apf6/apf6-u-boot-2015.01.h
@@ -277,7 +277,7 @@
#define CONFIG_AUTO_COMPLETE
#define CONFIG_CMDLINE_EDITING
#define CONFIG_CONSOLE_MUX
-#define CONFIG_SYS_CBSIZE 256
+#define CONFIG_SYS_CBSIZE 384 /* Console I/O Buffer Size */
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
#define CONFIG_SYS_HUSH_PARSER
#define CONFIG_SYS_LONGHELP
hooks/post-receive
--
armadeus
|