From 1061bc3209b4f39e0056a10e48b5bd31af2fc3d1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 26 Mar 2012 11:22:36 -0400 Subject: [PATCH] update build_{packages,image} invocation for dev images --- .bin/cros-board | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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}" -- 2.39.5