From c91bb136bee90aa9a5661d9a5382403e11726433 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 1 Feb 2023 11:42:52 -0500 Subject: [PATCH] cros-board: update paths & args --- .bin/cros-board | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.bin/cros-board b/.bin/cros-board index 066804f..9034cb2 100755 --- a/.bin/cros-board +++ b/.bin/cros-board @@ -113,17 +113,16 @@ if ${ARG_CLEAN} || [[ ! -d ${BUILD} ]] ; then fi fi -run ./build_packages \ +run build_packages \ --board=${BOARD} \ --nowithdebug \ --nowithrevdeps \ --skip-chroot-upgrade \ - --autosetgov \ - $(tfe ${ARG_AUTOTEST} --{,no}withautotest) \ - $(tfe ${ARG_FACTORY} --{,no}withfactory) \ - $(tfe ${ARG_NOPKG} --{no,}usepkg) \ - $(tfe ${ARG_TEST} --{,no}withtest) -BUILD_IMG="./build_image --board=${BOARD} --noenable_rootfs_verification $(tfe ${ARG_TEST} test base)" + $(tfe ${ARG_AUTOTEST} --{,no-}withautotest) \ + $(tfe ${ARG_FACTORY} --{,no-}withfactory) \ + $(tfe ${ARG_NOPKG} --{no-,}usepkg) \ + $(tfe ${ARG_TEST} --{,no-}withtest) +BUILD_IMG="build_image --board=${BOARD} --no-enable-rootfs-verification $(tfe ${ARG_TEST} test base)" run ${BUILD_IMG} IMG_TO_USB="cros flash --yes usb://${ARG_DEV} xbuddy://local/${BOARD}/latest/dev" -- 2.39.5