Merge branch 'dev_ck_v2.1_feature#1359#_1214' into 'dev_ck_v2.1'
eCPRI代码入库,分支名称dev_ck_v2.1_feature#1359#_1214 See merge request ucp/driver/ucp4008_platform_arm!40
This commit is contained in:
commit
f8fad1ac7a
3
build.sh
3
build.sh
@ -1,7 +1,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo "usage: $0 [variants] [--evmy] [--cache] [--jesd] [--test caseid] " 1>&2
|
echo "usage: $0 [variants] [--evmy] [--cache] [--cpri/--ecpri/--jesd] [--test caseid] " 1>&2
|
||||||
msg=${1:-}
|
msg=${1:-}
|
||||||
if [ ! -z "${msg}" ]; then
|
if [ ! -z "${msg}" ]; then
|
||||||
echo "error:$1"
|
echo "error:$1"
|
||||||
@ -26,6 +26,7 @@ while [[ "$#" > 0 ]]; do
|
|||||||
--evmyt) board_option="EVMYT"; shift;;
|
--evmyt) board_option="EVMYT"; shift;;
|
||||||
|
|
||||||
--cpri) fronthaul_option="cpri"; shift;;
|
--cpri) fronthaul_option="cpri"; shift;;
|
||||||
|
--ecpri) fronthaul_option="ecpri"; shift;;
|
||||||
--jesd) fronthaul_option="jesd"; shift;;
|
--jesd) fronthaul_option="jesd"; shift;;
|
||||||
|
|
||||||
--test) test_option="yes";
|
--test) test_option="yes";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user