2013-07-24 22:35:43 +00:00
|
|
|
# ARMv7 multi-platform
|
2013-05-31 22:02:36 +00:00
|
|
|
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
|
|
|
|
|
|
buildarch=4
|
|
|
|
|
|
|
|
pkgbase=linux-armv7
|
2024-06-26 22:25:35 +00:00
|
|
|
_srcname=linux-6.9
|
2013-07-24 22:35:43 +00:00
|
|
|
_kernelname=${pkgbase#linux}
|
|
|
|
_desc="ARMv7 multi-platform"
|
2024-06-26 22:25:35 +00:00
|
|
|
pkgver=6.9.6
|
2024-06-27 11:44:02 +00:00
|
|
|
pkgrel=3
|
2024-06-26 22:25:35 +00:00
|
|
|
rcnver=6.9.0
|
|
|
|
rcnrel=multiv7-r1
|
2013-05-31 22:02:36 +00:00
|
|
|
arch=('armv7h')
|
|
|
|
url="http://www.kernel.org/"
|
|
|
|
license=('GPL2')
|
2015-09-30 03:10:27 +00:00
|
|
|
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
|
2013-05-31 22:02:36 +00:00
|
|
|
options=('!strip')
|
2023-02-23 03:12:50 +00:00
|
|
|
source=("https://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz"
|
2023-02-25 20:29:15 +00:00
|
|
|
"https://www.kernel.org/pub/linux/kernel/v6.x/patch-${pkgver}.xz"
|
2022-01-18 00:12:17 +00:00
|
|
|
"https://rcn-ee.com/deb/sid-armhf/v${rcnver}-${rcnrel}/patch-${rcnver%.0}-${rcnrel}.diff.gz"
|
2014-10-07 06:07:09 +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-03-25 02:10:16 +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-09-30 03:10:27 +00:00
|
|
|
'config'
|
|
|
|
'kernel.its'
|
|
|
|
'kernel.keyblock'
|
2017-02-22 01:37:50 +00:00
|
|
|
'kernel_data_key.vbprivk'
|
2024-06-26 22:25:35 +00:00
|
|
|
'linux.preset')
|
|
|
|
md5sums=('b9828ed78dae306e3d90643cd5cdb8f1'
|
|
|
|
'f65db321ef86dcccf3d27d26023c6438'
|
|
|
|
'39c5b016f75c2e8ca64222eb16ad6c6e'
|
2023-02-23 03:12:50 +00:00
|
|
|
'9e9d3b4cde2e27afd79f8818eb86a493'
|
|
|
|
'46fd4237094df0d32e19ef797511195f'
|
|
|
|
'bb32c18626916fba143461da3b6d3f7a'
|
|
|
|
'8f18d1db15ced906458992ea5aafa79e'
|
2024-06-26 22:25:35 +00:00
|
|
|
'68e6db7ebf429d65e1696ad83bdcb329'
|
|
|
|
'e03a69d7b41ce58991c7cbaf5cfdaee3'
|
|
|
|
'30c879166a58eb98e7ce6a652427a4b1'
|
|
|
|
'72bd5152de62a8bf16804bf196a3e06b'
|
2024-06-27 11:44:02 +00:00
|
|
|
'2d6094def20fc719ea4c36624eb91c39'
|
2015-09-30 03:10:27 +00:00
|
|
|
'61c5ff73c136ed07a7aadbf58db3d96a'
|
2017-02-22 01:37:50 +00:00
|
|
|
'584777ae88bce2c5659960151b64c7d8'
|
2024-06-26 22:25:35 +00:00
|
|
|
'86d4a35722b5410e3b29fc92dae15d4b')
|
2013-05-31 22:02:36 +00:00
|
|
|
|
2013-07-24 22:35:43 +00:00
|
|
|
prepare() {
|
|
|
|
cd "${srcdir}/${_srcname}"
|
2013-05-31 22:02:36 +00:00
|
|
|
|
2013-11-21 02:30:51 +00:00
|
|
|
# add upstream patch
|
2023-02-25 20:29:15 +00:00
|
|
|
git apply --whitespace=nowarn ../patch-${pkgver}
|
2014-04-08 20:37:08 +00:00
|
|
|
|
2013-11-21 02:30:51 +00:00
|
|
|
# RCN patch
|
2019-07-31 23:55:31 +00:00
|
|
|
git apply ../patch-${rcnver%.0}-${rcnrel}.diff
|
2014-01-15 19:49:50 +00:00
|
|
|
|
2014-04-08 20:37:08 +00:00
|
|
|
# ALARM patches
|
2014-10-07 06:07:09 +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-03-25 02:10:16 +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
|
2024-06-26 22:25:35 +00:00
|
|
|
|
|
|
|
# TODO: fix MkII stuff currently ends in errors:
|
|
|
|
# make[4]: *** No rule to make target '/scratch/d/pkg/linux-armv7/boot/dtbs/imx6ul-512M-usbarmory.dts', needed by '__dtbs_install'. Stop.
|
|
|
|
#git apply ../0007-USB-Armory-MkII-support.patch
|
2013-11-21 02:30:51 +00:00
|
|
|
|
2013-05-31 22:02:36 +00:00
|
|
|
cat "${srcdir}/config" > ./.config
|
|
|
|
|
2013-07-24 22:35:43 +00:00
|
|
|
# add pkgrel to extraversion
|
|
|
|
sed -ri "s|^(EXTRAVERSION =)(.*)|\1 \2-${pkgrel}|" Makefile
|
2013-05-31 22:02:36 +00:00
|
|
|
|
|
|
|
# don't run depmod on 'make install'. We'll do this ourselves in packaging
|
|
|
|
sed -i '2iexit 0' scripts/depmod.sh
|
2013-07-24 22:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "${srcdir}/${_srcname}"
|
2013-05-31 22:02:36 +00:00
|
|
|
|
|
|
|
# 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)
|
2013-07-24 22:35:43 +00:00
|
|
|
#cp ./.config ../${pkgbase}.config
|
2013-05-31 22:02:36 +00:00
|
|
|
|
|
|
|
####################
|
|
|
|
# stop here
|
|
|
|
# this is useful to configure the kernel
|
|
|
|
#msg "Stopping build"
|
|
|
|
#return 1
|
|
|
|
####################
|
|
|
|
|
|
|
|
#yes "" | make config
|
|
|
|
|
|
|
|
# build!
|
|
|
|
make ${MAKEFLAGS} zImage modules dtbs
|
|
|
|
}
|
|
|
|
|
2013-07-24 22:35:43 +00:00
|
|
|
_package() {
|
|
|
|
pkgdesc="The Linux Kernel and modules - ${_desc}"
|
|
|
|
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
2022-08-27 22:07:51 +00:00
|
|
|
optdepends=('wireless-regdb: to set the correct wireless channels of your country')
|
2017-02-22 01:37:50 +00:00
|
|
|
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
|
2020-08-09 00:14:38 +00:00
|
|
|
provides=("linux=${pkgver}" "WIREGUARD-MODULE")
|
2014-04-08 20:37:08 +00:00
|
|
|
conflicts=('linux')
|
2017-06-23 01:45:38 +00:00
|
|
|
replaces=('linux-mvebu' 'linux-udoo' 'linux-sun4i' 'linux-sun5i' 'linux-sun7i' 'linux-usbarmory' 'linux-wandboard' 'linux-clearfog')
|
2013-05-31 22:02:36 +00:00
|
|
|
install=${pkgname}.install
|
|
|
|
|
2013-07-24 22:35:43 +00:00
|
|
|
cd "${srcdir}/${_srcname}"
|
2013-05-31 22:02:36 +00:00
|
|
|
|
|
|
|
KARCH=arm
|
|
|
|
|
|
|
|
# get kernel version
|
|
|
|
_kernver="$(make kernelrelease)"
|
2013-07-24 22:35:43 +00:00
|
|
|
_basekernel=${_kernver%%-*}
|
|
|
|
_basekernel=${_basekernel%.*}
|
2013-05-31 22:02:36 +00:00
|
|
|
|
2018-12-27 18:20:00 +00:00
|
|
|
mkdir -p "${pkgdir}"/{boot,usr/lib/modules}
|
|
|
|
make INSTALL_MOD_PATH="${pkgdir}/usr" modules_install
|
2015-09-30 03:10:27 +00:00
|
|
|
make INSTALL_DTBS_PATH="${pkgdir}/boot/dtbs" dtbs_install
|
2013-05-31 22:02:36 +00:00
|
|
|
cp arch/$KARCH/boot/zImage "${pkgdir}/boot/zImage"
|
|
|
|
|
|
|
|
# make room for external modules
|
2018-12-27 18:20:00 +00:00
|
|
|
local _extramodules="extramodules-${_basekernel}${_kernelname}"
|
|
|
|
ln -s "../${_extramodules}" "${pkgdir}/usr/lib/modules/${_kernver}/extramodules"
|
2013-05-31 22:02:36 +00:00
|
|
|
|
2018-12-27 18:20:00 +00:00
|
|
|
# add real version for building modules and running depmod from hook
|
|
|
|
echo "${_kernver}" |
|
|
|
|
install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modules/${_extramodules}/version"
|
2013-05-31 22:02:36 +00:00
|
|
|
|
2018-12-27 18:20:00 +00:00
|
|
|
# remove build and source links
|
2024-06-26 22:25:35 +00:00
|
|
|
rm -f "${pkgdir}"/usr/lib/modules/${_kernver}/{source,build}
|
2018-12-27 18:20:00 +00:00
|
|
|
|
|
|
|
# now we call depmod...
|
|
|
|
depmod -b "${pkgdir}/usr" -F System.map "${_kernver}"
|
|
|
|
|
|
|
|
# sed expression for following substitutions
|
|
|
|
local _subst="
|
|
|
|
s|%PKGBASE%|${pkgbase}|g
|
|
|
|
s|%KERNVER%|${_kernver}|g
|
|
|
|
s|%EXTRAMODULES%|${_extramodules}|g
|
|
|
|
"
|
|
|
|
|
|
|
|
# install mkinitcpio preset file
|
|
|
|
sed "${_subst}" ../linux.preset |
|
|
|
|
install -Dm644 /dev/stdin "${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset"
|
|
|
|
|
2024-06-26 22:25:35 +00:00
|
|
|
# rather than use another hook (90-linux.hook) rely on kmod's 90-mkinitcpio-install.hook
|
|
|
|
# which avoids a double run of mkinitcpio that can occur
|
|
|
|
install -d "${pkgdir}/usr/lib/firmware/"
|
|
|
|
touch "${pkgdir}/usr/lib/firmware/foo"
|
2013-05-31 22:02:36 +00:00
|
|
|
}
|
|
|
|
|
2013-07-24 22:35:43 +00:00
|
|
|
_package-headers() {
|
|
|
|
pkgdesc="Header files and scripts for building modules for linux kernel - ${_desc}"
|
2014-01-15 19:49:50 +00:00
|
|
|
provides=("linux-headers=${pkgver}")
|
2014-04-08 20:37:08 +00:00
|
|
|
conflicts=('linux-headers')
|
2017-06-23 01:45:38 +00:00
|
|
|
replaces=('linux-mvebu-headers' 'linux-sun4i-headers' 'linux-sun5i-headers' 'linux-sun7i-headers' 'linux-usbarmory-headers' 'linux-wandboard-headers' 'linux-clearfog-headers')
|
2013-05-31 22:02:36 +00:00
|
|
|
|
2019-08-25 22:13:22 +00:00
|
|
|
cd ${_srcname}
|
|
|
|
local _builddir="${pkgdir}/usr/lib/modules/${_kernver}/build"
|
2013-05-31 22:02:36 +00:00
|
|
|
|
2019-08-25 22:13:22 +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 20:59:43 +00:00
|
|
|
install -Dt "${_builddir}/arch/${KARCH}/kernel" -m644 arch/${KARCH}/kernel/asm-offsets.s
|
2013-05-31 22:02:36 +00:00
|
|
|
|
2019-08-25 22:13:22 +00:00
|
|
|
cp -t "${_builddir}/arch/${KARCH}" -a arch/${KARCH}/include
|
2013-05-31 22:02:36 +00:00
|
|
|
|
2019-08-25 22:13:22 +00:00
|
|
|
install -Dt "${_builddir}/drivers/md" -m644 drivers/md/*.h
|
|
|
|
install -Dt "${_builddir}/net/mac80211" -m644 net/mac80211/*.h
|
2013-05-31 22:02:36 +00:00
|
|
|
|
|
|
|
# http://bugs.archlinux.org/task/13146
|
2019-08-25 22:13:22 +00:00
|
|
|
install -Dt "${_builddir}/drivers/media/i2c" -m644 drivers/media/i2c/msp3400-driver.h
|
2013-05-31 22:02:36 +00:00
|
|
|
|
|
|
|
# http://bugs.archlinux.org/task/20402
|
2019-08-25 22:13:22 +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
|
2013-05-31 22:02:36 +00:00
|
|
|
|
|
|
|
# add xfs and shmem for aufs building
|
2019-08-25 22:13:22 +00:00
|
|
|
mkdir -p "${_builddir}"/{fs/xfs,mm}
|
2013-05-31 22:02:36 +00:00
|
|
|
|
|
|
|
# copy in Kconfig files
|
2019-08-25 22:13:22 +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}"
|
2013-05-31 22:02:36 +00:00
|
|
|
done
|
|
|
|
|
2019-08-25 22:13:22 +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}"
|
2013-05-31 22:02:36 +00:00
|
|
|
|
|
|
|
# strip scripts directory
|
2019-08-25 22:13:22 +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 ;;
|
2013-05-31 22:02:36 +00:00
|
|
|
esac
|
2019-08-25 22:13:22 +00:00
|
|
|
/usr/bin/strip ${_strip} "${_binary}"
|
|
|
|
done < <(find "${_builddir}/scripts" -type f -perm -u+w -print0 2>/dev/null)
|
2013-05-31 22:02:36 +00:00
|
|
|
}
|
2013-07-24 22:35:43 +00:00
|
|
|
|
2015-09-30 03:10:27 +00:00
|
|
|
_package-chromebook() {
|
2015-11-19 03:59:09 +00:00
|
|
|
pkgdesc="The Linux Kernel - ${_desc} - Chromebooks"
|
2015-09-30 03:10:27 +00:00
|
|
|
depends=('linux-armv7')
|
2018-04-06 01:44:19 +00:00
|
|
|
conflicts=('linux-armv7-rc-chromebook')
|
2016-01-20 02:33:42 +00:00
|
|
|
install=${pkgname}.install
|
2015-09-30 03:10:27 +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-02-22 01:37:50 +00:00
|
|
|
echo 'console=tty0 init=/sbin/init root=PARTUUID=%U/PARTNROFF=1 rootwait rw noinitrd' > cmdline
|
2015-09-30 03:10:27 +00:00
|
|
|
vbutil_kernel \
|
|
|
|
--pack vmlinux.kpart \
|
|
|
|
--version 1 \
|
|
|
|
--vmlinuz vmlinux.uimg \
|
|
|
|
--arch arm \
|
|
|
|
--keyblock ../kernel.keyblock \
|
|
|
|
--signprivate ../kernel_data_key.vbprivk \
|
2017-02-22 01:37:50 +00:00
|
|
|
--config cmdline \
|
2015-09-30 03:10:27 +00:00
|
|
|
--bootloader bootloader.bin
|
|
|
|
|
|
|
|
mkdir -p "${pkgdir}/boot"
|
|
|
|
cp vmlinux.kpart "${pkgdir}/boot"
|
|
|
|
}
|
|
|
|
|
2018-04-06 01:44:19 +00:00
|
|
|
_package-odroidc1() {
|
|
|
|
pkgdesc="The Linux Kernel - ${_desc} - ODROID-C1"
|
|
|
|
depends=('linux-armv7')
|
|
|
|
provides=('linux-armv7-uimage')
|
|
|
|
conflicts=('linux-armv7-uimage' 'linux-armv7-rc-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-16 16:12:45 +00:00
|
|
|
pkgname=("${pkgbase}" "${pkgbase}-headers" "${pkgbase}-chromebook" "${pkgbase}-odroidc1")
|
2013-07-24 22:35:43 +00:00
|
|
|
for _p in ${pkgname[@]}; do
|
|
|
|
eval "package_${_p}() {
|
|
|
|
_package${_p#${pkgbase}}
|
|
|
|
}"
|
|
|
|
done
|