Skip to content

Commit

Permalink
core/linux-raspberrypi to 4.9.50-1
Browse files Browse the repository at this point in the history
Disabled CONFIG_BCM_VC_SM due to vendor changes that broke
multi-platform builds.
  • Loading branch information
kmihelich committed Sep 14, 2017
1 parent aa31cc9 commit a34d705
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions core/linux-raspberrypi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
buildarch=20

pkgbase=linux-raspberrypi
_commit=dbe9b03bef2b949093b4393d5f4efd8ef5cdb772
_commit=12bafdab8214b23223603b75845c5c88f7444b6f
_srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_desc="Raspberry Pi"
pkgver=4.9.44
pkgver=4.9.50
pkgrel=1
arch=('armv6h' 'armv7h')
url="http://www.kernel.org/"
Expand All @@ -23,12 +23,12 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
'config'
'linux.preset'
'99-linux.hook')
md5sums=('0cf4f02a931df020d4825ec00cae1feb'
md5sums=('188d97bd785c3d7cd604d394058a45dd'
'4a410ab9a1eefe82e158d36df02b3589'
'8c3cb6d8f0609b43f09d083b4006ec5a'
'7c6b37a1353caccf6d3786bb4161c218'
'60bc3624123c183305677097bcd56212'
'6ce5c44d5ee939cfad2efacc79f1e0b7'
'4636c7382f5678f30484ce4cd68f24ec'
'552c43bf6c0225bc213b31ee942b7000'
'982f9184dfcfbe52110795cf73674334')

Expand Down
4 changes: 2 additions & 2 deletions core/linux-raspberrypi/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.9.39-1 Kernel Configuration
# Linux/arm 4.9.50-1 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
Expand Down Expand Up @@ -2556,7 +2556,7 @@ CONFIG_BRCM_CHAR_DRIVERS=y
CONFIG_BCM_VC_CMA=y
CONFIG_BCM2708_VCMEM=y
CONFIG_BCM_VCIO=y
CONFIG_BCM_VC_SM=y
# CONFIG_BCM_VC_SM is not set
CONFIG_BCM2835_DEVGPIOMEM=m
CONFIG_BCM2835_SMI_DEV=m
CONFIG_TTY=y
Expand Down

2 comments on commit a34d705

@cjsthompson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this broke Kodi video playback

@buergi
Copy link

@buergi buergi commented on a34d705 Sep 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 same problem with kodi for me

Please sign in to comment.