[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-630-gc16f7b8
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2015-02-27 08:21:54
|
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 c16f7b8175216cced43ee30ed06a48b5085a049a (commit)
from f0cc3df28433f4542e2d8d968fcf1812eceae2b6 (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 c16f7b8175216cced43ee30ed06a48b5085a049a
Author: Julien Boibessot <jul...@ar...>
Date: Fri Feb 27 09:21:38 2015 +0100
[BUILDROOT] Fixes testsuite installation on all APFs (again, sorry :-( )
-----------------------------------------------------------------------
Summary of changes:
buildroot/package/armadeus/testsuite/testsuite.mk | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/buildroot/package/armadeus/testsuite/testsuite.mk b/buildroot/package/armadeus/testsuite/testsuite.mk
index 14c41b8..a061dd6 100644
--- a/buildroot/package/armadeus/testsuite/testsuite.mk
+++ b/buildroot/package/armadeus/testsuite/testsuite.mk
@@ -9,6 +9,7 @@ TESTSUITE_SITE = $(TOPDIR)/../target/test/
TESTSUITE_SITE_METHOD = local
ARMADEUS_TESTSUITE_WISHBONE_BUTTON_SRCDIR = $(TOPDIR)/../target/linux/modules/fpga/virtual_components/button/
+ARMADEUS_TESTSUITE_TARGET_DIR = $(TARGET_DIR)/usr/bin/testsuite/
define TESTSUITE_COPY_FPGA_SYMLINKS
rm -f $(@D)/data/fpga/*
@@ -22,8 +23,9 @@ define TESTSUITE_BUILD_CMDS
endef
define TESTSUITE_INSTALL_TARGET_CMDS
- $(@D)/install.sh $(TARGET_DIR)/usr/bin/testsuite/ $(BR2_BOARD_NAME)
- $(INSTALL) -D $(ARMADEUS_TESTSUITE_WISHBONE_BUTTON_SRCDIR)/testbutton $(TARGET_DIR)/usr/bin/testsuite/
+ mkdir -p $(ARMADEUS_TESTSUITE_TARGET_DIR)
+ $(@D)/install.sh $(ARMADEUS_TESTSUITE_TARGET_DIR) $(BR2_BOARD_NAME)
+ $(INSTALL) -D $(ARMADEUS_TESTSUITE_WISHBONE_BUTTON_SRCDIR)/testbutton $(ARMADEUS_TESTSUITE_TARGET_DIR)
endef
$(eval $(generic-package))
hooks/post-receive
--
armadeus
|