mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-raspberrypi to 4.19.55-1
This commit is contained in:
parent
956d38e3d8
commit
7b17433e36
2 changed files with 500 additions and 20 deletions
|
@ -5,11 +5,11 @@
|
|||
buildarch=20
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=2f8d963db206ce596f9a9e951ec425e9c3e1b4d9
|
||||
_commit=78878cd46bcf68d8ae94e02c4e1cbba6841314bb
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=4.19.50
|
||||
pkgver=4.19.55
|
||||
pkgrel=1
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -23,10 +23,10 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'linux.preset'
|
||||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('7d4246107f66b5ffef2a3cb5fe5bae9a'
|
||||
md5sums=('34be69409e602bfc786b3ef2198f1801'
|
||||
'7c6b37a1353caccf6d3786bb4161c218'
|
||||
'60bc3624123c183305677097bcd56212'
|
||||
'9330edd7696bbee3de99bb3b2efb326b'
|
||||
'3ab884939c11880114c1544e655529a8'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
'69e1db90d78f691dc446fe2ab94727eb')
|
||||
|
@ -97,7 +97,7 @@ _package() {
|
|||
make INSTALL_DTBS_PATH="${pkgdir}/boot" dtbs_install
|
||||
|
||||
[[ $CARCH == "armv6h" ]] && cp arch/$KARCH/boot/zImage "${pkgdir}/boot/kernel.img" \
|
||||
&& rm -f "${pkgdir}"/boot/bcm{2836,2709,2710}*.dtb
|
||||
&& rm -f "${pkgdir}"/boot/bcm{2836,2709,2710,2711}*.dtb
|
||||
[[ $CARCH == "armv7h" ]] && cp arch/$KARCH/boot/zImage "${pkgdir}/boot/kernel7.img" \
|
||||
&& rm -f "${pkgdir}"/boot/bcm{2835,2708}*.dtb
|
||||
cp arch/$KARCH/boot/dts/overlays/README "${pkgdir}/boot/overlays"
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue