core/linux-armv7 to 4.5.2-3

This commit is contained in:
Kevin Mihelich 2016-05-02 01:49:20 +00:00
parent b20c28c106
commit 918e891d60
2 changed files with 35 additions and 7 deletions

View file

@ -8,7 +8,7 @@ _srcname=linux-4.5
_kernelname=${pkgbase#linux}
_desc="ARMv7 multi-platform"
pkgver=4.5.2
pkgrel=2
pkgrel=3
rcnrel=armv7-x2
arch=('armv7h')
url="http://www.kernel.org/"

View file

@ -65,6 +65,16 @@
};
};
fdt@6 {
description = "rk3288-veyron-brain.dtb";
data = /incbin/("arch/arm/boot/dts/rk3288-veyron-brain.dtb");
type = "flat_dt";
arch = "arm";
compression = "none";
hash@1 {
algo = "sha1";
};
};
fdt@7 {
description = "rk3288-veyron-jaq.dtb";
data = /incbin/("arch/arm/boot/dts/rk3288-veyron-jaq.dtb");
type = "flat_dt";
@ -74,7 +84,7 @@
algo = "sha1";
};
};
fdt@7 {
fdt@8 {
description = "rk3288-veyron-jerry.dtb";
data = /incbin/("arch/arm/boot/dts/rk3288-veyron-jerry.dtb");
type = "flat_dt";
@ -84,7 +94,17 @@
algo = "sha1";
};
};
fdt@8 {
fdt@9 {
description = "rk3288-veyron-mickey.dtb";
data = /incbin/("arch/arm/boot/dts/rk3288-veyron-mickey.dtb");
type = "flat_dt";
arch = "arm";
compression = "none";
hash@1 {
algo = "sha1";
};
};
fdt@10 {
description = "rk3288-veyron-minnie.dtb";
data = /incbin/("arch/arm/boot/dts/rk3288-veyron-minnie.dtb");
type = "flat_dt";
@ -94,7 +114,7 @@
algo = "sha1";
};
};
fdt@9 {
fdt@11 {
description = "rk3288-veyron-pinky.dtb";
data = /incbin/("arch/arm/boot/dts/rk3288-veyron-pinky.dtb");
type = "flat_dt";
@ -104,7 +124,7 @@
algo = "sha1";
};
};
fdt@10 {
fdt@12 {
description = "rk3288-veyron-speedy.dtb";
data = /incbin/("arch/arm/boot/dts/rk3288-veyron-speedy.dtb");
type = "flat_dt";
@ -114,7 +134,7 @@
algo = "sha1";
};
};
fdt@11 {
fdt@13 {
description = "tegra124-nyan-big.dtb";
data = /incbin/("arch/arm/boot/dts/tegra124-nyan-big.dtb");
type = "flat_dt";
@ -124,7 +144,7 @@
algo = "sha1";
};
};
fdt@12 {
fdt@14 {
description = "tegra124-nyan-blaze.dtb";
data = /incbin/("arch/arm/boot/dts/tegra124-nyan-blaze.dtb");
type = "flat_dt";
@ -185,5 +205,13 @@
kernel = "kernel@1";
fdt = "fdt@12";
};
conf@13 {
kernel = "kernel@1";
fdt = "fdt@13";
};
conf@14 {
kernel = "kernel@1";
fdt = "fdt@14";
};
};
};