mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-tegra to 3.0.99-9
This commit is contained in:
parent
8845ec9e06
commit
21b5ed6ea3
2 changed files with 10 additions and 9 deletions
|
@ -11,28 +11,28 @@ pkgbase=linux-tegra
|
|||
pkgname=('linux-tegra' 'linux-headers-tegra')
|
||||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.1-rc7
|
||||
_basekernel=3.1-rc9
|
||||
pkgver=3.0.99
|
||||
pkgrel=7
|
||||
pkgrel=9
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage')
|
||||
options=('!strip')
|
||||
source=("torvalds-linux-v3.1-rc7.tar.gz::https://github.com/torvalds/linux/tarball/v3.1-rc7"
|
||||
source=("torvalds-linux-v3.1-rc9.tar.gz::https://github.com/torvalds/linux/tarball/v3.1-rc9"
|
||||
'archlinuxarm.patch'
|
||||
'armdma.patch'
|
||||
'config'
|
||||
'change-default-console-loglevel.patch')
|
||||
md5sums=('8d33f2d3cae613c49573be50d16aca7a'
|
||||
md5sums=('31bf119ff2c0d48a795da1b84f57ae8e'
|
||||
'bc631a5c97e2b6c871cdbbfa6c75ae38'
|
||||
'6e7667c6c6348bfeca22eaaa05462d62'
|
||||
'a07d087949eb8321b62e00c2229cafff'
|
||||
'9da7aaa320d49d3de3bed3327e6d1d5f'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662')
|
||||
|
||||
build() {
|
||||
#cd "${srcdir}/linux-${_basekernel}"
|
||||
cd "${srcdir}/torvalds-linux-4cf670b"
|
||||
cd "${srcdir}/torvalds-linux-38a181c"
|
||||
|
||||
# add latest fixes from stable queue, if needed
|
||||
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
||||
|
@ -95,7 +95,7 @@ package_linux-tegra() {
|
|||
install=${pkgname}.install
|
||||
|
||||
#cd "${srcdir}/linux-${_basekernel}"
|
||||
cd "${srcdir}/torvalds-linux-4cf670b"
|
||||
cd "${srcdir}/torvalds-linux-38a181c"
|
||||
|
||||
KARCH=arm
|
||||
|
||||
|
@ -132,7 +132,7 @@ package_linux-headers-tegra() {
|
|||
ln -sf ../../../usr/src/linux-${_kernver} build
|
||||
|
||||
#cd "${srcdir}/linux-${_basekernel}"
|
||||
cd "${srcdir}/torvalds-linux-4cf670b"
|
||||
cd "${srcdir}/torvalds-linux-38a181c"
|
||||
install -D -m644 Makefile \
|
||||
"${pkgdir}/usr/src/linux-${_kernver}/Makefile"
|
||||
install -D -m644 kernel/Makefile \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.1.0-rc7 Kernel Configuration
|
||||
# Linux/arm 3.1.0-rc9 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -361,6 +361,7 @@ CONFIG_PL310_ERRATA_727915=y
|
|||
# CONFIG_ARM_ERRATA_753970 is not set
|
||||
# CONFIG_ARM_ERRATA_754322 is not set
|
||||
# CONFIG_ARM_ERRATA_754327 is not set
|
||||
# CONFIG_ARM_ERRATA_764369 is not set
|
||||
CONFIG_ARM_GIC=y
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue