43 lines
1.1 KiB
Bash
43 lines
1.1 KiB
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
ETYPE="sources"
|
|
UNIPATCH_STRICTORDER="1"
|
|
K_WANT_GENPATCHES="base extras"
|
|
K_GENPATCHES_VER="13"
|
|
K_SABKERNEL_NAME="xen"
|
|
K_KERNEL_SOURCES_PKG="sys-kernel/xen-domU-sources-${PVR}"
|
|
K_SABKERNEL_NAME="xen-domU"
|
|
K_GENKERNEL_ARGS="--kernel-target= --kernel-binary=arch/x86/boot/vmlinuz"
|
|
inherit sabayon-kernel
|
|
|
|
# Also see:
|
|
# http://ec2-downloads.s3.amazonaws.com/user_specified_kernels.pdf
|
|
|
|
############################################
|
|
# upstream part
|
|
|
|
DESCRIPTION="Xen domU Linux Kernel binaries suitable for running on Xen and Amazon EC2"
|
|
HOMEPAGE="http://xen.org/"
|
|
IUSE=""
|
|
|
|
KEYWORDS="~x86 ~amd64"
|
|
|
|
XENPATCHES_VER="5"
|
|
XENPATCHES="xen-patches-${PV}-${XENPATCHES_VER}.tar.bz2"
|
|
XENPATCHES_URI="http://gentoo-xen-kernel.googlecode.com/files/${XENPATCHES}"
|
|
|
|
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${XENPATCHES_URI}"
|
|
|
|
UNIPATCH_LIST="${DISTDIR}/${XENPATCHES}"
|
|
|
|
DEPEND="${DEPEND} >=sys-devel/binutils-2.17"
|
|
|
|
# upstream part
|
|
############################################
|
|
|
|
|
|
|
|
|