v1.15.0 #311
@ -105,7 +105,7 @@ set(OBSW_ADD_ACS_CTRL
|
|||||||
${INIT_VAL}
|
${INIT_VAL}
|
||||||
CACHE STRING "Add ACS controller")
|
CACHE STRING "Add ACS controller")
|
||||||
set(OBSW_ADD_RTD_DEVICES
|
set(OBSW_ADD_RTD_DEVICES
|
||||||
1
|
${INIT_VAL}
|
||||||
CACHE STRING "Add RTD devices")
|
CACHE STRING "Add RTD devices")
|
||||||
set(OBSW_ADD_RAD_SENSORS
|
set(OBSW_ADD_RAD_SENSORS
|
||||||
${INIT_VAL}
|
${INIT_VAL}
|
||||||
|
@ -19,5 +19,5 @@ if [[ -d "eive-obsw" ]]; then
|
|||||||
export PATH=$PATH:"$(pwd)/eive-obsw/scripts"
|
export PATH=$PATH:"$(pwd)/eive-obsw/scripts"
|
||||||
cd "eive-obsw"
|
cd "eive-obsw"
|
||||||
fi
|
fi
|
||||||
export CONSOLE_PREFIX="[Q7S ENV]"
|
export CONSOLE_PREFIX="[Q7S ENV EM]"
|
||||||
/bin/bash
|
/bin/bash
|
||||||
|
@ -2,13 +2,10 @@
|
|||||||
# This is a helper script to install the compiles EIVE OBSW files
|
# This is a helper script to install the compiles EIVE OBSW files
|
||||||
# into the yocto repository to re-generate the mission root filesystem
|
# into the yocto repository to re-generate the mission root filesystem
|
||||||
build_dir=cmake-build-release-q7s
|
build_dir=cmake-build-release-q7s
|
||||||
em_install="0"
|
if [ ! -z ${1} && "${1}" == "em" ] || [[ ${EIVE_Q7S_EM} == "1" ]]; then
|
||||||
if [ ! -z ${1} ]; then
|
echo "-I- Installing EM binaries"
|
||||||
if [[ "${1}" == "em" ]]; then
|
em_install="1"
|
||||||
echo "-I- Installing EM binaries"
|
build_dir=cmake-build-release-q7s-em
|
||||||
em_install="1"
|
|
||||||
build_dir=cmake-build-release-q7s-em
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
init_dir=$(pwd)
|
init_dir=$(pwd)
|
||||||
|
Loading…
Reference in New Issue
Block a user