The message is exactly the same as in sys-boot/raspberrypi-firmware.
Users of this package are expected to use the firmware package, too,
hence they will see that message.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
EAPI=5
-inherit git-r3 mount-boot readme.gentoo-r1
+inherit git-r3 mount-boot
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 /boot
newins boot/kernel.img kernel.img
newins boot/kernel7.img kernel7.img
-
- readme.gentoo_create_doc
}