summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2019-12-06 18:06:55 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2019-12-06 18:06:55 +0000
commit44a795b6b2b13bc510c521f38cead6fa643136e7 (patch)
tree9c7dc1d2476c979e33e2f5a52e1bd4355c4fb20d /metadata/news
parentMerge updates from master (diff)
parent2019-11-25-rpi-firmware-dtb-files: enhance the command snippet (diff)
downloadgentoo-44a795b6b2b13bc510c521f38cead6fa643136e7.tar.gz
gentoo-44a795b6b2b13bc510c521f38cead6fa643136e7.tar.bz2
gentoo-44a795b6b2b13bc510c521f38cead6fa643136e7.zip
Merge commit '898e5b5f86642bf79b465bef24bb4e636b89b799'
Diffstat (limited to 'metadata/news')
-rw-r--r--metadata/news/2019-11-25-rpi-firmware-dtb-files/2019-11-25-rpi-firmware-dtb-files.en.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/metadata/news/2019-11-25-rpi-firmware-dtb-files/2019-11-25-rpi-firmware-dtb-files.en.txt b/metadata/news/2019-11-25-rpi-firmware-dtb-files/2019-11-25-rpi-firmware-dtb-files.en.txt
index 2f0124b7ac14..8fe36a02d9d1 100644
--- a/metadata/news/2019-11-25-rpi-firmware-dtb-files/2019-11-25-rpi-firmware-dtb-files.en.txt
+++ b/metadata/news/2019-11-25-rpi-firmware-dtb-files/2019-11-25-rpi-firmware-dtb-files.en.txt
@@ -2,7 +2,7 @@ Title: sys-boot/raspberrypi-firmware will not install device tree files
Author: Andrey Utkin <andrey_utkin@gentoo.org>
Content-Type: text/plain
Posted: 2019-11-25
-Revision: 1
+Revision: 2
News-Item-Format: 1.0
Display-If-Installed: sys-boot/raspberrypi-firmware
@@ -14,9 +14,11 @@ These files will be installed by sys-kernel/raspberrypi-image package.
If you do not use sys-kernel/raspberrypi-image, you need to install
these files according to the method you use to install the kernel. For
-installation from source, this can be done with such a command:
+installation from source, this can be done with such commands:
- make dtbs_install
+ make dtbs
+ cp -v arch/arm64/boot/dts/broadcom/*.dtb /boot/
+ cp -rv arch/arm64/boot/dts/overlays/ /boot/
This change is being made to enable arm64 users and custom kernels users
to use sys-boot/raspberrypi-firmware package.