mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-imx6-cubox-dt to 3.14.51-1
This commit is contained in:
parent
5343c619a1
commit
ded17a9e77
5 changed files with 33 additions and 23 deletions
|
@ -11,11 +11,11 @@ buildarch=4
|
|||
pkgbase=linux-imx6-cubox-dt
|
||||
pkgname=('linux-imx6-cubox-dt' 'linux-headers-imx6-cubox-dt')
|
||||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_commit=4a65d1b60fe023e3034f85da918e7ded82b370da
|
||||
_commit=9817b3b1fe28213afcd314dec9c48915381f1e6d
|
||||
_srcname=linux-imx6-3.14-${_commit}
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.14
|
||||
pkgver=${_basekernel}.50
|
||||
pkgver=${_basekernel}.51
|
||||
pkgrel=1
|
||||
cryptodev_commit=da730106c2558c8e0c8e1b1b1812d32ef9574ab7
|
||||
bfqver=v7r8
|
||||
|
@ -37,7 +37,7 @@ source=("linux-${_commit}::https://github.com/moonman/linux-imx6-3.14/archive/${
|
|||
'002_cec.patch'
|
||||
'003_cec.patch')
|
||||
|
||||
md5sums=('698a3e40aeb3193b1879f2e13a827ac1'
|
||||
md5sums=('ebdf1f1bbbca8a0c73e02dc59f80e4a6'
|
||||
'8fb4d3b7cc970351f3b5078b7893a107'
|
||||
'SKIP'
|
||||
'1b276abe16d14e133f3f28d9c9e6bd68'
|
||||
|
|
|
@ -7,15 +7,18 @@ pkgbase=linux-odroid
|
|||
pkgname=('linux-odroid-x' 'linux-odroid-x2' 'linux-odroid-u2' 'linux-headers-odroid')
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.8
|
||||
pkgver=${_basekernel}.13.29
|
||||
pkgrel=2
|
||||
pkgver=${_basekernel}.13.30
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="http://github.com/hardkernel/linux/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'git' 'inetutils' 'bc')
|
||||
options=('!strip')
|
||||
_commit=2e69deea23b94e2b2c3d0696306f722f49742660
|
||||
_commit=1130f8761789bfe79de0db2b7f5013ff3eb1f978
|
||||
source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
|
||||
'0001-ARM-8158-1-LLVMLinux-use-static-inline-in-ARM-ftrace.patch'
|
||||
'add-gcc5-support.patch'
|
||||
'rtl8192cu_rtl8812au_rtl8712_fix.patch'
|
||||
'config_x'
|
||||
'config_x2'
|
||||
'config_u2')
|
||||
|
@ -27,6 +30,10 @@ md5sums=('d26d94527d4f8a4b5592f8983968e933'
|
|||
prepare() {
|
||||
cd "${srcdir}/linux-${_commit}"
|
||||
|
||||
patch -Np1 -i ${srcdir}/0001-ARM-8158-1-LLVMLinux-use-static-inline-in-ARM-ftrace.patch
|
||||
patch -Np1 -i ${srcdir}/add-gcc5-support.patch
|
||||
patch -Np1 -i ${srcdir}/rtl8192cu_rtl8812au_rtl8712_fix.patch
|
||||
|
||||
# add pkgrel to extraversion
|
||||
sed -ri "s|^(EXTRAVERSION =)(.*)|\1 \2-${pkgrel}|" Makefile
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.8.13.29-2 Kernel Configuration
|
||||
# Linux/arm 3.8.13.30-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -2710,10 +2710,11 @@ CONFIG_MALI400=y
|
|||
# CONFIG_MALI400_DEBUG is not set
|
||||
# CONFIG_MALI400_PROFILING is not set
|
||||
# CONFIG_MALI400_UMP is not set
|
||||
# CONFIG_MALI400_POWER_PERFORMANCE_POLICY is not set
|
||||
CONFIG_MALI_DVFS=y
|
||||
CONFIG_MALI_DMA_BUF_MAP_ON_ATTACH=y
|
||||
# CONFIG_MALI_SHARED_INTERRUPTS is not set
|
||||
# CONFIG_MALI_PMU_PARALLEL_POWER_UP is not set
|
||||
# CONFIG_MALI_QUIET is not set
|
||||
|
||||
#
|
||||
# Graphics support
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.8.13.29-1 Kernel Configuration
|
||||
# Linux/arm 3.8.13.30-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -1611,7 +1611,7 @@ CONFIG_RTL8192CU=m
|
|||
CONFIG_RTLWIFI=m
|
||||
CONFIG_RTLWIFI_DEBUG=y
|
||||
CONFIG_RTL8192C_COMMON=m
|
||||
CONFIG_RTL8192CU_V40=m
|
||||
# CONFIG_RTL8192CU_V40 is not set
|
||||
CONFIG_RTL8812AU=m
|
||||
# CONFIG_WL_TI is not set
|
||||
CONFIG_ZD1211RW=m
|
||||
|
@ -2618,10 +2618,11 @@ CONFIG_MALI400=y
|
|||
# CONFIG_MALI400_DEBUG is not set
|
||||
# CONFIG_MALI400_PROFILING is not set
|
||||
# CONFIG_MALI400_UMP is not set
|
||||
# CONFIG_MALI400_POWER_PERFORMANCE_POLICY is not set
|
||||
CONFIG_MALI_DVFS=y
|
||||
CONFIG_MALI_DMA_BUF_MAP_ON_ATTACH=y
|
||||
# CONFIG_MALI_SHARED_INTERRUPTS is not set
|
||||
# CONFIG_MALI_PMU_PARALLEL_POWER_UP is not set
|
||||
# CONFIG_MALI_QUIET is not set
|
||||
|
||||
#
|
||||
# Graphics support
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.8.13.29-1 Kernel Configuration
|
||||
# Linux/arm 3.8.13.30-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -2618,10 +2618,11 @@ CONFIG_MALI400=y
|
|||
# CONFIG_MALI400_DEBUG is not set
|
||||
# CONFIG_MALI400_PROFILING is not set
|
||||
# CONFIG_MALI400_UMP is not set
|
||||
# CONFIG_MALI400_POWER_PERFORMANCE_POLICY is not set
|
||||
CONFIG_MALI_DVFS=y
|
||||
CONFIG_MALI_DMA_BUF_MAP_ON_ATTACH=y
|
||||
# CONFIG_MALI_SHARED_INTERRUPTS is not set
|
||||
# CONFIG_MALI_PMU_PARALLEL_POWER_UP is not set
|
||||
# CONFIG_MALI_QUIET is not set
|
||||
|
||||
#
|
||||
# Graphics support
|
||||
|
|
Loading…
Reference in a new issue