mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-armv7 to 4.4.0-5
This commit is contained in:
parent
0540029a9a
commit
72a1e27874
2 changed files with 16 additions and 12 deletions
|
@ -8,8 +8,8 @@ _srcname=linux-4.4
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=4.4.0
|
||||
pkgrel=4
|
||||
rcnrel=armv7-x3
|
||||
pkgrel=5
|
||||
rcnrel=armv7-x4
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -34,7 +34,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
'kernel.keyblock'
|
||||
'kernel_data_key.vbprivk')
|
||||
md5sums=('9a78fa2eb6c68ca5a40ed5af08142599'
|
||||
'381a0811a128c797a9d4c43d49dcc3e0'
|
||||
'fba9d6977e96844eac77c43c7fa4460b'
|
||||
'57a686c6674aa9896a590181ac15bdd4'
|
||||
'd589f8eb618b9e4b15d06d61482b6925'
|
||||
'f973d396510cfd28a9e0024693d5caa7'
|
||||
|
@ -45,7 +45,7 @@ md5sums=('9a78fa2eb6c68ca5a40ed5af08142599'
|
|||
'47a9efe2f0114b099662706a5c4d45e5'
|
||||
'cc8885354fd6ce2bb63722a34c4d383a'
|
||||
'6470e9783bd1c7a8feddc2d67f07afd5'
|
||||
'1ade3cc78bb63e42f7d19b99f8813dda'
|
||||
'923c8afaecdbadcff8a5f98bb65f5a94'
|
||||
'1813b39074d01af6548951764a0f6444'
|
||||
'cb2cdd34d6ea18a1411045413d8d18ef'
|
||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||
|
@ -186,12 +186,14 @@ _package-headers() {
|
|||
# copy arch includes for external modules
|
||||
mkdir -p ${pkgdir}/usr/lib/modules/${_kernver}/build/arch/$KARCH
|
||||
cp -a arch/$KARCH/include ${pkgdir}/usr/lib/modules/${_kernver}/build/arch/$KARCH/
|
||||
mkdir -p ${pkgdir}/usr/lib/modules/${_kernver}/build/arch/$KARCH/mach-omap2
|
||||
cp -a arch/$KARCH/mach-omap2/include ${pkgdir}/usr/lib/modules/${_kernver}/build/arch/$KARCH/mach-omap2/
|
||||
mkdir -p ${pkgdir}/usr/lib/modules/${_kernver}/build/arch/$KARCH/mach-mvebu
|
||||
cp -a arch/$KARCH/mach-mvebu/include ${pkgdir}/usr/lib/modules/${_kernver}/build/arch/$KARCH/mach-mvebu/
|
||||
mkdir -p ${pkgdir}/usr/lib/modules/${_kernver}/build/arch/$KARCH/plat-omap
|
||||
cp -a arch/$KARCH/plat-omap/include ${pkgdir}/usr/lib/modules/${_kernver}/build/arch/$KARCH/plat-omap/
|
||||
for i in dove exynos mvebu omap2 versatile; do
|
||||
mkdir -p ${pkgdir}/usr/lib/modules/${_kernver}/build/arch/$KARCH/mach-${i}
|
||||
cp -a arch/$KARCH/mach-${i}/include ${pkgdir}/usr/lib/modules/${_kernver}/build/arch/$KARCH/mach-${i}/
|
||||
done
|
||||
for i in omap orion samsung versatile; do
|
||||
mkdir -p ${pkgdir}/usr/lib/modules/${_kernver}/build/arch/$KARCH/plat-${i}
|
||||
cp -a arch/$KARCH/plat-${i}/include ${pkgdir}/usr/lib/modules/${_kernver}/build/arch/$KARCH/plat-${i}/
|
||||
done
|
||||
|
||||
# copy files necessary for later builds, like nvidia and vmware
|
||||
cp Module.symvers "${pkgdir}/usr/lib/modules/${_kernver}/build"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.4.0-1 Kernel Configuration
|
||||
# Linux/arm 4.4.0-5 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
|
@ -4861,6 +4861,7 @@ CONFIG_DRM_KMS_CMA_HELPER=y
|
|||
# I2C encoder or helper chips
|
||||
#
|
||||
CONFIG_DRM_I2C_ADV7511=m
|
||||
CONFIG_DRM_I2C_ADIHDMI=m
|
||||
CONFIG_DRM_I2C_CH7006=m
|
||||
CONFIG_DRM_I2C_SIL164=m
|
||||
CONFIG_DRM_I2C_NXP_TDA998X=m
|
||||
|
@ -6885,6 +6886,7 @@ CONFIG_PWM=y
|
|||
CONFIG_PWM_SYSFS=y
|
||||
# CONFIG_PWM_FSL_FTM is not set
|
||||
CONFIG_PWM_IMX=m
|
||||
CONFIG_PWM_OMAP_DMTIMER=m
|
||||
CONFIG_PWM_PCA9685=m
|
||||
CONFIG_PWM_ROCKCHIP=m
|
||||
CONFIG_PWM_SAMSUNG=m
|
||||
|
@ -6964,7 +6966,7 @@ CONFIG_NVMEM_VF610_OCOTP=y
|
|||
# FPGA Configuration Support
|
||||
#
|
||||
CONFIG_FPGA=m
|
||||
# CONFIG_FPGA_MGR_SOCFPGA is not set
|
||||
CONFIG_FPGA_MGR_SOCFPGA=m
|
||||
CONFIG_FPGA_MGR_ZYNQ_FPGA=m
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue