blob: 24c18b5d4809956b7bba98c03d05d17b9b2d1b77 [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
EGIT_PROJECT="Hexxeh/raspberrypi-kernel"
EGIT_REPO_URI="git://github.com/${EGIT_PROJECT}.git"
EGIT_BRANCH="rpi-patches"
# To move up to a new commit, you should update this and then bump the
# symlink to a new rev.
EGIT_COMMIT="3fc90c3a4d34eb601f5e2b16db85c8343559657b"
# This must be inherited *after* EGIT/CROS_WORKON variables defined
inherit git cros-kernel2
DESCRIPTION="Chrome OS Kernel-raspberrypi"
KEYWORDS="arm"
DEPEND="!sys-kernel/chromeos-kernel-next
!sys-kernel/chromeos-kernel
"
RDEPEND="${DEPEND}"