mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-veyron to 3.14.0-15
This commit is contained in:
parent
8a7b0073ce
commit
cc75e2bc84
2 changed files with 15 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue