[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-16-gc06a182a7
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2018-10-05 13:41:14
|
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 c06a182a727e888a4c7f5eb1a569c67744e90088 (commit)
from fd7b9d46d2da1aaa9264d40357aed6510df5b22a (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 c06a182a727e888a4c7f5eb1a569c67744e90088
Author: Julien BOIBESSOT <jul...@ar...>
Date: Fri Oct 5 15:40:19 2018 +0200
[BUILDROOT] 2017.02: add patch to allow fftest build
-----------------------------------------------------------------------
Summary of changes:
...5-armadeus-input-tools-allow-fftest-build.patch | 31 ++++++++++++++++++++++
patches/buildroot/2017.02/cleanup_buildroot.sh | 2 ++
2 files changed, 33 insertions(+)
create mode 100644 patches/buildroot/2017.02/045-armadeus-input-tools-allow-fftest-build.patch
diff --git a/patches/buildroot/2017.02/045-armadeus-input-tools-allow-fftest-build.patch b/patches/buildroot/2017.02/045-armadeus-input-tools-allow-fftest-build.patch
new file mode 100644
index 000000000..a586bd35b
--- /dev/null
+++ b/patches/buildroot/2017.02/045-armadeus-input-tools-allow-fftest-build.patch
@@ -0,0 +1,31 @@
+Only needed on BR2017.
+
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+Index: buildroot/package/input-tools/Config.in
+===================================================================
+--- buildroot.orig/package/input-tools/Config.in
++++ buildroot/package/input-tools/Config.in
+@@ -24,4 +24,10 @@ config BR2_PACKAGE_INPUT_TOOLS_JSTEST
+ help
+ Joystick test program.
+
++config BR2_PACKAGE_INPUT_TOOLS_FFTEST
++ bool "fftest"
++ default y
++ help
++ Force feedback test program.
++
+ endif
+Index: buildroot/package/input-tools/input-tools.mk
+===================================================================
+--- buildroot.orig/package/input-tools/input-tools.mk
++++ buildroot/package/input-tools/input-tools.mk
+@@ -14,6 +14,7 @@ INPUT_TOOLS_LICENSE_FILES = utils/Makefi
+ INPUT_TOOLS_TARGETS_$(BR2_PACKAGE_INPUT_TOOLS_INPUTATTACH) += inputattach
+ INPUT_TOOLS_TARGETS_$(BR2_PACKAGE_INPUT_TOOLS_JSCAL) += jscal
+ INPUT_TOOLS_TARGETS_$(BR2_PACKAGE_INPUT_TOOLS_JSTEST) += jstest
++INPUT_TOOLS_TARGETS_$(BR2_PACKAGE_INPUT_TOOLS_FFTEST) += fftest
+
+ define INPUT_TOOLS_DEBIAN_PATCHES
+ if [ -d $(@D)/debian/patches ]; then \
diff --git a/patches/buildroot/2017.02/cleanup_buildroot.sh b/patches/buildroot/2017.02/cleanup_buildroot.sh
index 2dac10856..661794a2e 100755
--- a/patches/buildroot/2017.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2017.02/cleanup_buildroot.sh
@@ -68,6 +68,8 @@ rm -rf buildroot/package/imx-usb-loader/Config.in
rm -rf buildroot/package/imx-usb-loader/imx-usb-loader-0001-fix-ram-size.patch
rm -rf buildroot/package/imx-usb-loader/imx-usb-loader.hash
rm -rf buildroot/package/imx-usb-loader/imx-usb-loader.mk
+rm -rf buildroot/package/input-tools/Config.in
+rm -rf buildroot/package/input-tools/input-tools.mk
rm -rf buildroot/package/kodi/Config.in
rm -rf buildroot/package/kodi/kodi.mk
rm -rf buildroot/package/leptonmodule/0001-flirpi-add-missing-dependency-to-leptcam-target.patch
hooks/post-receive
--
armadeus
|