community/linux-postmarketos-rockchip: Update install for packaging (MR 3899)
Add the missing kernel.release file to support packaging and fix builds with: `pmbootstrap build --envkernel linux-postmarketos-rockchip` Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
60fc4a2df5
commit
60821d3a09
|
@ -75,6 +75,9 @@ package() {
|
|||
|
||||
gzip -v "$pkgdir"/boot/vmlinuz
|
||||
mv "$pkgdir"/boot/vmlinuz.gz "$pkgdir"/boot/vmlinuz
|
||||
|
||||
install -D "$builddir"/include/config/kernel.release \
|
||||
"$pkgdir"/usr/share/kernel/$_flavor/kernel.release
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
|
Loading…
Reference in New Issue
Block a user