mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 02:17:12 +08:00
linux: bump to 3.2.10 (NOT RELEASED)
* remove lirc from media-staging (added in normal patch)
This commit is contained in:
parent
6059d972ac
commit
3d666e093d
@ -1,8 +1,8 @@
|
||||
# Source env-settings
|
||||
source ../_buildscripts/`pwd | cut -d/ -f3`-${_arch}-makepkg.conf
|
||||
# Pre-Patch settings
|
||||
_patch="3.2.9"
|
||||
_prepatch="3.2.10-pre1"
|
||||
_patch="3.2.10"
|
||||
_prepatch="3.2.11-pre1"
|
||||
_queue="3.2"
|
||||
# Aufs
|
||||
_aufs="3.2-20120109"
|
||||
@ -24,7 +24,7 @@ PATCHES=(
|
||||
|
||||
# add latest fixes from stable queue, if needed
|
||||
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
||||
http://chakra.sourceforge.net/sources/linux/patches/3.2/candidate/$_prepatch.patch%1
|
||||
#http://chakra.sourceforge.net/sources/linux/patches/3.2/candidate/$_prepatch.patch%1
|
||||
#ftp://ftp.kernel.org/pub/linux/kernel/v3.x/stable-review/patch-$_prepatch.gz%1
|
||||
|
||||
# Archlinux patches
|
||||
@ -124,13 +124,6 @@ PATCHES=(
|
||||
http://chakra.sourceforge.net/sources/linux/patches/3.2/features/wacom/0006-Input-wacom-3rd-gen-Bamboo-P-Touch-packet-support.patch.xz%1
|
||||
http://chakra.sourceforge.net/sources/linux/patches/3.2/features/wacom/0007-Input-wacom-ignore-unwanted-bamboo-packets.patch%1
|
||||
|
||||
### add lirc
|
||||
http://chakra.sourceforge.net/sources/linux/patches/3.2/features/lirc/0001-media-staging-lirc_serial-Fix-init-exit-order.patch%1
|
||||
http://chakra.sourceforge.net/sources/linux/patches/3.2/features/lirc/0002-media-staging-lirc_serial-Free-resources-on-failure-.patch%1
|
||||
http://chakra.sourceforge.net/sources/linux/patches/3.2/features/lirc/0003-media-staging-lirc_serial-Fix-deadlock-on-resume-fai.patch%1
|
||||
http://chakra.sourceforge.net/sources/linux/patches/3.2/features/lirc/0004-media-staging-lirc_serial-Fix-bogus-error-codes.patch%1
|
||||
http://chakra.sourceforge.net/sources/linux/patches/3.2/features/lirc/0005-media-staging-lirc_serial-Do-not-assume-error-codes-.patch%1
|
||||
|
||||
### bugfixes
|
||||
http://chakra.sourceforge.net/sources/linux/patches/3.2/bugfix/all/cpu-Do-not-return-errors-from-cpu_dev_init-which-wil.patch%1
|
||||
http://chakra.sourceforge.net/sources/linux/patches/3.2/bugfix/all/cpu-Register-a-generic-CPU-device-on-architectures-t.patch%1
|
||||
@ -153,7 +146,7 @@ PATCHES=(
|
||||
|
||||
)
|
||||
# Name of the resulting patch (will be bzipped afterwards)
|
||||
PATCHNAME="patch-3.2.9-1-CHAKRA"
|
||||
PATCHNAME="patch-3.2.10-1-CHAKRA"
|
||||
|
||||
# Run this before applying patches
|
||||
pre_apply() {
|
||||
|
@ -9,7 +9,7 @@ pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -CHAKRA kernel
|
||||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.2
|
||||
pkgver=${_basekernel}.9
|
||||
pkgver=${_basekernel}.10
|
||||
pkgrel=1
|
||||
_aufs="3.2-20120109"
|
||||
makedepends=('xmlto' 'docbook-xsl')
|
||||
@ -25,7 +25,7 @@ source=(ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-$_basekernel.tar.bz2
|
||||
# standard config files for mkinitcpio ramdisk
|
||||
linux.preset)
|
||||
md5sums=('7ceb61f87c097fc17509844b71268935'
|
||||
'9b578efd9f7e85079c00de521b629114'
|
||||
'70230a6ab0785e7abefc261a43179cfc'
|
||||
'e8238d2f3dee0234a8a55cdaba9e91e4'
|
||||
'91525d8106c580d3dedc44a9d5e8d092'
|
||||
'b019872ce926de3ec82985fc399832c6')
|
||||
|
Loading…
Reference in New Issue
Block a user