updating linux-odroid-x2

This commit is contained in:
Mike Brown 2013-02-19 11:11:35 -06:00
parent fc3cf4eada
commit 5945d019f8
2 changed files with 3060 additions and 5 deletions

View file

@ -11,15 +11,18 @@ pkgname=('linux-odroid-x2' 'linux-headers-odroid-x2')
# pkgname=linux-custom # Build kernel with a different name # pkgname=linux-custom # Build kernel with a different name
_kernelname=${pkgname#linux} _kernelname=${pkgname#linux}
_basekernel=3.0 _basekernel=3.0
pkgver=${_basekernel}.60 pkgver=${_basekernel}.65
pkgrel=1 pkgrel=1
arch=('armv7h') arch=('armv7h')
url="http://www.kernel.org/" url="http://www.kernel.org/"
license=('GPL2') license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'git') makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'git')
options=('!strip') options=('!strip')
source=('change-default-console-loglevel.patch') source=('change-default-console-loglevel.patch'
md5sums=('9d3c56a4b999c8bfbd4018089a62f662') 'config')
md5sums=('9d3c56a4b999c8bfbd4018089a62f662'
'9d45fbcf0add6f293213885e329e0bd9')
__gitroot="git://github.com/hardkernel/linux.git" __gitroot="git://github.com/hardkernel/linux.git"
__gitname="linux" __gitname="linux"
@ -43,8 +46,7 @@ build() {
# remove this when a Kconfig knob is made available by upstream # remove this when a Kconfig knob is made available by upstream
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227) # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
patch -Np1 -i "${srcdir}/change-default-console-loglevel.patch" patch -Np1 -i "${srcdir}/change-default-console-loglevel.patch"
#Right now, just going to use the default config cat "${srcdir}/config" > ./.config
# cat "${srcdir}/config" > ./.config
make odroidx2_ubuntu_defconfig make odroidx2_ubuntu_defconfig
# set extraversion to pkgrel # set extraversion to pkgrel

3053
core/linux-odroid-x2/config Normal file

File diff suppressed because it is too large Load diff