mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-zedboard to 3.19.0-1
This commit is contained in:
parent
9e17b3d079
commit
72b34fc071
3 changed files with 570 additions and 257 deletions
|
@ -4,11 +4,11 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-zedboard
|
||||
_commit=f27f400f43062b28d2b6f0977e50492b851d7464
|
||||
_commit=3ac6c72c1737db1963d6c57b301bc10723b55a5b
|
||||
_srcname=linux-xlnx-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ZedBoard"
|
||||
pkgver=3.13.0
|
||||
pkgver=3.19.0
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="https://github.com/Xilinx/linux-xlnx"
|
||||
|
@ -18,9 +18,9 @@ options=('!strip')
|
|||
source=("https://github.com/Xilinx/linux-xlnx/archive/${_commit}.tar.gz"
|
||||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver%.*}"
|
||||
'config')
|
||||
md5sums=('8be598c00ed9917f4eb7ca125caeb020'
|
||||
md5sums=('ed80ba606deef61a896e29ff33795a52'
|
||||
'SKIP'
|
||||
'cea8a8e36edbc7467afef1388168bfe8')
|
||||
'c16880c8a6e73d9fd0a0e56a2cc51086')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
@ -210,7 +210,6 @@ _package-headers() {
|
|||
# add xfs and shmem for aufs building
|
||||
mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/fs/xfs"
|
||||
mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/mm"
|
||||
cp fs/xfs/xfs_sb.h "${pkgdir}/usr/lib/modules/${_kernver}/build/fs/xfs/xfs_sb.h"
|
||||
|
||||
# copy in Kconfig files
|
||||
for i in $(find . -name "Kconfig*"); do
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-zedboard
|
||||
KERNEL_VERSION=3.12.0-1-ARCH
|
||||
KERNEL_VERSION=3.19.0-1-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue