mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-chromebook2 to 20140628-1
This commit is contained in:
parent
536542d19a
commit
d956cd6034
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ buildarch=4
|
|||
|
||||
pkgbase=linux-chromebook2
|
||||
pkgname=('linux-chromebook2' 'linux-headers-chromebook2')
|
||||
pkgver=20140619
|
||||
pkgver=20140628
|
||||
_kernelname=${pkgname#linux}
|
||||
pkgdesc="ChromiumOS kernel with ArchLinux ARM tweaks"
|
||||
_basever=3.8
|
||||
|
@ -16,7 +16,7 @@ url="https://chromium.googlesource.com/chromiumos/third_party/kernel/+/chromeos-
|
|||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'dtc' 'inetutils' 'kmod' 'vboot-utils')
|
||||
options=('!strip')
|
||||
_commit=b4854861a443c069f4335538c80e9d9118e7e34a
|
||||
_commit=d2d7d09e21d48cd0d1ad72f00d0bab9ac36c8667
|
||||
source=("https://chromium.googlesource.com/chromiumos/third_party/kernel/+archive/${_commit}.tar.gz"
|
||||
'0001-exynos-drm-smem-start-len.patch'
|
||||
'config'
|
||||
|
@ -40,7 +40,7 @@ prepare() {
|
|||
cd ${srcdir}/chromeos-${_basever}
|
||||
|
||||
# fix for using xf86-video-fbturbo
|
||||
patch -p1 -i ../0001-exynos-drm-smem-start-len.patch
|
||||
git apply ../0001-exynos-drm-smem-start-len.patch
|
||||
|
||||
# Kernel configuration
|
||||
cp "${srcdir}/config" .config
|
||||
|
|
Loading…
Reference in a new issue