blob: ec1710d9e68e4c6d2d83d00a109e440bd839f958 [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
/mnt/host/source/chromite/bin/setup_board \
--board=${b} \
--skip-chroot-upgrade \
--regen-configs
fi
done