mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-utilite to 3.0.35-11
This commit is contained in:
parent
f4f70f3c4a
commit
bbb1024efb
2 changed files with 12 additions and 12 deletions
|
@ -3,22 +3,22 @@
|
|||
|
||||
buildarch=4
|
||||
pkgbase=linux-utilite
|
||||
_commit=b0a0cd8acc6a1112ea3f9074707e5c26e2be1306
|
||||
_srcname=utilite-devel
|
||||
_commit=cb622c39b8b2f1d8cafbbffea16aadac0fd3a110
|
||||
_srcname=utilite-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="CompuLab Utilite alternate kernel"
|
||||
pkgver=3.0.35
|
||||
pkgrel=10
|
||||
pkgrel=11
|
||||
arch=('armv7h')
|
||||
url="https://gitorious.org/utilite/utilite"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'uboot-mkimage')
|
||||
options=('!strip')
|
||||
source=('https://github.com/wolfgar/utilite/archive/devel.zip'
|
||||
source=("https://github.com/wolfgar/utilite/archive/${_commit}.tar.gz"
|
||||
'config'
|
||||
'https://raw.github.com/Freescale/meta-fsl-arm/46de5ee9dec3486c3e081f9f39ac1a0f967afd54/recipes-kernel/linux/linux-imx-3.0.35/ENGR00278350-gpu-viante-4.6.9p13-kernel-part-integra.patch')
|
||||
md5sums=('199c2dfbadeeae9f37fe6f49e9c70627'
|
||||
'941097f4608b3469a5bffdb993071227'
|
||||
md5sums=('d79ebe426f473de6de25162f85b7c90b'
|
||||
'16b72cb03b987f61ede6c840c1bccdb0'
|
||||
'41941771adfed8b55574a7434d2c3393')
|
||||
|
||||
prepare() {
|
||||
|
@ -72,8 +72,8 @@ _package() {
|
|||
pkgdesc="The Linux Kernel and modules - ${_desc}"
|
||||
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
||||
optdepends=('crda: to set the correct wireless channels of your country')
|
||||
provides=('kernel26' 'linux=${pkgver}' 'aufs_friendly')
|
||||
conflicts=('linux-omap' 'linux-imx6' 'linux-armada370')
|
||||
provides=('kernel26' "linux=${pkgver}")
|
||||
conflicts=('linux')
|
||||
install=${pkgname}.install
|
||||
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
@ -117,8 +117,8 @@ _package() {
|
|||
|
||||
_package-headers() {
|
||||
pkgdesc="Header files and scripts for building modules for linux kernel - ${_desc}"
|
||||
provides=('linux-headers=${pkgver}')
|
||||
conflicts=('linux-headers-omap' 'linux-headers-imx6')
|
||||
provides=("linux-headers=${pkgver}")
|
||||
conflicts=('linux-headers')
|
||||
|
||||
install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Linux/arm 3.0.35-1 Kernel Configuration
|
||||
# Linux/arm 3.0.35-10 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_HAVE_PWM=y
|
||||
|
@ -396,7 +396,7 @@ CONFIG_CPU_CP15_MMU=y
|
|||
#
|
||||
CONFIG_ARM_THUMB=y
|
||||
# CONFIG_ARM_THUMBEE is not set
|
||||
# CONFIG_SWP_EMULATE is not set
|
||||
CONFIG_SWP_EMULATE=y
|
||||
# CONFIG_CPU_ICACHE_DISABLE is not set
|
||||
# CONFIG_CPU_DCACHE_DISABLE is not set
|
||||
# CONFIG_CPU_BPREDICT_DISABLE is not set
|
||||
|
|
Loading…
Reference in a new issue