Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] rpi-kernel: update to 4.19.57.
Date: Sat, 06 Jul 2019 17:16:24 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12840@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 406 bytes --]

There is a new pull request by pbui against master on the void-packages repository

https://github.com/pbui/void-packages rpi-kernel
https://github.com/void-linux/void-packages/pull/12840

rpi-kernel: update to 4.19.57.
[ci skip]

- Drop unneeded patch (included upstream)
- Built on armv6l, armv7l, and aarch64

A patch file from https://github.com/void-linux/void-packages/pull/12840.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rpi-kernel-12840.patch --]
[-- Type: application/text/x-diff, Size: 2866 bytes --]

From 1c5d8eed4f4e20b99613e8857be4f0af24d62d35 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Sat, 6 Jul 2019 11:14:38 -0400
Subject: [PATCH] rpi-kernel: update to 4.19.57.

[ci skip]

- Drop unneeded patch (included upstream)
---
 .../patches/bcmrpi3_defconfig-drop-v4l2.patch | 30 -------------------
 srcpkgs/rpi-kernel/template                   |  6 ++--
 2 files changed, 3 insertions(+), 33 deletions(-)
 delete mode 100644 srcpkgs/rpi-kernel/patches/bcmrpi3_defconfig-drop-v4l2.patch

diff --git a/srcpkgs/rpi-kernel/patches/bcmrpi3_defconfig-drop-v4l2.patch b/srcpkgs/rpi-kernel/patches/bcmrpi3_defconfig-drop-v4l2.patch
deleted file mode 100644
index 2ef6665c0cb..00000000000
--- a/srcpkgs/rpi-kernel/patches/bcmrpi3_defconfig-drop-v4l2.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-# reason: https://github.com/raspberrypi/linux/issues/3024
-# src: upstream
-
-From e8a66b4f610b3a20bae8f706256d230135916c26 Mon Sep 17 00:00:00 2001
-From: Dave Stevenson <dave.stevenson@raspberrypi.org>
-Date: Fri, 28 Jun 2019 16:05:25 +0100
-Subject: [PATCH] configs: Drop V4L2 camera and codec drivers from
- bcmrpi3_defconfig
-
-They rely on mmal_vchiq, which in turn wants vc-sm-cma.
-vc-sm-cma needs some attention for 64 bit, so drop it for now.
-
-Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
----
- arch/arm64/configs/bcmrpi3_defconfig | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/arch/arm64/configs/bcmrpi3_defconfig b/arch/arm64/configs/bcmrpi3_defconfig
-index 904163e4266dd..e81b099bd5420 100644
---- arch/arm64/configs/bcmrpi3_defconfig
-+++ arch/arm64/configs/bcmrpi3_defconfig
-@@ -1086,8 +1086,6 @@ CONFIG_FB_TFT_WATTEROTT=m
- CONFIG_FB_FLEX=m
- CONFIG_FB_TFT_FBTFT_DEVICE=m
- CONFIG_SND_BCM2835=m
--CONFIG_VIDEO_BCM2835=m
--CONFIG_VIDEO_CODEC_BCM2835=m
- CONFIG_MAILBOX=y
- CONFIG_BCM2835_MBOX=y
- # CONFIG_IOMMU_SUPPORT is not set
diff --git a/srcpkgs/rpi-kernel/template b/srcpkgs/rpi-kernel/template
index 069d1cdf200..6b450cc6f01 100644
--- a/srcpkgs/rpi-kernel/template
+++ b/srcpkgs/rpi-kernel/template
@@ -5,11 +5,11 @@
 #
 #   https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=224931
 
-_githash="7b5c53d89a53e343679759476a27bb7af736ea22"
+_githash="8ea4810a9f2d0c510f6a8fd56805e82ac76904a3"
 _gitshort="${_githash:0:7}"
 
 pkgname=rpi-kernel
-version=4.19.56
+version=4.19.57
 revision=1
 wrksrc="linux-${_githash}"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
@@ -17,7 +17,7 @@ homepage="http://www.kernel.org"
 license="GPL-2.0-only"
 short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
 distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
-checksum=0b5b1076bc39df3d716449a0f0e4ebee78b974f0aff4f0a3c90b117fcc4dac49
+checksum=c5390847b342376fa6146f17a504ddca7eeb2817c8a1ada28aca2d4106693af6
 
 _kernver="${version}_${revision}"
 

             reply	other threads:[~2019-07-06 15:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-06 15:16 voidlinux-github [this message]
2019-07-06 16:17 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12840@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).