Github messages for voidlinux
 help / color / mirror / Atom feed
From: fosslinux <fosslinux@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] rpi-kernel: add support for LXD 4.2+.
Date: Fri, 17 Jul 2020 09:39:46 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23610@inbox.vuxu.org> (raw)

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

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

https://github.com/fosslinux/void-packages rpi-lxd-vlan-fix
https://github.com/void-linux/void-packages/pull/23610

rpi-kernel: add support for LXD 4.2+.
This is not enabled on any of the defconfigs by default, but is needed for LXD since 4.2.

@pbui Does this look sane to you?

Compiled for all archs and tested on rpi4 (aarch64) and rpi3 (aarch64, armv7l)

[ci skip]


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rpi-lxd-vlan-fix-23610.patch --]
[-- Type: text/x-diff, Size: 936 bytes --]

From 1793dfb9c826881ee2989ea4d5c2653c7a2f4404 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Fri, 17 Jul 2020 17:37:11 +1000
Subject: [PATCH] rpi-kernel: add support for LXD 4.2+.

---
 srcpkgs/rpi-kernel/template | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/rpi-kernel/template b/srcpkgs/rpi-kernel/template
index 2f4d9defbab..5e3de2045a4 100644
--- a/srcpkgs/rpi-kernel/template
+++ b/srcpkgs/rpi-kernel/template
@@ -10,7 +10,7 @@ _gitshort="${_githash:0:7}"
 
 pkgname=rpi-kernel
 version=4.19.127
-revision=1
+revision=2
 wrksrc="linux-${_githash}"
 maintainer="Peter Bui <pbui@github.bx612.space>"
 homepage="http://www.kernel.org"
@@ -92,6 +92,9 @@ do_configure() {
 
 	# HID Controllers
 	echo "CONFIG_HID_STEAM=y" >> "$defconfig"
+
+	# LXD 4.2+ support
+	echo "CONFIG_BRIDGE_VLAN_FILTERING=y" >> "$defconfig"
 	
 	make ${makejobs} ${_cross} ARCH=${_arch} ${target}
 

             reply	other threads:[~2020-07-17  7:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-17  7:39 fosslinux [this message]
2020-07-17  7:41 ` [PR PATCH] [Updated] " fosslinux
2020-07-17 12:26 ` pbui
2020-07-17 14:28 ` [PR PATCH] [Merged]: " Piraty

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-23610@inbox.vuxu.org \
    --to=fosslinux@users.noreply.github.com \
    --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).