mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-13 16:49:46 +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:
parent
8d0ca1d895
commit
f99c508f02
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue