diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-02-20 19:21:44 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-02-20 19:21:44 +0000 |
| commit | 4d43e6d0cde20a808cf34a8209e13993b4d47514 (patch) | |
| tree | 7df9fd016def06f13a75f3737f741417835d0b55 /sys-boot | |
| parent | be88a86dea938e680085db5cc19607753a229a88 (diff) | |
| download | baldeagleos-repo-4d43e6d0cde20a808cf34a8209e13993b4d47514.tar.gz baldeagleos-repo-4d43e6d0cde20a808cf34a8209e13993b4d47514.tar.xz baldeagleos-repo-4d43e6d0cde20a808cf34a8209e13993b4d47514.zip | |
Adding metadata
Diffstat (limited to 'sys-boot')
4 files changed, 14 insertions, 13 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20230106.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20230106.ebuild index dbe8072f5d1d..971ae8f47790 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20230106.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20230106.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -49,11 +49,11 @@ pkg_preinst() { if [[ -z "${REPLACING_VERSIONS}" ]] ; then local msg="" - if [[ -e "${ED}"/boot/cmdline.txt ]] && [[ -e /boot/cmdline.txt ]] ; then + if [[ -e "${ED}"/boot/cmdline.txt ]] && [[ -e "${ROOT}"/boot/cmdline.txt ]] ; then msg+="/boot/cmdline.txt " fi - if [[ -e "${ED}"/boot/config.txt ]] && [[ -e /boot/config.txt ]] ; then + if [[ -e "${ED}"/boot/config.txt ]] && [[ -e "${ROOT}"/boot/config.txt ]] ; then msg+="/boot/config.txt " fi diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild index 34b25d3d71c5..2f971cf0ce91 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -50,11 +50,11 @@ pkg_preinst() { if [[ -z "${REPLACING_VERSIONS}" ]] ; then local msg="" - if [[ -e "${ED}"/boot/cmdline.txt ]] && [[ -e /boot/cmdline.txt ]] ; then + if [[ -e "${ED}"/boot/cmdline.txt ]] && [[ -e "${ROOT}"/boot/cmdline.txt ]] ; then msg+="/boot/cmdline.txt " fi - if [[ -e "${ED}"/boot/config.txt ]] && [[ -e /boot/config.txt ]] ; then + if [[ -e "${ED}"/boot/config.txt ]] && [[ -e "${ROOT}"/boot/config.txt ]] ; then msg+="/boot/config.txt " fi diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20250915.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20250915.ebuild index b87f53af186e..be00b286015f 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20250915.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20250915.ebuild @@ -50,11 +50,11 @@ pkg_preinst() { if [[ -z "${REPLACING_VERSIONS}" ]] ; then local msg="" - if [[ -e "${ED}"/boot/cmdline.txt ]] && [[ -e /boot/cmdline.txt ]] ; then + if [[ -e "${ED}"/boot/cmdline.txt ]] && [[ -e "${ROOT}"/boot/cmdline.txt ]] ; then msg+="/boot/cmdline.txt " fi - if [[ -e "${ED}"/boot/config.txt ]] && [[ -e /boot/config.txt ]] ; then + if [[ -e "${ED}"/boot/config.txt ]] && [[ -e "${ROOT}"/boot/config.txt ]] ; then msg+="/boot/config.txt " fi diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild index 595de0624e7e..dc3a4e72b3b9 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-2022 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,9 +18,10 @@ fi DESCRIPTION="Raspberry Pi (all versions) bootloader and GPU firmware" HOMEPAGE="https://github.com/raspberrypi/firmware" -LICENSE="GPL-2 raspberrypi-videocore-bin" +LICENSE="raspberrypi-videocore-bin" SLOT="0" -RESTRICT="binchecks strip" +RESTRICT="strip" +QA_PREBUILT="*" DOC_CONTENTS="Please configure your ram setup by editing /boot/config.txt" @@ -49,11 +50,11 @@ pkg_preinst() { if [[ -z "${REPLACING_VERSIONS}" ]] ; then local msg="" - if [[ -e "${ED}"/boot/cmdline.txt ]] && [[ -e /boot/cmdline.txt ]] ; then + if [[ -e "${ED}"/boot/cmdline.txt ]] && [[ -e "${ROOT}"/boot/cmdline.txt ]] ; then msg+="/boot/cmdline.txt " fi - if [[ -e "${ED}"/boot/config.txt ]] && [[ -e /boot/config.txt ]] ; then + if [[ -e "${ED}"/boot/config.txt ]] && [[ -e "${ROOT}"/boot/config.txt ]] ; then msg+="/boot/config.txt " fi |
