blob: 4d378cae09ff52449e0211e1c8be7941e9eaab97 [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=silvermont"
# Initial value just for style purposes.
USE=""
USE="${USE} kernel-3_18"
# Enable native one-copy texture upload.
USE="${USE} native_gpu_memory_buffers"
# VaapiVideoDecoder will crash at braswell devices.
# TODO(crbug.com/1004216): Remove the flag after the issue is fixed.
USE="${USE} disable_cros_video_decoder"