[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-448-geeb613865
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2018-07-11 15:00:43
|
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 eeb613865798cdffb89e9aced493f35286731e75 (commit)
from e50ed4eb9af92e8a91a83356cfac7f3219b6d330 (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 eeb613865798cdffb89e9aced493f35286731e75
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Jul 11 17:10:53 2018 +0200
[BUILDROOT] 2017.02: linux: Add host-bison and host-flex dependencies
Needed for kernel >= 4.16
-----------------------------------------------------------------------
Summary of changes:
patches/buildroot/2017.02/233-linux-fix-dependencies.patch | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 patches/buildroot/2017.02/233-linux-fix-dependencies.patch
diff --git a/patches/buildroot/2017.02/233-linux-fix-dependencies.patch b/patches/buildroot/2017.02/233-linux-fix-dependencies.patch
new file mode 100644
index 000000000..b47a9f888
--- /dev/null
+++ b/patches/buildroot/2017.02/233-linux-fix-dependencies.patch
@@ -0,0 +1,13 @@
+Index: buildroot/linux/linux.mk
+===================================================================
+--- buildroot.orig/linux/linux.mk
++++ buildroot/linux/linux.mk
+@@ -60,7 +60,7 @@ LINUX_PATCHES = $(call qstrip,$(BR2_LINU
+ LINUX_PATCH = $(filter ftp://% http://% https://%,$(LINUX_PATCHES))
+
+ LINUX_INSTALL_IMAGES = YES
+-LINUX_DEPENDENCIES += host-kmod
++LINUX_DEPENDENCIES += host-bison host-flex host-kmod
+
+ # host tools needed for kernel compression
+ ifeq ($(BR2_LINUX_KERNEL_LZ4),y)
hooks/post-receive
--
armadeus
|