blob: cc391620e1184879d999f3eac5ae500bf4a0f94a [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 moved a lot of files to the project-freon overlay. Make sure we
# regen the board setup for each freon board.
BOARDS=(
butterfly
lumpy
parrot
parrot-ivb
stumpy
x86-alex
x86-alex-he
x86-mario
x86-zgb
x86-zgb-he
)
for b in "${BOARDS[@]}"; do
if [[ -d /build/${b} ]]; then
emerge-${b} -q --unmerge chromeos-kernel
fi
done