summaryrefslogtreecommitdiff
blob: 21ff9da6347f14897e30fd1b2c47b1275b7d94d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit git-r3 mount-boot readme.gentoo-r1

DESCRIPTION="Raspberry Pi (all versions) kernel and modules"
HOMEPAGE="https://github.com/raspberrypi/firmware"
LICENSE="GPL-2 raspberrypi-videocore-bin"
SLOT="0"
EGIT_REPO_URI="https://github.com/raspberrypi/firmware"
DOC_CONTENTS="Please configure your ram setup by editing /boot/config.txt"
RESTRICT="binchecks strip"

src_install() {
	insinto /lib/modules
	doins -r modules/*
	insinto /boot
	newins boot/kernel.img kernel.img
	newins boot/kernel7.img kernel7.img

	readme.gentoo_create_doc
}