mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
Add raspberrypi-overlays
This is required by uefi-raspberrypi4, it is the /boot/overlays folder of the Raspberry Pi 4. This should be provided by linux-raspberrypi, but UEFI firmware needs linux-aarch64 for the devicetree, besides, linux-raspberrypi does not enable ACPI and UEFI related config so it is not suitable for uefi-raspberrypi4. Bump to 20221104 Bump to 20230106 Bump to 20230405 Bump to 20240306 Bump to 20240902
This commit is contained in:
parent
1b9a5957a2
commit
450b3ee72a
1 changed files with 19 additions and 0 deletions
19
alarm/raspberrypi-overlays/PKGBUILD
Normal file
19
alarm/raspberrypi-overlays/PKGBUILD
Normal file
|
@ -0,0 +1,19 @@
|
|||
buildarch=1 # any
|
||||
|
||||
pkgname="raspberrypi-overlays"
|
||||
pkgver=20240902
|
||||
pkgrel=1
|
||||
pkgdesc="/boot/overlays for RaspberryPi"
|
||||
url="https://github.com/raspberrypi/firmware"
|
||||
arch=("any")
|
||||
license=("GPL2")
|
||||
conflicts=("linux-rpi" "raspberrypi-devicetree")
|
||||
replaces=("raspberrypi4-overlays" "raspberrypi4-dtbs")
|
||||
source=("https://github.com/raspberrypi/firmware/archive/refs/tags/1.${pkgver}.tar.gz")
|
||||
sha256sums=('bf198aae3bc5d5555f69669dce7d00230fa3138c0a225bfe8ea660d9ac2c66c9')
|
||||
|
||||
package(){
|
||||
cd "${srcdir}/firmware-1.${pkgver}"
|
||||
mkdir -p "${pkgdir}/boot"
|
||||
cp -av boot/overlays "${pkgdir}/boot/"
|
||||
}
|
Loading…
Reference in a new issue