blob: e25795eb2d11d99f3b43a3c70371f8465c8f6083 [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-4_14"
# Enable native one-copy texture upload.
USE="${USE} native_gpu_memory_buffers"
# VaapiVideoDecoder will crash at broadwell devices.
# TODO(crbug.com/1004216): Remove the flag after the issue is fixed.
USE="${USE} disable_cros_video_decoder"