blob: d8b6d6d0ed3230f731c615b327936c10c95f9322 [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.
BOARD=parrot
if [[ -d /build/${BOARD} ]]; then
~/trunk/src/scripts/setup_board \
--board=${BOARD} \
--skip_chroot_upgrade \
--regen_configs
fi