device-raspberry-pi*: fix boot error caused by missing dtb files (!1047)

The upstream linux-rpi package has been modified: the dtb files
are now located in /boot/dtbs.
This commit is contained in:
Daniele Debernardi 2020-03-10 02:04:33 +01:00 committed by Oliver Smith
parent d2484443d6
commit 87ea0c5519
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
12 changed files with 17 additions and 15 deletions

View file

@ -4,14 +4,14 @@
pkgname="device-raspberry-pi4"
pkgdesc="Raspberry Pi 4"
pkgver=0.1
pkgrel=2
pkgrel=3
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="postmarketos-base raspberrypi-bootloader linux-rpi4"
makedepends="devicepkg-dev"
install="$pkgname.post-install"
install="$pkgname.post-install $pkgname.post-upgrade"
source="deviceinfo config.txt usercfg.txt cmdline.txt 95-vchiq-permissions.rules"
build() {

View file

@ -0,0 +1 @@
device-raspberry-pi4.post-install