blob: 8d32a21a10d22f989a39f6e8fe8e5c9d5e7582fa [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 are now inheriting chipset-bdw from overlay-samus. We need to regen
# the config so Portage can find chipset-bdw properly.
for b in samus; do
if [[ -d /build/${b} ]]; then
~/trunk/src/scripts/setup_board \
--board=${b} \
--skip_chroot_upgrade \
--regen_configs
fi
done