diff options
author | Rich Alimi <rich@velvetsea.net> | 2017-09-10 16:16:17 -0700 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-10-15 20:21:17 +1100 |
commit | cfabb354d7f24743c95a139daec9a98c7adbc24c (patch) | |
tree | d80258fbf794579217e34878106836e44b35ee0f /sys-boot | |
parent | virtual/perl-Time-HiRes: stable 1.974.100-r1 for hppa, bug #630610 (diff) | |
download | gentoo-cfabb354d7f24743c95a139daec9a98c7adbc24c.tar.gz gentoo-cfabb354d7f24743c95a139daec9a98c7adbc24c.tar.bz2 gentoo-cfabb354d7f24743c95a139daec9a98c7adbc24c.zip |
sys-boot/raspberrypi-firmware: Include device trees, #630612
Include device trees and overlays. See
https://www.raspberrypi.org/documentation/configuration/device-tree.md
for details.
Closes: https://bugs.gentoo.org/630612
Closes: https://github.com/gentoo/gentoo/pull/5684
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild index 0ed95ddb5337..8cdb8f63caa8 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -44,6 +44,8 @@ src_install() { insinto /boot cd boot doins bootcode.bin COPYING.linux fixup*.dat LICENCE.broadcom start*elf + doins *.dtb + doins -r overlays newins "${FILESDIR}"/${PN}-0_p20130711-config.txt config.txt newins "${FILESDIR}"/${PN}-0_p20130711-cmdline.txt cmdline.txt newenvd "${FILESDIR}"/${PN}-0_p20130711-envd 90${PN} |