summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-kernel/raspberrypi-image: add new version 4.19.75_p20190925Andrey Utkin2019-12-032-0/+42
| | | | | | | This version features the change that it does install device tree files. Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@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-153-3/+3
| | | | | | | | | | | | 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 new 4.19.57_p20190709Andrey Utkin2019-07-152-0/+34
| | | | | | | Brings Raspberry Pi 4 support to users of this package. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-kernel/raspberrypi-image: drop myself as maintainerConrad Kostecki2019-07-051-8/+0
| | | | | | | | | Since I don't have any left arm hardware, I can't test anymore those packages, so I am droping myself as maintainer here. Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-kernel/raspberrypi-image: drop old versionsAndrey Utkin2019-03-253-126/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-kernel/raspberrypi-image: add new version 4.14.98_p20190215Andrey Utkin2019-03-252-0/+34
| | | | | 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 maintainersAndrey Utkin2019-03-251-1/+12
| | | | | | | | Conrad actively contributes to RPi packages and many others as proxied maintainer. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* */*: reassign packages for xmw@g.oMichał Górny2018-11-251-4/+1
| | | | | Bug: https://bugs.gentoo.org/319525 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-kernel: Update Manifest hashes.Ulrich Müller2017-12-091-2/+2
|
* 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
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-kernel/raspberrypi-image: Version bump.Michael Weber2016-03-152-0/+64
| | | | Package-Manager: portage-2.2.28
* sys-kernel/raspberrypi-image: Drop old.Michael Weber2016-03-154-102/+0
| | | | Package-Manager: portage-2.2.28
* sys-kernel/raspberrypi-image: Fix SLOT.Michael Weber2016-02-201-1/+1
| | | | Package-Manager: portage-2.2.27
* sys-kernel/raspberrypi-image: Fix Whitespace and HeaderPatrick Lauer2016-02-201-3/+3
| | | | Package-Manager: portage-2.2.27
* sys-kernel/raspberrypi-image: Version bump (bug 521920).Michael Weber2016-02-192-0/+64
| | | | Package-Manager: portage-2.2.27
* sys-kernel/raspberrypi-image: remove old versions.Michael Weber2016-02-199-276/+0
| | | | Package-Manager: portage-2.2.27
* sys-kernel/raspberrypi-image: add 4.1 and 4.4 images.Michael Weber2016-02-113-0/+68
| | | | Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0811-0/+321
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed