blob: 4d822ad91146274c1d13dcf20a1318748fb20874 [file] [log] [blame]
# Copyright (c) 2013 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 public overlay. Make sure we regen the
# boards profile settings and such so we pull in the public bits.
for b in x86-zgb{,_he}; do
if [[ -d /build/${b} ]]; then
~/trunk/src/scripts/setup_board \
--board=${b} \
--skip_chroot_upgrade \
--regen_configs
fi
done