blob: d47e9b5f0e25f1f7a22ea58ac3f5b708a795115f [file] [log] [blame]
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
EGIT_BRANCH="master"
EGIT_REPO_URI="https://github.com/rkchrome/kernel.git"
EGIT_COMMIT="aaff09088a1f55af82c4b2470966f34c333c8ceb"
CROS_WORKON_BLACKLIST="1"
# This must be inherited *after* EGIT/CROS_WORKON variables defined
inherit cros-workon cros-kernel2
DESCRIPTION="Kernel 3.10 For Rockchip RK3288"
KEYWORDS="-* arm"
DEPEND="!sys-kernel/chromeos-kernel-next
!sys-kernel/chromeos-kernel"
RDEPEND="${DEPEND}"
src_unpack() {
# Call git-2_src_unpack directly because cros-workon_src_unpack
# would override EGIT_REPO_URI as CROS_GIT_HOST_URL, that is
# https://chromium.googlesource.com
git-2_src_unpack
}
src_configure() {
CHROMEOS_KERNEL_CONFIG="${S}/arch/arm/configs/rockchip_chromium_defconfig"
cros-kernel2_src_configure
}