From: Mike Frysinger Date: Mon, 26 Mar 2012 15:22:36 +0000 (-0400) Subject: update build_{packages,image} invocation for dev images X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1061bc3209b4f39e0056a10e48b5bd31af2fc3d1;p=home.git update build_{packages,image} invocation for dev images --- diff --git a/.bin/cros-board b/.bin/cros-board index 1b7406c..a7a83a7 100755 --- a/.bin/cros-board +++ b/.bin/cros-board @@ -64,8 +64,13 @@ if ${ARG_CLEAN} || [[ ! -d ${BUILD} ]] ; then fi fi -run ./build_packages --board=${BOARD} --oldchromebinary --nowithdebug $(tfe ${ARG_NOPKG} --nousepkg) $(tfe ${ARG_TEST} --withtest) -BUILD_IMG="./build_image --board=${BOARD} --withdev --noenable_rootfs_verification $(tfe ${ARG_TEST} --test)" +run ./build_packages \ + --board=${BOARD} \ + --oldchromebinary \ + --nowithdebug \ + $(tfe ${ARG_NOPKG} --nousepkg) \ + $(tfe ${ARG_TEST} --withtest) +BUILD_IMG="./build_image --board=${BOARD} --noenable_rootfs_verification $(tfe ${ARG_TEST} --test) dev" run ${BUILD_IMG} IMG_TO_USB="./image_to_usb.sh --board=${BOARD} -y --to=${ARG_DEV}"