core/linux-veyron to 3.14.0-12

This commit is contained in:
Kevin Mihelich 2015-08-26 00:32:14 +00:00
parent d99e03b572
commit f8f773cffb
3 changed files with 21 additions and 5 deletions

View file

@ -7,8 +7,8 @@ pkgbase=linux-veyron
_kernelname=${pkgbase#linux}
_desc="Veyron Chromebooks"
pkgver=3.14.0
pkgrel=11
_commit=1485d934266c8df3599c779736d3b88cb7ee3629
pkgrel=12
_commit=6fa09265d61db1c29203c8194badebcfee86d97f
arch=('armv7h')
url="https://chromium.googlesource.com/chromiumos/third_party/kernel/+/chromeos-3.14"
license=('GPL2')
@ -37,8 +37,8 @@ md5sums=('SKIP'
'a4ed8eff558abe5bea1eda89cdda2526'
'1c666a868a11e8b799723673772079f4'
'a04ae86c479589d5b638b26d9f6c5a8e'
'1d75ccad0b6d1b2a0194b62f31ca56c3'
'1d77c34a9c759a7f54df718cd80de567'
'd3d0b4873f8b9c2d12fbc9e5dce98f75'
'de337d0ec6c8d60d57af8d9e7d33b4ae'
'61c5ff73c136ed07a7aadbf58db3d96a'
'584777ae88bce2c5659960151b64c7d8'
'e3bdf63d5d936fb982c4cd62da1433ad'

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 3.14.0-11 Kernel Configuration
# Linux/arm 3.14.0-12 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
@ -3861,7 +3861,9 @@ CONFIG_GOOGLE_FIRMWARE=y
#
# Google Firmware Drivers
#
CONFIG_GOOGLE_COREBOOT_TABLE=y
CONFIG_GOOGLE_MEMCONSOLE_OF=y
# CONFIG_GOOGLE_VPD is not set
#
# File systems

View file

@ -183,6 +183,16 @@
algo = "sha1";
};
};
fdt@18{
description = "rk3288-jerry-rev10.dtb";
data = /incbin/("arch/arm/boot/dts/rk3288-jerry-rev10.dtb");
type = "flat_dt";
arch = "arm";
compression = "none";
hash@1{
algo = "sha1";
};
};
};
configurations {
@ -255,5 +265,9 @@
kernel = "kernel@1";
fdt = "fdt@17";
};
conf@18{
kernel = "kernel@1";
fdt = "fdt@17";
};
};
};