Lines Matching refs:product
52 # check to see if the supplied product is one we can build
219 local product=$TARGET_PRODUCT
223 export PROMPT_COMMAND="echo -ne \"\033]0;[${arch}-${product}-${variant}] ${USER}@${HOSTNAME}: ${PWD}\007\""
308 # that kinda works with a generic product, but really, you should
309 # pick a product by name.
323 echo -n "Which product would you like? [$default_value] "
338 echo "** Not a valid product: $ANSWER"
356 # The product name is the name of the directory containing
490 local product=$(echo -n $selection | sed -e "s/-.*$//")
491 check_product $product
495 echo "** Don't have a product spec for: '$product'"
497 product=
510 if [ -z "$product" -o -z "$variant" ]
516 export TARGET_PRODUCT=$product
556 local product=full
558 x86) product=full_x86;;
559 mips) product=full_mips;;
560 armv5) product=generic_armv5;;
569 export TARGET_PRODUCT=$product