Lines Matching refs:configuration
10 configuration=""
234 if [ "$docker_pid" -ne 0 -a "$configuration" != "keep" ]; then
302 additional configuration/overlay files for the Zephyr build process
343 if [ -n "$configuration" ]; then
347 configuration=start_only
350 if [ -n "$configuration" ]; then
354 configuration=stop_only
357 configuration=keep
392 if [ -z "$configuration" -o "$configuration" = "start_only" -o \
393 "$configuration" = "keep" ]; then
394 if [ "$configuration" = start_only ]; then
435 if [ -z "$configuration" -o "$configuration" = stop_only ]; then