core/linux-am33x to 5.0.1-1

This commit is contained in:
Kevin Mihelich 2019-03-12 04:01:34 +00:00
parent 1ed65d4ca6
commit e6919eb342
2 changed files with 12 additions and 10 deletions

View file

@ -7,16 +7,16 @@ pkgbase=linux-am33x
_srcname=linux-5.0 _srcname=linux-5.0
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="TI AM335x Beaglebone (Black)" _desc="TI AM335x Beaglebone (Black)"
pkgver=5.0.0 pkgver=5.0.1
pkgrel=1 pkgrel=1
rcnrel=bone2 rcnrel=bone3
arch=('armv7h') arch=('armv7h')
url="http://www.kernel.org/" url="http://www.kernel.org/"
license=('GPL2') license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'dtc') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'dtc')
options=('!strip') options=('!strip')
source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz" source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
#"http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz" "http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
"http://rcn-ee.com/deb/sid-armhf/v${pkgver}-${rcnrel}/patch-${pkgver%.0}-${rcnrel}.diff.gz" "http://rcn-ee.com/deb/sid-armhf/v${pkgver}-${rcnrel}/patch-${pkgver%.0}-${rcnrel}.diff.gz"
"git+https://github.com/RobertCNelson/bb.org-overlays.git" "git+https://github.com/RobertCNelson/bb.org-overlays.git"
'0001-add-lcd-cape-for-chiliboard.patch' '0001-add-lcd-cape-for-chiliboard.patch'
@ -25,11 +25,12 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
'linux.preset' 'linux.preset'
'99-linux.hook') '99-linux.hook')
md5sums=('7381ce8aac80a01448e065ce795c19c0' md5sums=('7381ce8aac80a01448e065ce795c19c0'
'961820b8c57827149d824ee1b486c521' '488f0f1b00a0861b4c3ddf578f1bd548'
'ce136b11b16e955095720c7ffe0ca1f7'
'SKIP' 'SKIP'
'ee16bcdbbf978e714455933ecd6dd8fe' 'ee16bcdbbf978e714455933ecd6dd8fe'
'5698870a716fed205215d258cc71e296' '5698870a716fed205215d258cc71e296'
'1a3b80d95d3bf9801dd530a8b32f8ac7' 'd9fa767507f9c723b116440b465ece89'
'78ccc998f27eec49a9d5490218b1b1ab' '78ccc998f27eec49a9d5490218b1b1ab'
'79fa396e3f9a09a85156d6d7c2d34b58') '79fa396e3f9a09a85156d6d7c2d34b58')
@ -37,7 +38,7 @@ prepare() {
cd "${srcdir}/${_srcname}" cd "${srcdir}/${_srcname}"
# add upstream patch # add upstream patch
#git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}" git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
# RCN patch # RCN patch
git apply ../patch-${pkgver%.0}-${rcnrel}.diff git apply ../patch-${pkgver%.0}-${rcnrel}.diff

View file

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm 5.0.0-1 Kernel Configuration # Linux/arm 5.0.1-1 Kernel Configuration
# #
# #
@ -2675,7 +2675,7 @@ CONFIG_INPUT_POWERMATE=m
CONFIG_INPUT_YEALINK=m CONFIG_INPUT_YEALINK=m
CONFIG_INPUT_CM109=m CONFIG_INPUT_CM109=m
CONFIG_INPUT_REGULATOR_HAPTIC=m CONFIG_INPUT_REGULATOR_HAPTIC=m
CONFIG_INPUT_TPS65218_PWRBUTTON=m CONFIG_INPUT_TPS65218_PWRBUTTON=y
CONFIG_INPUT_UINPUT=y CONFIG_INPUT_UINPUT=y
CONFIG_INPUT_PCF8574=m CONFIG_INPUT_PCF8574=m
CONFIG_INPUT_PWM_BEEPER=m CONFIG_INPUT_PWM_BEEPER=m
@ -2764,8 +2764,8 @@ CONFIG_SERIAL_OF_PLATFORM=y
# Non-8250 serial port support # Non-8250 serial port support
# #
# CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST is not set # CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST is not set
# CONFIG_SERIAL_MAX3100 is not set CONFIG_SERIAL_MAX3100=m
# CONFIG_SERIAL_MAX310X is not set CONFIG_SERIAL_MAX310X=m
# CONFIG_SERIAL_UARTLITE is not set # CONFIG_SERIAL_UARTLITE is not set
CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_SERIAL_CORE_CONSOLE=y
@ -6141,6 +6141,7 @@ CONFIG_UFS_FS=m
# CONFIG_UFS_DEBUG is not set # CONFIG_UFS_DEBUG is not set
CONFIG_EXOFS_FS=m CONFIG_EXOFS_FS=m
# CONFIG_EXOFS_DEBUG is not set # CONFIG_EXOFS_DEBUG is not set
# CONFIG_AUFS_FS is not set
CONFIG_ORE=m CONFIG_ORE=m
CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y CONFIG_NFS_FS=y