core/linux-aarch64 to 4.19.1-2

This commit is contained in:
Kevin Mihelich 2018-11-05 02:07:19 +00:00
parent 85abbf74d5
commit 4da32dcb9e
2 changed files with 16 additions and 2 deletions

View file

@ -8,7 +8,7 @@ _srcname=linux-4.19
_kernelname=${pkgbase#linux}
_desc="AArch64 multi-platform"
pkgver=4.19.1
pkgrel=1
pkgrel=2
arch=('aarch64')
url="http://www.kernel.org/"
license=('GPL2')
@ -35,7 +35,7 @@ md5sums=('740a90cf810c2105df8ee12e5d0bb900'
'40b04a13d7ae9d3dc8971812610362a9'
'203a6aa1d775a737d28d2ad4a13a4f1f'
'1fadeca6502c809ada798982be336e37'
'11a4f35c50f0bde59c30182aa7b797b7'
'7f1a96e24f5150f790df94398e9525a3'
'61c5ff73c136ed07a7aadbf58db3d96a'
'584777ae88bce2c5659960151b64c7d8'
'b5ef67d6086e20de7b82265f562f88b1'

View file

@ -14,6 +14,16 @@
entry = <0>;
};
fdt@1{
description = "rk3399-gru-bob.dtb";
data = /incbin/("arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dtb");
type = "flat_dt";
arch = "arm64";
compression = "none";
hash@1{
algo = "sha1";
};
};
fdt@2{
description = "rk3399-gru-kevin.dtb";
data = /incbin/("arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb");
type = "flat_dt";
@ -30,5 +40,9 @@
kernel = "kernel@1";
fdt = "fdt@1";
};
conf@2{
kernel = "kernel@1";
fdt = "fdt@2";
};
};
};