blob: 4915b75f328259a1cef754f8ca119c79a500fa15 [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=(
candy
clapper
enguarde
expresso
glimmer
gnawty
kip
parrot_ivb
rambi
squawks
swanky
winky
)
for b in "${BOARDS[@]}"; do
if [[ -d /build/${b} ]]; then
~/trunk/src/scripts/setup_board \
--board=${b} \
--skip_chroot_upgrade \
--regen_configs
fi
done