summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-boot/raspberrypi-firmware: update EAPI 7 -> 8Dennis Lamm2022-10-241-3/+3
| | | | Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
* sys-boot/raspberrypi-firmware: QA & style fixupsSam James2020-11-231-31/+30
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/raspberrypi-firmware: Bump to 20201022, keeping -9999 on parPeter Alfredsen2020-11-231-3/+12
| | | | | | | | | | Add new cmdline.txt and config.txt from upstream Closes: https://bugs.gentoo.org/715984 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Peter Alfredsen <crabbedhaloablution@icloud.com> Closes: https://github.com/gentoo/gentoo/pull/18362 Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/raspberrypi-firmware: add ~arm64 keywordAndrey Utkin2019-12-301-1/+1
| | | | | | | | | | | Per approval of the approach by neddyseagoon, as expressed in the link given below. Acked-by: Roy Bamford <neddyseagoon@gentoo.org> Link: https://bugs.gentoo.org/685412#c4 Closes: https://bugs.gentoo.org/685412 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/raspberrypi-firmware: don't install device tree blobsAndrey Utkin2019-12-031-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream git repo provides binaries of two natures in a single repository: * boot firmware files; * prebuilt kernel files. boot/*.dtb, boot/overlays/ belong to kernel, not boot firmware. But for historical reasons, these files were installed by sys-boot/raspberrypi-firmware package rather than sys-kernel/raspberrypi-image, which would be more correct. The problem with this is that users of kernels different than sys-kernel/raspberrypi-image need to install different files into these locations. This means such people have to avoid using sys-boot/raspberrypi-firmware package completely. A blocker dependency on old sys-kernel/raspberrypi-image versions is added to protect from a situation when just raspberrypi-firmware is being upgraded, and the machine ends up not having device tree files. Upgrading to a new version may cause a disruption if the user doesn't use sys-kernel/raspberrypi-image but still relies on device tree files installed by raspberrypi-firmware package. This will be dealt with by a news item. A special USE flag for smooth transition of such users is considered an overkill, on presumption that this package is not massively popular. Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/raspberrypi-firmware: drop ~arm64 keywordAndrey Utkin2019-03-251-1/+1
| | | | | | | | | | | | I have mistakingly added it recently. And as neddyseagoon explained, the firmware repository contains files exclusively for 32 bit mode. 64 bit mode is not currently officially supported by Raspberry Pi Foundation even on capable software. Suggested-by: Roy Bamford <neddyseagoon@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/raspberrypi-firmware: die if cd failsAndrey Utkin2019-03-241-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/raspberrypi-firmware: improve descriptionAndrey Utkin2019-03-241-1/+1
| | | | | | | | | | | | | | | | | Used the improved wording from Conrad's pull request. The old wording might be confusing, implying that the package is only for Raspberry Pi 1 (first generation). This confusion is not resolved even at upstream repository's README, but apparently upstream repo indeed supports all the generations of devices. There are also a couple of justified spelling tweaks: * PI -> Pi (align with official spelling), * boot loader -> bootloader (both are in use, RPi people seem to use the latter). Suggested-by: Conrad Kostecki <conrad@kostecki.com> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/raspberrypi-firmware: add logic for non-live releasesAndrey Utkin2019-03-241-3/+11
| | | | | | | This allows to add release ebuilds by copying the file verbatim. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/raspberrypi-firmware: drop unused global varsAndrey Utkin2019-03-241-8/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/raspberrypi-firmware: don't install license filesAndrey Utkin2019-03-241-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/raspberrypi-firmware: use shallow git cloneAndrey Utkin2019-03-241-0/+1
| | | | | | | | By default git-r3 eclass pulls full history of the master branch, which is huge in case of this specific upstream repository. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/raspberrypi-firmware: EAPI 5 -> 7Andrey Utkin2019-03-241-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/raspberrypi-firmware: show README.gentoo at postinstAndrey Utkin2019-03-241-0/+4
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/raspberrypi-firmware: update to readme.gentoo-r1Andrey Utkin2019-03-241-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/raspberrypi-firmware: inherit mount-bootAndrey Utkin2019-03-241-1/+1
| | | | | | | | | | This package installs files directly into /boot which is meant to be on a separate partition. Suggested-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/raspberrypi-firmware: drop useless blockerAndrey Utkin2019-03-241-2/+2
| | | | | | | sys-boot/raspberrypi-loader is no longer in the tree. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/raspberrypi-firmware: Include device trees, #630612Rich Alimi2017-10-151-1/+3
| | | | | | | | | | 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
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-boot/raspberrypi-firmware: git versionTupone Alfredo2015-11-291-0/+54
Package-Manager: portage-2.2.20.1