Lines Matching refs:version
94 local version="$1"
113 "-DOT_THREAD_VERSION=${version}"
120 if [[ ${version} != "1.1" ]]; then
129 if [[ ${version} != "1.1" ]]; then
157 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-b…
160 …TARGET=ot-rcp OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/…
163 if [[ ${version} != "1.1" && ${INTER_OP_BBR} == 1 ]]; then
167 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cma…
170 …TARGET=ot-rcp OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDI…
178 local version="$1"
184 "-DOT_THREAD_VERSION=${version}"
187 if [[ ${version} != "1.1" ]]; then
211 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-posix-${version}" "${OT_SRCDIR}"/script/cmake-build …
213 if [[ ${version} != "1.1" && ${INTER_OP_BBR} == 1 ]]; then
217 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-posix-${version}-bbr" "${OT_SRCDIR}"/script/cmake-bu…
223 local version="$1"
225 build_simulation "${version}"
228 build_posix "${version}"
249 local version=$1
250 local builddir="${OT_BUILDDIR}/openthread-simulation-${version}"