summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-kernel/raspberrypi-image: Simple bump to 5.4.72_p20201022Peter Alfredsen2020-11-231-2/+2
| | | | | | | | | | Also keep -9999 on par with 5.4.* ebuilds. Closes: https://bugs.gentoo.org/756082 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/18363 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/raspberrypi-image: install device tree blobsAndrey Utkin2019-12-031-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-boot/raspberrypi-firmware versions is added to protect from a situation when just raspberrypi-image is being upgraded, and a package manager ends up with a file collision during installation phase. Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-kernel/raspberrypi-image: reuse sys-boot/raspberrypi-firmware distfileAndrey Utkin2019-07-151-1/+1
| | | | | | | | | | | | Before, if user installed both sys-kernel/raspberrypi-image and sys-boot/raspberrypi-firmware, the same large distfile was downloaded twice, and saved under different names. Also mirrors stored two copies of this file by different names. Now the file will be downloaded and stored only one time. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-kernel/raspberrypi-image: add raspberrypi-firmware to runtime depsAndrey Utkin2019-03-251-0/+2
| | | | | | 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-kernel/raspberrypi-image: simplify installing kernel imagesAndrey Utkin2019-03-251-2/+1
| | | | | | 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-kernel/raspberrypi-image: use shallow git cloneAndrey Utkin2019-03-251-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-kernel/raspberrypi-image: 9999: add logic for non-live releasesAndrey Utkin2019-03-251-2/+12
| | | | | | | | | | This allows adding release ebuilds by copying the file verbatim. Auto-resolution of tag version from ebuild was contributed 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-kernel/raspberrypi-image: EAPI 5 -> 7Andrey Utkin2019-03-251-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-kernel/raspberrypi-image: stop generating readmeAndrey Utkin2019-03-251-4/+1
| | | | | | | | | 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: drop empty variablesAndrey Utkin2019-03-251-6/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-kernel/raspberrypi-image: drop empty src_{configure,compile}Andrey Utkin2019-03-251-4/+0
| | | | | | | | Portage doesn't do anything in these phases by default if there is no file to run. No need to have explicit empty functions. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-kernel/raspberrypi-image: drop pkg_preinstAndrey Utkin2019-03-251-23/+0
| | | | | | | | | | | The first part of it is useless because it is about installing config.txt and cmdline.txt, which this package doesn't do. The second part is a check for /boot being mounted. This is done by mount-boot eclass nowadays. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-kernel/raspberrypi-image: inherit mount-bootAndrey Utkin2019-03-251-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-kernel/raspberrypi-image: fix descriptionAndrey Utkin2019-03-251-2/+2
| | | | | | | | | | | | DESCRIPTION value in ebuilds is just incorrect - it is a copy of sys-boot/raspberrypi-firmware description. Updated only 9999 ebuild (older release versions will be phased out shortly). 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-kernel/raspberrypi-image: Add live ebuildRich Alimi2017-10-151-0/+57
Closes: https://github.com/gentoo/gentoo/pull/5685 Package-Manager: Portage-2.3.6, Repoman-2.3.1