[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-70-g3b4a209
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2016-05-10 16:06:48
|
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 3b4a20918ff2aab61eba249045e796d7f6218bb5 (commit)
from 610f066051cdea2ecfb921dc96173ff39eedaa1d (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 3b4a20918ff2aab61eba249045e796d7f6218bb5
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue May 10 18:00:33 2016 +0200
[BUILDROOT] Create armadeus drivers symlink after extracting the kernel
Since commit 3820dc8 ([BUILDROOT] Create armadeus drivers symlink after patching the
kernel), compiling the kernel fails if the quiltify.sh script
has been called just before because the script applies the linux patches
and our Linux hook isn't called. Create the symlink after extracting the kernel to
fix this as the quiltify.sh script calls linux-extract target.
-----------------------------------------------------------------------
Summary of changes:
buildroot/target/device/armadeus/Makefile.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/target/device/armadeus/Makefile.in b/buildroot/target/device/armadeus/Makefile.in
index a8cd78d..a5d8257 100644
--- a/buildroot/target/device/armadeus/Makefile.in
+++ b/buildroot/target/device/armadeus/Makefile.in
@@ -58,12 +58,12 @@ UBOOT_POST_INSTALL_IMAGES_HOOKS += UBOOT_POST_INSTALL_IMAGES_ACTION
endif # BR2_CPU_NAME != imx6ul
endif # BR2_CPU_NAME != imx6
-define LINUX_POST_PATCH_ACTION
+define LINUX_POST_EXTRACT_ACTION
ln -sf $(ARMADEUS_TOPDIR)/target/linux/modules $(@D)/drivers/armadeus
$(SED) "s,^ARCH.*,ARCH=$(KERNEL_ARCH),g;" $(@D)/Makefile
$(SED) "s,^CROSS_COMPILE.*,CROSS_COMPILE=$(KERNEL_CROSS),g;" $(@D)/Makefile
endef
-LINUX_POST_PATCH_HOOKS += LINUX_POST_PATCH_ACTION
+LINUX_POST_EXTRACT_HOOKS += LINUX_POST_EXTRACT_ACTION
endif
hooks/post-receive
--
armadeus
|