blob: be12642f6a2df4b2139214f602df7ba562efe9e4 [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# We moved a lot of files to the project-freon overlay. Make sure we
# regen the board setup for each freon board.
BOARDS=(
peppy
link
panther
panther_embedded
panther_moblab
panther_goofy
zako
mccloud
)
for b in "${BOARDS[@]}"; do
if [[ -d /build/${b} ]]; then
/mnt/host/source/chromite/bin/setup_board \
--board=${b} \
--skip-chroot-upgrade \
--regen-configs
fi
done