2014-06-21 04:34:35 +00:00
|
|
|
# ARMv7 multi-platform
|
|
|
|
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
|
|
|
|
|
|
buildarch=4
|
|
|
|
|
2022-08-27 22:21:51 +00:00
|
|
|
_rcver=6.0
|
2022-09-13 18:02:50 +00:00
|
|
|
_rcrel=5
|
|
|
|
_rcnrel=armv7-x3
|
|
|
|
_rcnrc=5
|
2014-10-22 04:06:48 +00:00
|
|
|
|
2014-06-21 04:34:35 +00:00
|
|
|
pkgbase=linux-armv7-rc
|
2016-10-22 17:58:40 +00:00
|
|
|
_srcname=linux-${_rcver}-rc${_rcrel}
|
2014-06-21 04:34:35 +00:00
|
|
|
_kernelname=${pkgbase#linux}
|
2015-11-17 00:57:25 +00:00
|
|
|
_desc="ARMv7 multi-platform (release candidate)"
|
2014-10-22 04:06:48 +00:00
|
|
|
pkgver=${_rcver}.rc${_rcrel}
|
2022-03-10 01:47:54 +00:00
|
|
|
pkgrel=1
|
2014-06-21 04:34:35 +00:00
|
|
|
arch=('armv7h')
|
|
|
|
url="http://www.kernel.org/"
|
|
|
|
license=('GPL2')
|
2015-11-25 00:35:15 +00:00
|
|
|
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
|
2014-06-21 04:34:35 +00:00
|
|
|
options=('!strip')
|
2017-05-16 01:39:23 +00:00
|
|
|
source=("https://git.kernel.org/torvalds/t/${_srcname}.tar.gz"
|
2022-02-19 23:57:34 +00:00
|
|
|
"http://rcn-ee.com/deb/sid-armhf/v${_rcver}.0-rc${_rcnrc}-${_rcnrel}/patch-${_rcver}-rc${_rcnrc}-${_rcnrel}.diff.gz"
|
2014-09-11 01:39:36 +00:00
|
|
|
'0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch'
|
|
|
|
'0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch'
|
2022-02-23 18:26:17 +00:00
|
|
|
'0003-fix-mvsdio-eMMC-timing.patch'
|
|
|
|
'0004-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
|
|
|
|
'0005-set-default-cubietruck-led-triggers.patch'
|
|
|
|
'0006-exynos4412-odroid-set-higher-minimum-buck2-regulator.patch'
|
|
|
|
'0007-USB-Armory-MkII-support.patch'
|
2015-11-25 00:35:15 +00:00
|
|
|
'config'
|
|
|
|
'kernel.its'
|
|
|
|
'kernel.keyblock'
|
2017-01-24 01:00:39 +00:00
|
|
|
'kernel_data_key.vbprivk'
|
|
|
|
'linux.preset'
|
|
|
|
'99-linux.hook')
|
2022-09-13 18:02:50 +00:00
|
|
|
md5sums=('41d2f438d53dc25c998379d139ff0201'
|
|
|
|
'e4df378f94ef33e365ca47d78a6dafb9'
|
2022-08-27 22:21:51 +00:00
|
|
|
'9e9d3b4cde2e27afd79f8818eb86a493'
|
|
|
|
'46fd4237094df0d32e19ef797511195f'
|
|
|
|
'bb32c18626916fba143461da3b6d3f7a'
|
|
|
|
'8f18d1db15ced906458992ea5aafa79e'
|
|
|
|
'84b9e5ca6d5284561bcb4401d8cd693e'
|
|
|
|
'6226d24c61278a4b7835b0774a5d0149'
|
|
|
|
'30c239cd58141b8ae197b4d8efc5bdc7'
|
2022-09-13 18:02:50 +00:00
|
|
|
'a42391b00a10269df8c80e58a4f69231'
|
2022-02-13 19:31:42 +00:00
|
|
|
'0963ff6490be16935370812fc75fa065'
|
2015-11-25 00:35:15 +00:00
|
|
|
'61c5ff73c136ed07a7aadbf58db3d96a'
|
2017-01-24 01:00:39 +00:00
|
|
|
'584777ae88bce2c5659960151b64c7d8'
|
|
|
|
'ae7ccb81e057c4d81401e725f102ee5f'
|
|
|
|
'79fa396e3f9a09a85156d6d7c2d34b58')
|
2014-06-21 04:34:35 +00:00
|
|
|
|
|
|
|
prepare() {
|
|
|
|
cd "${srcdir}/${_srcname}"
|
|
|
|
|
|
|
|
# RCN patch
|
2022-02-19 23:57:34 +00:00
|
|
|
git apply ../patch-${_rcver}-rc${_rcnrc}-${_rcnrel}.diff
|
2016-08-23 03:02:27 +00:00
|
|
|
rm -f scripts/bin2c
|
2014-06-21 04:34:35 +00:00
|
|
|
|
|
|
|
# ALARM patches
|
2014-09-11 01:39:36 +00:00
|
|
|
git apply ../0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch
|
|
|
|
git apply ../0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch
|
2022-02-23 18:26:17 +00:00
|
|
|
git apply ../0003-fix-mvsdio-eMMC-timing.patch
|
|
|
|
git apply ../0004-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
|
|
|
|
git apply ../0005-set-default-cubietruck-led-triggers.patch
|
|
|
|
git apply ../0006-exynos4412-odroid-set-higher-minimum-buck2-regulator.patch
|
|
|
|
git apply ../0007-USB-Armory-MkII-support.patch
|
2014-06-21 04:34:35 +00:00
|
|
|
|
|
|
|
cat "${srcdir}/config" > ./.config
|
|
|
|
|
|
|
|
# add pkgrel to extraversion
|
|
|
|
sed -ri "s|^(EXTRAVERSION =)(.*)|\1 \2-${pkgrel}|" Makefile
|
|
|
|
|
|
|
|
# don't run depmod on 'make install'. We'll do this ourselves in packaging
|
|
|
|
sed -i '2iexit 0' scripts/depmod.sh
|
|
|
|
}
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "${srcdir}/${_srcname}"
|
|
|
|
|
|
|
|
# get kernel version
|
|
|
|
make prepare
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# Copy back our configuration (use with new kernel version)
|
|
|
|
#cp ./.config ../${pkgbase}.config
|
|
|
|
|
|
|
|
####################
|
|
|
|
# stop here
|
|
|
|
# this is useful to configure the kernel
|
|
|
|
#msg "Stopping build"
|
|
|
|
#return 1
|
|
|
|
####################
|
|
|
|
|
|
|
|
#yes "" | make config
|
|
|
|
|
|
|
|
# build!
|
|
|
|
make ${MAKEFLAGS} zImage modules dtbs
|
|
|
|
}
|
|
|
|
|
|
|
|
_package() {
|
|
|
|
pkgdesc="The Linux Kernel and modules - ${_desc}"
|
|
|
|
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
2022-08-27 22:21:51 +00:00
|
|
|
optdepends=('wireless-regdb: to set the correct wireless channels of your country')
|
2017-01-24 01:00:39 +00:00
|
|
|
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
|
2021-01-18 21:13:32 +00:00
|
|
|
provides=("linux=${pkgver}" "WIREGUARD-MODULE")
|
2014-06-21 04:34:35 +00:00
|
|
|
conflicts=('linux')
|
|
|
|
replaces=('linux-mvebu')
|
|
|
|
install=${pkgname}.install
|
|
|
|
|
|
|
|
cd "${srcdir}/${_srcname}"
|
|
|
|
|
|
|
|
KARCH=arm
|
|
|
|
|
|
|
|
# get kernel version
|
|
|
|
_kernver="$(make kernelrelease)"
|
|
|
|
_basekernel=${_kernver%%-*}
|
|
|
|
_basekernel=${_basekernel%.*}
|
|
|
|
|
|
|
|
mkdir -p "${pkgdir}"/{lib/modules,lib/firmware,boot/dtbs}
|
|
|
|
make INSTALL_MOD_PATH="${pkgdir}" modules_install
|
|
|
|
cp arch/$KARCH/boot/zImage "${pkgdir}/boot/zImage"
|
|
|
|
cp arch/$KARCH/boot/dts/*.dtb "${pkgdir}/boot/dtbs"
|
|
|
|
|
|
|
|
# set correct depmod command for install
|
|
|
|
sed \
|
|
|
|
-e "s/KERNEL_NAME=.*/KERNEL_NAME=${_kernelname}/g" \
|
|
|
|
-e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" \
|
|
|
|
-i "${startdir}/${pkgname}.install"
|
|
|
|
|
2017-01-24 01:00:39 +00:00
|
|
|
# install mkinitcpio preset file for kernel
|
|
|
|
install -D -m644 "${srcdir}/linux.preset" "${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset"
|
|
|
|
sed \
|
|
|
|
-e "1s|'linux.*'|'${pkgbase}'|" \
|
|
|
|
-e "s|ALL_kver=.*|ALL_kver=\"${_kernver}\"|" \
|
|
|
|
-i "${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset"
|
|
|
|
|
|
|
|
# install pacman hook for initramfs regeneration
|
|
|
|
sed "s|%PKGBASE%|${pkgbase}|g" "${srcdir}/99-linux.hook" |
|
|
|
|
install -D -m644 /dev/stdin "${pkgdir}/usr/share/libalpm/hooks/99-${pkgbase}.hook"
|
|
|
|
|
2014-06-21 04:34:35 +00:00
|
|
|
# remove build and source links
|
|
|
|
rm -f "${pkgdir}"/lib/modules/${_kernver}/{source,build}
|
|
|
|
# remove the firmware
|
|
|
|
rm -rf "${pkgdir}/lib/firmware"
|
|
|
|
# make room for external modules
|
2016-05-31 00:44:22 +00:00
|
|
|
ln -s "../extramodules-${_basekernel}${_kernelname:--ARCH}" "${pkgdir}/lib/modules/${_kernver}/extramodules"
|
2014-06-21 04:34:35 +00:00
|
|
|
# add real version for building modules and running depmod from post_install/upgrade
|
2016-05-31 00:44:22 +00:00
|
|
|
mkdir -p "${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}"
|
|
|
|
echo "${_kernver}" > "${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}/version"
|
2014-06-21 04:34:35 +00:00
|
|
|
|
|
|
|
# Now we call depmod...
|
|
|
|
depmod -b "$pkgdir" -F System.map "$_kernver"
|
|
|
|
|
|
|
|
# move module tree /lib -> /usr/lib
|
|
|
|
mkdir -p "${pkgdir}/usr"
|
|
|
|
mv "$pkgdir/lib" "$pkgdir/usr"
|
|
|
|
}
|
|
|
|
|
|
|
|
_package-headers() {
|
|
|
|
pkgdesc="Header files and scripts for building modules for linux kernel - ${_desc}"
|
|
|
|
provides=("linux-headers=${pkgver}")
|
|
|
|
conflicts=('linux-headers')
|
|
|
|
replaces=('linux-mvebu-headers')
|
|
|
|
|
2019-08-26 12:51:18 +00:00
|
|
|
cd ${_srcname}
|
|
|
|
local _builddir="${pkgdir}/usr/lib/modules/${_kernver}/build"
|
2014-06-21 04:34:35 +00:00
|
|
|
|
2019-08-26 12:51:18 +00:00
|
|
|
install -Dt "${_builddir}" -m644 Makefile .config Module.symvers
|
|
|
|
install -Dt "${_builddir}/kernel" -m644 kernel/Makefile
|
|
|
|
|
|
|
|
mkdir "${_builddir}/.tmp_versions"
|
|
|
|
|
|
|
|
cp -t "${_builddir}" -a include scripts
|
|
|
|
|
|
|
|
install -Dt "${_builddir}/arch/${KARCH}" -m644 arch/${KARCH}/Makefile
|
2021-01-18 21:13:32 +00:00
|
|
|
install -Dt "${_builddir}/arch/${KARCH}/kernel" -m644 arch/${KARCH}/kernel/asm-offsets.s
|
2014-06-21 04:34:35 +00:00
|
|
|
|
2019-08-26 12:51:18 +00:00
|
|
|
cp -t "${_builddir}/arch/${KARCH}" -a arch/${KARCH}/include
|
2014-06-21 04:34:35 +00:00
|
|
|
|
2019-08-26 12:51:18 +00:00
|
|
|
install -Dt "${_builddir}/drivers/md" -m644 drivers/md/*.h
|
|
|
|
install -Dt "${_builddir}/net/mac80211" -m644 net/mac80211/*.h
|
2014-06-21 04:34:35 +00:00
|
|
|
|
|
|
|
# http://bugs.archlinux.org/task/13146
|
2019-08-26 12:51:18 +00:00
|
|
|
install -Dt "${_builddir}/drivers/media/i2c" -m644 drivers/media/i2c/msp3400-driver.h
|
2014-06-21 04:34:35 +00:00
|
|
|
|
|
|
|
# http://bugs.archlinux.org/task/20402
|
2019-08-26 12:51:18 +00: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
|
2014-06-21 04:34:35 +00:00
|
|
|
|
|
|
|
# add xfs and shmem for aufs building
|
2019-08-26 12:51:18 +00:00
|
|
|
mkdir -p "${_builddir}"/{fs/xfs,mm}
|
2014-06-21 04:34:35 +00:00
|
|
|
|
|
|
|
# copy in Kconfig files
|
2019-08-26 12:51:18 +00:00
|
|
|
find . -name Kconfig\* -exec install -Dm644 {} "${_builddir}/{}" \;
|
|
|
|
|
|
|
|
# remove unneeded architectures
|
|
|
|
local _arch
|
|
|
|
for _arch in "${_builddir}"/arch/*/; do
|
|
|
|
[[ ${_arch} == */${KARCH}/ ]] && continue
|
|
|
|
rm -r "${_arch}"
|
2014-06-21 04:34:35 +00:00
|
|
|
done
|
|
|
|
|
2019-08-26 12:51:18 +00:00
|
|
|
# remove files already in linux-docs package
|
|
|
|
rm -r "${_builddir}/Documentation"
|
|
|
|
|
|
|
|
# remove now broken symlinks
|
|
|
|
find -L "${_builddir}" -type l -printf 'Removing %P\n' -delete
|
|
|
|
|
|
|
|
# Fix permissions
|
|
|
|
chmod -R u=rwX,go=rX "${_builddir}"
|
2014-06-21 04:34:35 +00:00
|
|
|
|
|
|
|
# strip scripts directory
|
2019-08-26 12:51:18 +00:00
|
|
|
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 ;;
|
2014-06-21 04:34:35 +00:00
|
|
|
esac
|
2019-08-26 12:51:18 +00:00
|
|
|
/usr/bin/strip ${_strip} "${_binary}"
|
|
|
|
done < <(find "${_builddir}/scripts" -type f -perm -u+w -print0 2>/dev/null)
|
2014-06-21 04:34:35 +00:00
|
|
|
}
|
|
|
|
|
2015-11-25 00:35:15 +00:00
|
|
|
_package-chromebook() {
|
|
|
|
pkgdesc="The Linux Kernel - ${_desc} - Chromebooks"
|
2016-01-09 00:29:52 +00:00
|
|
|
depends=('linux-armv7-rc')
|
2018-04-17 03:03:51 +00:00
|
|
|
conflicts=('linux-armv7-chromebook')
|
2016-01-27 04:31:11 +00:00
|
|
|
install=${pkgname}.install
|
2015-11-25 00:35:15 +00:00
|
|
|
|
|
|
|
cd "${srcdir}/${_srcname}"
|
|
|
|
|
|
|
|
cp ../kernel.its .
|
|
|
|
mkimage -D "-I dts -O dtb -p 2048" -f kernel.its vmlinux.uimg
|
|
|
|
dd if=/dev/zero of=bootloader.bin bs=512 count=1
|
2017-01-24 01:00:39 +00:00
|
|
|
echo 'console=tty0 init=/sbin/init root=PARTUUID=%U/PARTNROFF=1 rootwait rw noinitrd' > cmdline
|
2015-11-25 00:35:15 +00:00
|
|
|
vbutil_kernel \
|
|
|
|
--pack vmlinux.kpart \
|
|
|
|
--version 1 \
|
|
|
|
--vmlinuz vmlinux.uimg \
|
|
|
|
--arch arm \
|
|
|
|
--keyblock ../kernel.keyblock \
|
|
|
|
--signprivate ../kernel_data_key.vbprivk \
|
2017-01-24 01:00:39 +00:00
|
|
|
--config cmdline \
|
2015-11-25 00:35:15 +00:00
|
|
|
--bootloader bootloader.bin
|
|
|
|
|
|
|
|
mkdir -p "${pkgdir}/boot"
|
|
|
|
cp vmlinux.kpart "${pkgdir}/boot"
|
|
|
|
}
|
|
|
|
|
2018-04-17 03:03:51 +00:00
|
|
|
_package-odroidc1() {
|
|
|
|
pkgdesc="The Linux Kernel - ${_desc} - ODROID-C1"
|
|
|
|
depends=('linux-armv7-rc')
|
|
|
|
provides=('linux-armv7-rc-uimage')
|
|
|
|
conflicts=('linux-armv7-rc-uimage' 'linux-armv7-uimage')
|
|
|
|
|
|
|
|
cd "${srcdir}/${_srcname}"
|
|
|
|
|
|
|
|
mkdir -p "${pkgdir}/boot"
|
|
|
|
mkimage -A arm -O linux -T kernel -C none -a 0x00208000 -e 0x00208000 -n "${pkgname}" -d arch/$KARCH/boot/zImage "${pkgdir}/boot/uImage"
|
|
|
|
}
|
|
|
|
|
2022-02-13 17:19:49 +00:00
|
|
|
pkgname=("${pkgbase}" "${pkgbase}-headers" "${pkgbase}-chromebook" "${pkgbase}-odroidc1")
|
2014-06-21 04:34:35 +00:00
|
|
|
for _p in ${pkgname[@]}; do
|
|
|
|
eval "package_${_p}() {
|
|
|
|
_package${_p#${pkgbase}}
|
|
|
|
}"
|
|
|
|
done
|