1
0
Fork 0
mirror of https://gitlab.postmarketos.org/postmarketOS/pmaports.git synced 2025-07-13 08:39:47 +03:00

linux-sony-nicki-mainline: install dtbs

Otherwise boot-deploy can't find them. I have no idea how this ever
worked.

Closes https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/3724

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6550
[ci:skip-build]: already built successfully in CI
This commit is contained in:
Stefan Hansson 2025-05-25 15:42:18 +02:00 committed by Oliver Smith
parent 8d0ca1d895
commit f99c508f02
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -8,7 +8,7 @@ _config="config-$_flavor.$CARCH"
pkgname=linux-$_flavor pkgname=linux-$_flavor
pkgver=5.3 pkgver=5.3
pkgrel=8 pkgrel=9
arch="armv7" arch="armv7"
_carch="arm" _carch="arm"
@ -53,7 +53,7 @@ package() {
install -D "$builddir/include/config/kernel.release" \ install -D "$builddir/include/config/kernel.release" \
"$pkgdir/usr/share/kernel/$_flavor/kernel.release" "$pkgdir/usr/share/kernel/$_flavor/kernel.release"
make modules_install \ make modules_install dtbs_install \
ARCH="$_carch" \ ARCH="$_carch" \
INSTALL_MOD_PATH="$pkgdir" \ INSTALL_MOD_PATH="$pkgdir" \
INSTALL_DTBS_PATH="$pkgdir/boot/dtbs" INSTALL_DTBS_PATH="$pkgdir/boot/dtbs"