aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-03-23 17:02:04 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2018-03-23 17:02:04 +0100
commit12d04c471a5127219da5a313c546ab240c866fe6 (patch)
tree2475607cb8280d30c6c630f0287d838879e15d5a
parent2debfc561d3ad517ad0c82ebd18cba8ec78ab6ce (diff)
Fix name to fit rename of git repository.HEADmaster
Bug-AGL: SPEC-1276 Change-Id: I279620c1be00db03f06f6dd882b3b579c80480c4 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--conf.d/cmake/config.cmake5
-rw-r--r--docs/2-Installation.md6
-rw-r--r--low-can-binding/binding/low-can-apidef.json2
3 files changed, 7 insertions, 6 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 59a2566..b7d68a3 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -21,7 +21,7 @@
set(PROJECT_NAME low-can-service)
set(PROJECT_PRETTY_NAME "Low level CAN binding")
set(PROJECT_DESCRIPTION "Expose CAN Low Level APIs through AGL Framework")
-set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service")
+set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level")
set(PROJECT_ICON "icon.png")
set(PROJECT_AUTHOR "Romain Forlot")
set(PROJECT_AUTHOR_MAIL "romain.forlot@iot.bzh")
@@ -96,7 +96,8 @@ set(COMPILE_OPTIONS
-DPB_FIELD_16BIT
CACHE STRING "Compilation flags")
#set(C_COMPILE_OPTIONS "" CACHE STRING "Compilation flags for C language.")
-set(CXX_COMPILE_OPTIONS -pthread CACHE STRING "Compilation flags for C++ language.")#set(PROFILING_COMPILE_OPTIONS
+set(CXX_COMPILE_OPTIONS -pthread CACHE STRING "Compilation flags for C++ language.")
+#set(PROFILING_COMPILE_OPTIONS
# -g
# -O0
# -pg
diff --git a/docs/2-Installation.md b/docs/2-Installation.md
index 8642d65..0d05f9b 100644
--- a/docs/2-Installation.md
+++ b/docs/2-Installation.md
@@ -37,7 +37,7 @@ prepare_meta -f iotbzh -o /xdt -l /home/devel/mirror -p /home/devel/share/propri
source /xdt/sdk/environment-setup-aarch64-agl-linux
export PATH=$PATH:/xdt/sdk/sysroots/x86_64-aglsdk-linux/usr/bin
export WD=$(pwd)
-git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service -b Renesas_delivery_Q2
+git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level -b Renesas_delivery_Q2
git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-generator
cd ${WD}/low-level-can-generator
mkdir -p build
@@ -156,14 +156,14 @@ Clone the binding repository, copy the generated file and updated the git submod
Execute the following commands from this repository:
```bash
-cd ${WD}/low-level-can-service
+cd ${WD}/agl-service-can-low-level
cp ${WD}/low-level-can-generator/build/application-generated.cpp ../low-can-binding/binding
```
### Installation
```bash
-cd ${WD}/low-level-can-service
+cd ${WD}/agl-service-can-low-level
mkdir build
cd build
cmake ..
diff --git a/low-can-binding/binding/low-can-apidef.json b/low-can-binding/binding/low-can-apidef.json
index 2c7de4a..854bdd4 100644
--- a/low-can-binding/binding/low-can-apidef.json
+++ b/low-can-binding/binding/low-can-apidef.json
@@ -3,7 +3,7 @@
"$schema": "http:iot.bzh/download/openapi/schema-3.0/default-schema.json",
"info": {
"description": "",
- "title": "low-level-can-service",
+ "title": "low-can",
"version": "4.0",
"x-binding-c-generator": {
"api": "low-can",