blob: 352b22265cfc20dd3621990ee3ebaa0cc5d13c12 [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.
# Several boards need to have their config regenerated due to structural
# changes in the overlay.
BOARDS=(
cyan
glados
kunimitsu
strago
auron
jecht
reef
chell
cave
lars
sentry
celes
edgar
ultima
terra
banon
reks
setzer
umaro
wizpig
)
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