[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-372-g266f14d
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2018-02-07 16:51:56
|
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 266f14dc02d1437f88e9d4f54d1469dde6627447 (commit)
via 4f73cb492b0cd2641ac054f0f60c7ddc27438e1f (commit)
from b624770570689b3b35040418a7c0be2a098fc61e (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 266f14dc02d1437f88e9d4f54d1469dde6627447
Author: Julien BOIBESSOT <jul...@ar...>
Date: Wed Feb 7 17:51:39 2018 +0100
[BUILDROOT] 2017.02: add patch to fix iio linux-tools build with recent (4.14+) kernels (sent to BR mainline)
commit 4f73cb492b0cd2641ac054f0f60c7ddc27438e1f
Author: Julien BOIBESSOT <jul...@ar...>
Date: Wed Aug 30 16:47:11 2017 +0200
[BUILDROOT] apf6/opos6ul: activates LeptonModule package on platforms supporting it
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf6_defconfig | 1 +
buildroot/configs/apf6legacy-4.1_defconfig | 1 +
buildroot/configs/apf6test_defconfig | 1 +
buildroot/configs/opos6ul_defconfig | 1 +
buildroot/configs/opos6ultest_defconfig | 1 +
...ux-tools-fixes-build-of-iio-with-4.14-ker.patch | 33 ++++++++++++++++++++++
patches/buildroot/2017.02/cleanup_buildroot.sh | 1 +
7 files changed, 39 insertions(+)
create mode 100644 patches/buildroot/2017.02/033-armadeus-package-linux-tools-fixes-build-of-iio-with-4.14-ker.patch
diff --git a/buildroot/configs/apf6_defconfig b/buildroot/configs/apf6_defconfig
index b1bf365..1232f42 100644
--- a/buildroot/configs/apf6_defconfig
+++ b/buildroot/configs/apf6_defconfig
@@ -93,6 +93,7 @@ BR2_PACKAGE_APF_CONFIG=y
BR2_PACKAGE_EVTEST=y
BR2_PACKAGE_I2C_TOOLS=y
BR2_PACKAGE_KBD=y
+BR2_PACKAGE_LEPTONMODULE=y
BR2_PACKAGE_PCI_DEBUG=y
BR2_PACKAGE_PCIUTILS=y
BR2_PACKAGE_TI_UTILS=y
diff --git a/buildroot/configs/apf6legacy-4.1_defconfig b/buildroot/configs/apf6legacy-4.1_defconfig
index 02bad4a..25fb128 100644
--- a/buildroot/configs/apf6legacy-4.1_defconfig
+++ b/buildroot/configs/apf6legacy-4.1_defconfig
@@ -125,6 +125,7 @@ BR2_PACKAGE_IMX_GPU_VIV_GMEM_INFO=y
BR2_PACKAGE_I2C_TOOLS=y
BR2_PACKAGE_IMX_TEST=y
BR2_PACKAGE_KBD=y
+BR2_PACKAGE_LEPTONMODULE=y
BR2_PACKAGE_PCI_DEBUG=y
BR2_PACKAGE_PCIUTILS=y
BR2_PACKAGE_SPI_TOOLS=y
diff --git a/buildroot/configs/apf6test_defconfig b/buildroot/configs/apf6test_defconfig
index e6e5658..9601486 100644
--- a/buildroot/configs/apf6test_defconfig
+++ b/buildroot/configs/apf6test_defconfig
@@ -106,6 +106,7 @@ BR2_PACKAGE_APF_CONFIG=y
BR2_PACKAGE_EVTEST=y
BR2_PACKAGE_I2C_TOOLS=y
BR2_PACKAGE_KBD=y
+BR2_PACKAGE_LEPTONMODULE=y
BR2_PACKAGE_PCI_DEBUG=y
BR2_PACKAGE_PCIUTILS=y
BR2_PACKAGE_TI_UTILS=y
diff --git a/buildroot/configs/opos6ul_defconfig b/buildroot/configs/opos6ul_defconfig
index 541fa9b..8be6aae 100644
--- a/buildroot/configs/opos6ul_defconfig
+++ b/buildroot/configs/opos6ul_defconfig
@@ -65,6 +65,7 @@ BR2_PACKAGE_DBUS_PYTHON=y
BR2_PACKAGE_EVTEST=y
BR2_PACKAGE_I2C_TOOLS=y
BR2_PACKAGE_KBD=y
+BR2_PACKAGE_LEPTONMODULE=y
BR2_PACKAGE_SPI_TOOLS=y
BR2_PACKAGE_UBOOT_TOOLS=y
BR2_PACKAGE_PYTHON3=y
diff --git a/buildroot/configs/opos6ultest_defconfig b/buildroot/configs/opos6ultest_defconfig
index 24499c5..85ab7d0 100644
--- a/buildroot/configs/opos6ultest_defconfig
+++ b/buildroot/configs/opos6ultest_defconfig
@@ -74,6 +74,7 @@ BR2_PACKAGE_DBUS_PYTHON=y
BR2_PACKAGE_EVTEST=y
BR2_PACKAGE_I2C_TOOLS=y
BR2_PACKAGE_KBD=y
+BR2_PACKAGE_LEPTONMODULE=y
BR2_PACKAGE_SPI_TOOLS=y
BR2_PACKAGE_UBOOT_TOOLS=y
BR2_PACKAGE_LUA=y
diff --git a/patches/buildroot/2017.02/033-armadeus-package-linux-tools-fixes-build-of-iio-with-4.14-ker.patch b/patches/buildroot/2017.02/033-armadeus-package-linux-tools-fixes-build-of-iio-with-4.14-ker.patch
new file mode 100644
index 0000000..548afdd
--- /dev/null
+++ b/patches/buildroot/2017.02/033-armadeus-package-linux-tools-fixes-build-of-iio-with-4.14-ker.patch
@@ -0,0 +1,33 @@
+From 31f5103f067e7eff3eef78e7fe049393718fbaa2 Mon Sep 17 00:00:00 2001
+From: Julien BOIBESSOT <jul...@ar...>
+Date: Fri, 8 Dec 2017 12:42:08 +0100
+Subject: [PATCH] package/linux-tools: fixes build of iio with 4.14+ kernels
+
+Since this commit [1], iio build has been moved to other linux-tools build
+system. Installation dir is now given by DESTDIR, like for all other linux-tools.
+I kept INSTALL_DIR env and 'install' target to be compatible with oldest
+kernels.
+
+[1]: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/tools/iio/Makefile?h=v4.14.4&id=18956cf2d78a8d4a5959e20240f04ce8d5a6c121
+
+Signed-off-by: Julien BOIBESSOT <jul...@ar...>
+
+diff --git a/package/linux-tools/linux-tool-iio.mk b/package/linux-tools/linux-tool-iio.mk
+index 60d6249..a8cc89e 100644
+--- a/package/linux-tools/linux-tool-iio.mk
++++ b/package/linux-tools/linux-tool-iio.mk
+@@ -19,9 +19,11 @@ define IIO_BUILD_CMDS
+ $(IIO_MAKE_OPTS)
+ endef
+
++# DESTDIR used since kernel version 4.14
+ define IIO_INSTALL_TARGET_CMDS
+ $(TARGET_MAKE_ENV) $(MAKE) -C $(LINUX_DIR)/tools/iio \
+ $(IIO_MAKE_OPTS) \
+ INSTALL_ROOT=$(TARGET_DIR) \
++ DESTDIR=$(TARGET_DIR) \
+ install
+ endef
+--
+2.1.4
+
diff --git a/patches/buildroot/2017.02/cleanup_buildroot.sh b/patches/buildroot/2017.02/cleanup_buildroot.sh
index b664a0f..e271428 100755
--- a/patches/buildroot/2017.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2017.02/cleanup_buildroot.sh
@@ -73,6 +73,7 @@ rm -rf buildroot/package/libpng/libpng.mk
rm -rf buildroot/package/linux-headers/2.6.29.6/0001-net-Support-inclusion-of-linux-socket.h-before-sys-s.patch
rm -rf buildroot/package/linux-headers/2.6.29.6/368-redhat-types_h-define-__aligned_u64-and-expose-to-userspace.patch
rm -rf buildroot/package/linux-headers/2.6.35.3/368-redhat-types_h-define-__aligned_u64-and-expose-to-userspace.patch
+rm -rf buildroot/package/linux-tools/linux-tool-iio.mk.in
rm -rf buildroot/package/lmic-pi/Config.in
rm -rf buildroot/package/lmic-pi/lmic-pi.mk
rm -rf buildroot/package/lora-forwarder/0001-fix-cross-compiling.patch
hooks/post-receive
--
armadeus
|