blob: ba15539d471aee08a2421d644d0c94a5cf453d4c [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="70301d5c21ee9d422e2621b76239f51f0e008362"
CROS_WORKON_TREE="74f011a98c3bdf6984305f1f25ad61de3c28740a"
CROS_WORKON_PROJECT="chromiumos/third_party/kernel"
# TODO(jglasgow) Need to fix DEPS file to get rid of "files"
CROS_WORKON_LOCALNAME="../third_party/kernel/files"
# This must be inherited *after* EGIT/CROS_WORKON variables defined
inherit cros-workon cros-kernel2
DESCRIPTION="Chrome OS Kernel"
KEYWORDS="amd64 arm x86"
RDEPEND="!sys-kernel/chromeos-kernel-next
!sys-kernel/chromeos-kernel-exynos"
DEPEND="${RDEPEND}"
src_test() {
# Needed for `cros_run_unit_tests`.
cros-kernel2_src_test
}