Skip to content

Commit

Permalink
Add raspberrypi-overlays
Browse files Browse the repository at this point in the history
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
  • Loading branch information
arenekosreal committed Feb 23, 2023
1 parent 825a41b commit 5025dfe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions alarm/raspberrypi-overlays/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
buildarch=1 # any

pkgname="raspberrypi-overlays"
pkgver=20221104
pkgrel=1
pkgdesc="/boot/overlays for RaspberryPi"
url="https://github.com/raspberrypi/firmware"
arch=("any")
license=("GPL2")
conflicts=("linux-rpi" "raspberrypi-devicetree")
source=("https://github.com/raspberrypi/firmware/archive/refs/tags/1.${pkgver}.tar.gz")
sha256sums=('b6759e64fc9d7bd386e161970df2da294fe356864a2ade497d67a207d7933f05')

package(){
cd "${srcdir}/firmware-1.${pkgver}"
mkdir -p "${pkgdir}/boot"
cp -av boot/overlays "${pkgdir}/boot/"
}

0 comments on commit 5025dfe

Please sign in to comment.