14 lines
396 B
Bash
14 lines
396 B
Bash
# Copyright 2004-2011 Sabayon
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
ETYPE="sources"
|
|
K_SABKERNEL_SELF_TARBALL_NAME="beagleboard"
|
|
K_REQUIRED_LINUX_FIRMWARE_VER="20111025"
|
|
K_SABKERNEL_FORCE_SUBLEVEL="0"
|
|
inherit sabayon-kernel
|
|
|
|
KEYWORDS="~arm"
|
|
DESCRIPTION="Sabayon BeagleBoard/BeagleBone/OMAP Linux kernel and modules"
|
|
RESTRICT="mirror"
|
|
DEPEND="${DEPEND} app-arch/lzop"
|