diff options
author | Karel Kočí <cynerd@email.cz> | 2017-11-17 19:12:13 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-11-17 19:12:13 +0100 |
commit | 2ce9931c6ae451cf668a50c21aa46ebf93635da3 (patch) | |
tree | 1f4189c92510057f0311ac64599fc0d8ff75ef62 /sys-kernel/linux-bbb/linux-bbb-4.9.24.ebuild | |
parent | b99948e5cf393e950ca5dbc27943df308d81eac7 (diff) | |
download | gentoo-personal-overlay-2ce9931c6ae451cf668a50c21aa46ebf93635da3.tar.gz gentoo-personal-overlay-2ce9931c6ae451cf668a50c21aa46ebf93635da3.tar.bz2 gentoo-personal-overlay-2ce9931c6ae451cf668a50c21aa46ebf93635da3.zip |
Drop various other linux kernels
Diffstat (limited to 'sys-kernel/linux-bbb/linux-bbb-4.9.24.ebuild')
-rw-r--r-- | sys-kernel/linux-bbb/linux-bbb-4.9.24.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/sys-kernel/linux-bbb/linux-bbb-4.9.24.ebuild b/sys-kernel/linux-bbb/linux-bbb-4.9.24.ebuild deleted file mode 100644 index e1b34fe..0000000 --- a/sys-kernel/linux-bbb/linux-bbb-4.9.24.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -GIT_REV="1b71b361146507b1e0c7922d05deb9164382ca66" - -DESCRIPTION="Linux kernel" -HOMEPAGE="http://kernel.org/" -SRC_URI="https://codeload.github.com/beagleboard/linux/zip/${GIT_REV} -> ${P}.zip" -S="${WORKDIR}/linux-${GIT_REV}" - -LICENSE="GPLv2" -SLOT="0" -KEYWORDS="-* arm" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_configure() { - emake bb.org_defconfig -} - -src_compile() { - emake uImage dtbs modules LOADADDR=0x82000000 -} - -src_install() { - emake modules_install INSTALL_MOD_PATH="${D}" - - dodir /boot - insinto /boot - doins "${S}/arch/arm/boot/zImage" - doins "arch/arm/boot/dts/am335x-boneblack.dtb" -} |