[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-104-ge8b04b012
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2019-07-15 14:51: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 e8b04b01275171d663eed367cd8fc50393f1e63a (commit)
via a6658acc6d1233639b379ca6a6b8ddfb2e721b17 (commit)
from 8806a57da017c3594f20265de17df66521642b90 (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 e8b04b01275171d663eed367cd8fc50393f1e63a
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Jul 15 16:43:51 2019 +0200
[ASDEVICES] install cpp headers in includes/as_devices/
Keep includes/as_devices/cpp for compatibility.
commit a6658acc6d1233639b379ca6a6b8ddfb2e721b17
Author: Gildas PRIME <gil...@bi...>
Date: Mon Jul 15 16:04:46 2019 +0200
[BSP] Makefile: add OPOS6UL_* in help messages
-----------------------------------------------------------------------
Summary of changes:
Makefile | 3 ++-
target/packages/as_devices/cpp/Makefile | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 8d430ae99..e871b1529 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ ECHO_CONFIGURATION_NOT_DEFINED:= echo -en "\033[1m"; \
echo " "; \
echo " System not configured. Use make <board>_defconfig " >&2; \
echo " armadeus valid configurations are: " >&2; \
- echo " "$(shell find $(ARMADEUS_CONFIG_DIR) -name "[ap][fp][fs]*_defconfig" | sed 's/.*\///');\
+ echo " "$(shell find $(ARMADEUS_CONFIG_DIR) -name "[apo][fp][fso]*_defconfig" | sed 's/.*\///');\
echo " "; \
echo -en "\033[0m";
@@ -72,6 +72,7 @@ help:
@echo ' opos6ul_defconfig - get default config for an OPOS6UL+Dev kit (4.8+ mainline/vanilla kernel)'
@echo ' opos6ul_legacy_defconfig - get default config for an OPOS6UL+Dev kit (3.14 Freescale kernel)'
@echo ' opos6ulnano_defconfig - get default config for an OPOS6ULNANO+Dev kit (4.9+ mainline/vanilla kernel)'
+ @echo ' opos6ulsp_defconfig - get default config for an OPOS6ULSP+Dev kit (4.19+ mainline/vanilla kernel)'
@echo ''
@echo 'Build:'
@echo ' all - make world '
diff --git a/target/packages/as_devices/cpp/Makefile b/target/packages/as_devices/cpp/Makefile
index 542918b0a..cee9cd3ad 100644
--- a/target/packages/as_devices/cpp/Makefile
+++ b/target/packages/as_devices/cpp/Makefile
@@ -44,8 +44,9 @@ install: $(SO_NAME)
mkdir -p $(INSTALL_DIR)/usr/lib
install -D $(SO_NAME) $(INSTALL_DIR)/usr/lib
cd $(INSTALL_DIR)/usr/lib/; ln -sf $(SO_NAME) $(LIBNAME)
- mkdir -p $(INSTALL_DIR)/usr/include/as_devices/cpp
- cp *.hpp $(INSTALL_DIR)/usr/include/as_devices/cpp
+ mkdir -p $(INSTALL_DIR)/usr/include/as_devices
+ cp *.hpp $(INSTALL_DIR)/usr/include/as_devices/
+ cd $(INSTALL_DIR)/usr/include/as_devices/; ln -sfn . cpp
install-exe: $(SO_NAME)
install -D $(SO_NAME) $(INSTALL_DIR)/usr/lib
hooks/post-receive
--
armadeus
|