core/linux-zedboard to 3.19.0-1

This commit is contained in:
Johannes Agricola 2015-05-13 07:58:29 +00:00
parent 9e17b3d079
commit 72b34fc071
3 changed files with 570 additions and 257 deletions

View file

@ -4,11 +4,11 @@
buildarch=4 buildarch=4
pkgbase=linux-zedboard pkgbase=linux-zedboard
_commit=f27f400f43062b28d2b6f0977e50492b851d7464 _commit=3ac6c72c1737db1963d6c57b301bc10723b55a5b
_srcname=linux-xlnx-${_commit} _srcname=linux-xlnx-${_commit}
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="ZedBoard" _desc="ZedBoard"
pkgver=3.13.0 pkgver=3.19.0
pkgrel=1 pkgrel=1
arch=('armv7h') arch=('armv7h')
url="https://github.com/Xilinx/linux-xlnx" url="https://github.com/Xilinx/linux-xlnx"
@ -18,9 +18,9 @@ options=('!strip')
source=("https://github.com/Xilinx/linux-xlnx/archive/${_commit}.tar.gz" source=("https://github.com/Xilinx/linux-xlnx/archive/${_commit}.tar.gz"
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver%.*}" "git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver%.*}"
'config') 'config')
md5sums=('8be598c00ed9917f4eb7ca125caeb020' md5sums=('ed80ba606deef61a896e29ff33795a52'
'SKIP' 'SKIP'
'cea8a8e36edbc7467afef1388168bfe8') 'c16880c8a6e73d9fd0a0e56a2cc51086')
prepare() { prepare() {
cd "${srcdir}/${_srcname}" cd "${srcdir}/${_srcname}"
@ -210,7 +210,6 @@ _package-headers() {
# add xfs and shmem for aufs building # 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/fs/xfs"
mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/mm" 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 # copy in Kconfig files
for i in $(find . -name "Kconfig*"); do for i in $(find . -name "Kconfig*"); do

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@
# arg 2: the old package version # arg 2: the old package version
KERNEL_NAME=-zedboard KERNEL_NAME=-zedboard
KERNEL_VERSION=3.12.0-1-ARCH KERNEL_VERSION=3.19.0-1-ARCH
post_install () { post_install () {
# updating module dependencies # updating module dependencies