sys-kernel/raspberrypi-image: stop generating readme
authorAndrey Utkin <andrey_utkin@gentoo.org>
Sun, 24 Mar 2019 21:47:17 +0000 (21:47 +0000)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 25 Mar 2019 00:17:59 +0000 (00:17 +0000)
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>
sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild

index 21ff9da6347f14897e30fd1b2c47b1275b7d94d5..72557c13f405bedc421b98a319e7b8eaedf8e849 100644 (file)
@@ -3,14 +3,13 @@
 
 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() {
@@ -19,6 +18,4 @@ src_install() {
        insinto /boot
        newins boot/kernel.img kernel.img
        newins boot/kernel7.img kernel7.img
-
-       readme.gentoo_create_doc
 }