rpi-kernel: update to upstream git commit b09a27249d614 (3.12.18).
This commit is contained in:
parent
0f8f26aed5
commit
8fad1c12b0
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'rpi-kernel'
|
||||
#
|
||||
# Latest commit as of 20140410
|
||||
_githash="7193cfe22b63ae92d1f7e955c2276adbdafd28e0"
|
||||
# Latest commit as of 20140504
|
||||
_githash="b09a27249d61475e4423607f7632a5aa6e7b3a53"
|
||||
_gitshort="${_githash:0:7}"
|
||||
|
||||
pkgname=rpi-kernel
|
||||
version=3.10.36
|
||||
version=3.12.18
|
||||
revision=1
|
||||
wrksrc="linux-${_githash}"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org"
|
||||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules for the Raspberry Pi (${version%.*} series [git ${_gitshort}])"
|
||||
short_desc="The Linux kernel and modules for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
|
||||
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
|
||||
checksum=15ce1cecde1d10daa4d37334b19942b2af4052ae5f3bfd151adede92886953f9
|
||||
checksum=5f2e170d842365b2ff50977097d1238d46f1b7c31a4b18e9390b12d83168fe1f
|
||||
|
||||
_kernver="${version}_${revision}"
|
||||
|
||||
|
@ -74,7 +74,7 @@ do_install() {
|
|||
sed -i '2iexit 0' scripts/depmod.sh
|
||||
|
||||
# Install kernel, firmware and modules
|
||||
make ARCH=arm INSTALL_MOD_PATH=${DESTDIR} modules_install
|
||||
make ${makejobs} ARCH=arm INSTALL_MOD_PATH=${DESTDIR} modules_install
|
||||
|
||||
# Generate kernel.img and install it to destdir.
|
||||
cd arch/arm/boot
|
||||
|
@ -169,7 +169,7 @@ rpi-kernel-headers_package() {
|
|||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
replaces="kernel-rpi-headers>=0"
|
||||
short_desc="The Linux kernel headers for the Raspberry Pi (${version%.*} series [git ${_gitshort}])"
|
||||
short_desc="The Linux kernel headers for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
|
||||
pkg_install() {
|
||||
vmove usr/src
|
||||
vmove usr/lib/modules/${_kernver}/build
|
||||
|
|
Loading…
Reference in New Issue