blob: ac961718db4baf6f79c12cf2dc6bf475bb18521d [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CHROMEOS_KERNEL_SPLITCONFIG="chromeos-intel-pineview"
CHROMEOS_KERNEL_ARCH="x86_64"
BOARD_COMPILER_FLAGS="-march=corei7"
# Initial value just for style purposes.
USE=""
USE="${USE} kernel-3_8"
# Disable containers because kernel-3_8 doesn't support everything needed.
USE="${USE} -containers"
# Enable native one-copy texture upload.
USE="${USE} native_gpu_memory_buffers"
# The VaapiVideoDecoder crashes on Haswell devices.
# TODO(crbug.com/1004216): Remove the flag after the issue is fixed.
USE="${USE} disable_cros_video_decoder"