Adding missing files
This commit is contained in:
1
EC-GN-JA-PCF-IN/src/main/ld.so.conf
Normal file
1
EC-GN-JA-PCF-IN/src/main/ld.so.conf
Normal file
@@ -0,0 +1 @@
|
||||
%{codac_root}/@@project.artifactId@@/lib
|
||||
15
EC-GN-JA-PCF-IN/src/main/scripts/ec-gn-ja-pcf-gy.sh
Normal file
15
EC-GN-JA-PCF-IN/src/main/scripts/ec-gn-ja-pcf-gy.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
. codacenv reload
|
||||
|
||||
PROJ=EC-GN-JA-PCF
|
||||
CFG=$1
|
||||
|
||||
SRC=${CODAC_VAR}/${PROJ}/${CFG}
|
||||
FOLDER=${CODAC_VAR}/${PROJ}
|
||||
if [[ ! -d ${FOLDER} ]]; then
|
||||
mkdir -p ${FOLDER}
|
||||
fi
|
||||
|
||||
/bin/cp -f ${SRC} ${FOLDER}
|
||||
|
||||
${MARTe2_DIR}/Bin/MARTeApp.ex -f ${FOLDER}/${CFG} -l RealTimeLoader -m StateMachine:Start
|
||||
Reference in New Issue
Block a user