blob: 1163b8aad04da235d4c0a2fd7a6a8a48d6df4899 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="7a88e87a497f84438d207a043a5aa60d85f9a22b"
CROS_WORKON_TREE="cc819363fa525d52b025bbd793b829d0192db92c"
CROS_WORKON_PROJECT="chromiumos/third_party/kernel"
# TODO(jglasgow) Need to fix DEPS file to get rid of "files"
CROS_WORKON_LOCALNAME="kernel/v3.4"
# This must be inherited *after* EGIT/CROS_WORKON variables defined
inherit cros-workon cros-kernel2
DESCRIPTION="Chrome OS Kernel 3.4"
HOMEPAGE="https://www.chromium.org/chromium-os/chromiumos-design-docs/chromium-os-kernel"
KEYWORDS="*"
src_test() {
if ! use x86 && ! use amd64 ; then
einfo "Skipping tests on non-x86 platform..."
else
# Needed for `cros_run_unit_tests`.
cros-kernel2_src_test
fi
}