rpi-kernel: update to upstream git commit 772fa1092a (3.18.6).

This commit is contained in:
Juan RP 2015-02-09 08:59:37 +01:00
parent 48e4686654
commit 25d8cd2f6f

View file

@ -1,21 +1,22 @@
# Template file for 'rpi-kernel'
#
_githash="85ee3d9bd54594f61b0971f9c3655a9bff9c1b04"
_githash="772fa1092af0c1109890fe93a151b36c012afca1"
_gitshort="${_githash:0:7}"
pkgname=rpi-kernel
version=3.18.5
revision=3
version=3.18.6
revision=1
wrksrc="linux-${_githash}"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.kernel.org"
license="GPL-2"
short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
checksum=5322de70aa7756edc773d2298ee1148ea7614f8979922b09887d7b6002e711b5
checksum=ed6f5c86ceffab248a55dbce1b6446a4ae21c06e6cc7a9ddefeb6c5e370a3ece
_kernver="${version}_${revision}"
nodebug=yes
nostrip=yes
noverifyrdeps=yes
noshlibprovides=yes
@ -42,7 +43,6 @@ pre_configure() {
# modifies KERNELRELEASE and appends + to it.
rm -rf .git
}
do_configure() {
if [ "$CROSS_BUILD" ]; then
_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
@ -58,7 +58,6 @@ do_configure() {
# Always use our revision to CONFIG_LOCALVERSION to match our pkg version.
sed -i -e "s|^\(CONFIG_LOCALVERSION=\).*|\1\"_${revision}\"|" .config
}
do_build() {
if [ "$CROSS_BUILD" ]; then
_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
@ -66,7 +65,6 @@ do_build() {
make ${makejobs} ${_args} ARCH=arm prepare
make ${makejobs} ${_args} ARCH=arm zImage modules dtbs
}
do_install() {
local hdrdest