core/linux-veyron to 3.14.0-15

This commit is contained in:
Kevin Mihelich 2015-11-05 05:52:42 +00:00
parent 8a7b0073ce
commit cc75e2bc84
2 changed files with 15 additions and 1 deletions

View file

@ -7,7 +7,7 @@ pkgbase=linux-veyron
_kernelname=${pkgbase#linux}
_desc="Veyron Chromebooks"
pkgver=3.14.0
pkgrel=14
pkgrel=15
_commit=e1cc77edc5e2d762c7374656636da98a19838b98
arch=('armv7h')
url="https://chromium.googlesource.com/chromiumos/third_party/kernel/+/chromeos-3.14"

View file

@ -193,6 +193,16 @@
algo = "sha1";
};
};
fdt@19{
description = "rk3288-emile-rev0.dtb";
data = /incbin/("arch/arm/boot/dts/rk3288-emile-rev0.dtb");
type = "flat_dt";
arch = "arm";
compression = "none";
hash@1{
algo = "sha1";
};
};
};
configurations {
@ -269,5 +279,9 @@
kernel = "kernel@1";
fdt = "fdt@17";
};
conf@19{
kernel = "kernel@1";
fdt = "fdt@17";
};
};
};