2011-07-18 14:30:49 +02:00
|
|
|
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
|
|
|
# Maintainer: Thomas Baechler <thomas@archlinux.org>
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2012-08-08 10:13:48 +02:00
|
|
|
pkgbase=linux # Build stock -ARCH kernel
|
|
|
|
#pkgbase=linux-custom # Build kernel with a different name
|
2017-09-06 01:33:26 +02:00
|
|
|
_srcname=linux-4.13
|
2017-11-17 15:52:49 +01:00
|
|
|
pkgver=4.13.13
|
2017-09-14 05:28:27 +02:00
|
|
|
pkgrel=1
|
2017-11-15 15:11:34 +01:00
|
|
|
arch=('x86_64')
|
2016-12-06 13:09:59 +01:00
|
|
|
url="https://www.kernel.org/"
|
2011-07-18 14:30:49 +02:00
|
|
|
license=('GPL2')
|
2017-09-10 13:06:37 +02:00
|
|
|
makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf')
|
2011-07-24 16:48:57 +02:00
|
|
|
options=('!strip')
|
2015-04-13 09:17:47 +02:00
|
|
|
source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|
|
|
"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"
|
2017-09-10 23:48:12 +02:00
|
|
|
"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
|
|
|
"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign"
|
2011-07-18 14:30:49 +02:00
|
|
|
# the main kernel config files
|
2017-02-26 17:39:46 +01:00
|
|
|
'config.i686' 'config.x86_64'
|
2016-11-17 15:15:28 +01:00
|
|
|
# pacman hook for initramfs regeneration
|
2017-03-19 11:00:20 +01:00
|
|
|
'90-linux.hook'
|
2011-07-18 14:30:49 +02:00
|
|
|
# standard config files for mkinitcpio ramdisk
|
2017-09-14 05:28:27 +02:00
|
|
|
'linux.preset')
|
2015-10-03 19:22:57 +02:00
|
|
|
|
2017-09-06 01:33:26 +02:00
|
|
|
sha256sums=('2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c'
|
2017-09-10 23:48:12 +02:00
|
|
|
'SKIP'
|
2017-11-17 15:52:49 +01:00
|
|
|
'7414baa3aa0037ee370aaad4998f88f583cf5badb3be9b17016a529eee8e2a24'
|
2017-07-13 12:44:39 +02:00
|
|
|
'SKIP'
|
2017-10-25 09:42:48 +02:00
|
|
|
'9b1d9fcb55782e6149aca4dc2d3b250dd4cedf1bf4bd8c6f0968acab0e2e0ee4'
|
|
|
|
'9c6c4d27d59638d0569ea09a97138bfcfb219f17cdf1138be141380e6654f302'
|
2016-11-17 16:27:34 +01:00
|
|
|
'834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
|
2017-09-14 05:28:27 +02:00
|
|
|
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
|
2014-12-21 14:05:22 +01:00
|
|
|
validpgpkeys=(
|
2015-01-26 00:51:31 +01:00
|
|
|
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
|
2014-12-21 14:05:22 +01:00
|
|
|
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
|
|
|
|
)
|
2013-11-21 09:49:51 +01:00
|
|
|
|
2013-05-26 13:30:56 +02:00
|
|
|
_kernelname=${pkgbase#linux}
|
|
|
|
|
2013-04-10 09:31:34 +02:00
|
|
|
prepare() {
|
2017-09-10 13:06:37 +02:00
|
|
|
cd ${_srcname}
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2011-10-25 00:22:19 +02:00
|
|
|
# add upstream patch
|
2017-09-10 23:48:12 +02:00
|
|
|
patch -p1 -i ../patch-${pkgver}
|
2017-06-22 15:18:15 +02:00
|
|
|
|
|
|
|
# security patches
|
2016-12-11 03:34:09 +01:00
|
|
|
|
2011-07-23 12:30:39 +02:00
|
|
|
# add latest fixes from stable queue, if needed
|
|
|
|
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
2017-09-10 13:06:37 +02:00
|
|
|
|
|
|
|
cp -Tf ../config.${CARCH} .config
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2011-07-18 14:30:49 +02:00
|
|
|
if [ "${_kernelname}" != "" ]; then
|
|
|
|
sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_kernelname}\"|g" ./.config
|
2012-08-08 10:13:48 +02:00
|
|
|
sed -i "s|CONFIG_LOCALVERSION_AUTO=.*|CONFIG_LOCALVERSION_AUTO=n|" ./.config
|
2011-07-18 14:30:49 +02:00
|
|
|
fi
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2011-10-25 00:22:19 +02:00
|
|
|
# set extraversion to pkgrel
|
|
|
|
sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2012-07-04 02:19:40 +02:00
|
|
|
# don't run depmod on 'make install'. We'll do this ourselves in packaging
|
|
|
|
sed -i '2iexit 0' scripts/depmod.sh
|
|
|
|
|
2011-07-18 14:30:49 +02:00
|
|
|
# get kernel version
|
|
|
|
make prepare
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2011-07-18 14:30:49 +02:00
|
|
|
# load configuration
|
|
|
|
# Configure the kernel. Replace the line below with one of your choice.
|
|
|
|
#make menuconfig # CLI menu for configuration
|
|
|
|
#make nconfig # new CLI menu for configuration
|
|
|
|
#make xconfig # X-based configuration
|
|
|
|
#make oldconfig # using old config from previous kernel version
|
|
|
|
# ... or manually edit .config
|
2012-08-08 18:01:32 +02:00
|
|
|
|
2012-08-08 10:13:48 +02:00
|
|
|
# rewrite configuration
|
|
|
|
yes "" | make config >/dev/null
|
2014-01-25 13:22:29 +01:00
|
|
|
}
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2014-01-25 13:22:29 +01:00
|
|
|
build() {
|
2017-09-10 13:06:37 +02:00
|
|
|
cd ${_srcname}
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2012-08-08 10:13:48 +02:00
|
|
|
make ${MAKEFLAGS} LOCALVERSION= bzImage modules
|
2011-07-18 14:30:49 +02:00
|
|
|
}
|
|
|
|
|
2012-08-08 10:13:48 +02:00
|
|
|
_package() {
|
2013-07-04 13:22:35 +02:00
|
|
|
pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"
|
2012-08-08 10:13:48 +02:00
|
|
|
[ "${pkgbase}" = "linux" ] && groups=('base')
|
2012-04-29 02:44:07 +02:00
|
|
|
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
2011-07-24 16:48:57 +02:00
|
|
|
optdepends=('crda: to set the correct wireless channels of your country')
|
2012-08-08 10:13:48 +02:00
|
|
|
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
|
|
|
|
install=linux.install
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2017-09-10 13:06:37 +02:00
|
|
|
cd ${_srcname}
|
2011-07-18 14:30:49 +02:00
|
|
|
|
|
|
|
KARCH=x86
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2011-07-18 14:30:49 +02:00
|
|
|
# get kernel version
|
2012-08-08 10:13:48 +02:00
|
|
|
_kernver="$(make LOCALVERSION= kernelrelease)"
|
|
|
|
_basekernel=${_kernver%%-*}
|
|
|
|
_basekernel=${_basekernel%.*}
|
2011-07-24 16:48:57 +02:00
|
|
|
|
|
|
|
mkdir -p "${pkgdir}"/{lib/modules,lib/firmware,boot}
|
2012-08-08 10:13:48 +02:00
|
|
|
make LOCALVERSION= INSTALL_MOD_PATH="${pkgdir}" modules_install
|
|
|
|
cp arch/$KARCH/boot/bzImage "${pkgdir}/boot/vmlinuz-${pkgbase}"
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2011-07-18 14:30:49 +02:00
|
|
|
# set correct depmod command for install
|
2016-11-17 16:27:34 +01:00
|
|
|
sed -e "s|%PKGBASE%|${pkgbase}|g;s|%KERNVER%|${_kernver}|g" \
|
|
|
|
"${startdir}/${install}" > "${startdir}/${install}.pkg"
|
2013-06-08 10:17:48 +02:00
|
|
|
true && install=${install}.pkg
|
|
|
|
|
|
|
|
# install mkinitcpio preset file for kernel
|
2017-09-10 13:06:37 +02:00
|
|
|
sed "s|%PKGBASE%|${pkgbase}|g" ../linux.preset |
|
|
|
|
install -Dm644 /dev/stdin "${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset"
|
2011-07-18 14:30:49 +02:00
|
|
|
|
2016-11-17 15:15:28 +01:00
|
|
|
# install pacman hook for initramfs regeneration
|
2017-09-10 13:06:37 +02:00
|
|
|
sed "s|%PKGBASE%|${pkgbase}|g" ../90-linux.hook |
|
|
|
|
install -Dm644 /dev/stdin "${pkgdir}/usr/share/libalpm/hooks/90-${pkgbase}.hook"
|
2016-11-17 15:15:28 +01:00
|
|
|
|
2011-07-18 14:30:49 +02:00
|
|
|
# remove build and source links
|
2017-09-10 13:06:37 +02:00
|
|
|
rm "${pkgdir}"/lib/modules/${_kernver}/{source,build}
|
|
|
|
|
2011-07-18 14:30:49 +02:00
|
|
|
# remove the firmware
|
2017-09-10 13:06:37 +02:00
|
|
|
rm -r "${pkgdir}/lib/firmware"
|
|
|
|
|
2011-10-25 00:22:19 +02:00
|
|
|
# make room for external modules
|
2011-10-26 17:18:34 +02:00
|
|
|
ln -s "../extramodules-${_basekernel}${_kernelname:--ARCH}" "${pkgdir}/lib/modules/${_kernver}/extramodules"
|
2017-09-10 13:06:37 +02:00
|
|
|
|
2011-10-25 17:03:24 +02:00
|
|
|
# add real version for building modules and running depmod from post_install/upgrade
|
2017-09-10 13:06:37 +02:00
|
|
|
echo "${_kernver}" |
|
|
|
|
install -Dm644 /dev/stdin "${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}/version"
|
2012-07-04 02:19:40 +02:00
|
|
|
|
|
|
|
# Now we call depmod...
|
2014-01-25 19:21:46 +01:00
|
|
|
depmod -b "${pkgdir}" -F System.map "${_kernver}"
|
2012-09-07 16:56:07 +02:00
|
|
|
|
|
|
|
# move module tree /lib -> /usr/lib
|
2017-09-10 13:06:37 +02:00
|
|
|
mv -t "${pkgdir}/usr" "${pkgdir}/lib"
|
2014-01-25 19:21:46 +01:00
|
|
|
|
|
|
|
# add vmlinux
|
2017-09-10 13:06:37 +02:00
|
|
|
install -Dm644 vmlinux "${pkgdir}/usr/lib/modules/${_kernver}/build/vmlinux"
|
2011-07-18 14:30:49 +02:00
|
|
|
}
|
|
|
|
|
2012-08-08 10:13:48 +02:00
|
|
|
_package-headers() {
|
2013-07-04 13:22:35 +02:00
|
|
|
pkgdesc="Header files and scripts for building modules for ${pkgbase/linux/Linux} kernel"
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2017-09-10 13:06:37 +02:00
|
|
|
cd ${_srcname}
|
|
|
|
local _builddir="${pkgdir}/usr/lib/modules/${_kernver}/build"
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2017-09-10 13:06:37 +02:00
|
|
|
install -Dt "${_builddir}" -m644 Makefile .config Module.symvers
|
|
|
|
install -Dt "${_builddir}/kernel" -m644 kernel/Makefile
|
2011-07-18 14:30:49 +02:00
|
|
|
|
2017-09-10 13:06:37 +02:00
|
|
|
mkdir "${_builddir}/.tmp_versions"
|
2011-07-18 14:30:49 +02:00
|
|
|
|
2017-09-10 13:06:37 +02:00
|
|
|
cp -t "${_builddir}" -a include scripts
|
2011-07-18 14:30:49 +02:00
|
|
|
|
2017-09-10 13:06:37 +02:00
|
|
|
install -Dt "${_builddir}/arch/${KARCH}" -m644 arch/${KARCH}/Makefile
|
|
|
|
install -Dt "${_builddir}/arch/${KARCH}/kernel" -m644 arch/${KARCH}/kernel/asm-offsets.s
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2017-09-10 13:06:37 +02:00
|
|
|
if [[ ${CARCH} = i686 ]]; then
|
|
|
|
install -t "${_builddir}/arch/${KARCH}" -m644 arch/${KARCH}/Makefile_32.cpu
|
2011-07-18 14:30:49 +02:00
|
|
|
fi
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2017-09-10 13:06:37 +02:00
|
|
|
cp -t "${_builddir}/arch/${KARCH}" -a arch/${KARCH}/include
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2017-09-10 13:06:37 +02:00
|
|
|
install -Dt "${_builddir}/drivers/md" -m644 drivers/md/*.h
|
|
|
|
install -Dt "${_builddir}/net/mac80211" -m644 net/mac80211/*.h
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2011-07-18 14:30:49 +02:00
|
|
|
# http://bugs.archlinux.org/task/9912
|
2017-09-10 13:06:37 +02:00
|
|
|
install -Dt "${_builddir}/drivers/media/dvb-core" -m644 drivers/media/dvb-core/*.h
|
|
|
|
|
2011-07-18 14:30:49 +02:00
|
|
|
# http://bugs.archlinux.org/task/13146
|
2017-09-10 13:06:37 +02:00
|
|
|
install -Dt "${_builddir}/drivers/media/dvb-frontends" -m644 drivers/media/dvb-frontends/lgdt330x.h
|
|
|
|
install -Dt "${_builddir}/drivers/media/i2c" -m644 drivers/media/i2c/msp3400-driver.h
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2011-07-18 14:30:49 +02:00
|
|
|
# http://bugs.archlinux.org/task/20402
|
2017-09-10 13:06:37 +02:00
|
|
|
install -Dt "${_builddir}/drivers/media/usb/dvb-usb" -m644 drivers/media/usb/dvb-usb/*.h
|
|
|
|
install -Dt "${_builddir}/drivers/media/dvb-frontends" -m644 drivers/media/dvb-frontends/*.h
|
|
|
|
install -Dt "${_builddir}/drivers/media/tuners" -m644 drivers/media/tuners/*.h
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2011-07-18 14:30:49 +02:00
|
|
|
# add xfs and shmem for aufs building
|
2017-09-10 13:06:37 +02:00
|
|
|
mkdir -p "${_builddir}"/{fs/xfs,mm}
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2011-07-18 14:30:49 +02:00
|
|
|
# copy in Kconfig files
|
2017-09-10 13:06:37 +02:00
|
|
|
find . -name Kconfig\* -exec install -Dm644 {} "${_builddir}/{}" \;
|
2011-07-18 14:30:49 +02:00
|
|
|
|
2016-05-16 20:44:11 +02:00
|
|
|
# add objtool for external module building and enabled VALIDATION_STACK option
|
2017-09-10 17:41:45 +02:00
|
|
|
if [[ -e tools/objtool/objtool ]]; then
|
2017-09-10 13:06:37 +02:00
|
|
|
install -Dt "${_builddir}/tools/objtool" tools/objtool/objtool
|
2016-05-16 20:44:11 +02:00
|
|
|
fi
|
|
|
|
|
2017-09-10 13:06:37 +02:00
|
|
|
# remove unneeded architectures
|
|
|
|
local _arch
|
|
|
|
for _arch in "${_builddir}"/arch/*/; do
|
|
|
|
if [[ ${_arch} != */${KARCH}/ ]]; then
|
|
|
|
rm -r "${_arch}"
|
|
|
|
fi
|
2011-07-24 16:48:57 +02:00
|
|
|
done
|
|
|
|
|
2017-09-10 13:06:37 +02:00
|
|
|
# remove files already in linux-docs package
|
|
|
|
rm -r "${_builddir}/Documentation"
|
|
|
|
|
|
|
|
# Fix permissions
|
|
|
|
chmod -R u=rwX,go=rX "${_builddir}"
|
2016-12-26 01:22:07 +01:00
|
|
|
|
2017-09-10 13:06:37 +02:00
|
|
|
# strip scripts directory
|
|
|
|
local _binary _strip
|
|
|
|
while read -rd '' _binary; do
|
|
|
|
case "$(file -bi "${_binary}")" in
|
|
|
|
*application/x-sharedlib*) _strip="${STRIP_SHARED}" ;; # Libraries (.so)
|
|
|
|
*application/x-archive*) _strip="${STRIP_STATIC}" ;; # Libraries (.a)
|
|
|
|
*application/x-executable*) _strip="${STRIP_BINARIES}" ;; # Binaries
|
|
|
|
*) continue ;;
|
|
|
|
esac
|
|
|
|
/usr/bin/strip ${_strip} "${_binary}"
|
|
|
|
done < <(find "${_builddir}/scripts" -type f -perm -u+w -print0 2>/dev/null)
|
2011-07-18 14:30:49 +02:00
|
|
|
}
|
|
|
|
|
2012-08-08 10:13:48 +02:00
|
|
|
_package-docs() {
|
2013-07-04 13:22:35 +02:00
|
|
|
pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase/linux/Linux} kernel"
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2017-09-10 13:06:37 +02:00
|
|
|
cd ${_srcname}
|
|
|
|
local _builddir="${pkgdir}/usr/lib/modules/${_kernver}/build"
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2017-09-10 13:06:37 +02:00
|
|
|
mkdir -p "${_builddir}"
|
|
|
|
cp -t "${_builddir}" -a Documentation
|
2011-07-24 16:48:57 +02:00
|
|
|
|
2017-09-10 13:06:37 +02:00
|
|
|
# Fix permissions
|
|
|
|
chmod -R u=rwX,go=rX "${_builddir}"
|
2011-07-18 14:30:49 +02:00
|
|
|
}
|
2012-08-08 10:13:48 +02:00
|
|
|
|
|
|
|
pkgname=("${pkgbase}" "${pkgbase}-headers" "${pkgbase}-docs")
|
|
|
|
for _p in ${pkgname[@]}; do
|
|
|
|
eval "package_${_p}() {
|
2014-09-28 05:22:14 +02:00
|
|
|
$(declare -f "_package${_p#${pkgbase}}")
|
2014-09-28 06:03:58 +02:00
|
|
|
_package${_p#${pkgbase}}
|
2012-08-08 10:13:48 +02:00
|
|
|
}"
|
|
|
|
done
|
|
|
|
|
2013-08-15 14:00:06 +02:00
|
|
|
# vim:set ts=8 sts=2 sw=2 et:
|