Github messages for voidlinux
 help / color / mirror / Atom feed
From: lemmi <lemmi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] rpi-kernel: make btrfs built-in module
Date: Sun, 08 Oct 2023 21:53:19 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46522@inbox.vuxu.org> (raw)

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

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

https://github.com/lemmi/void-packages rpi-kernel-btrfs
https://github.com/void-linux/void-packages/pull/46522

rpi-kernel: make btrfs built-in module
This allows booting from btrfs partitions. Adds around 120kB to the uncompressed package size.

#### Testing the changes
- I tested the changes in this PR: **briefly**


- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (Raspberry PI 3 Model A+) 



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

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

From 13f74abdb64537b2767bfaadf76c45f35651b024 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Sun, 8 Oct 2023 21:50:18 +0200
Subject: [PATCH] rpi-kernel: make btrfs built-in module

This allows booting from btrfs partitions. Adds around 120kB to the
uncompressed package size.
---
 srcpkgs/rpi-kernel/template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/rpi-kernel/template b/srcpkgs/rpi-kernel/template
index 2fa1bb54b683e..bd135721a61af 100644
--- a/srcpkgs/rpi-kernel/template
+++ b/srcpkgs/rpi-kernel/template
@@ -13,7 +13,7 @@
 # Upstream documentation: https://www.raspberrypi.com/documentation/computers/linux_kernel.html
 pkgname=rpi-kernel
 version=6.1.54
-revision=1
+revision=2
 _githash=fad58933544bb2a7b7db92847c25c79a83171fa6
 archs="armv6l* armv7l* aarch64*"
 hostmakedepends="perl kmod uboot-mkimage openssl-devel bc bison flex xz"
@@ -113,6 +113,8 @@ do_configure() {
 	CONFIG_LZ4_COMPRESS=y
 	CONFIG_CRYPTO_RNG=y
 	CONFIG_CRYPTO_RNG_DEFAULT=y
+	CONFIG_BTRFS_FS=y
+	CONFIG_BTRFS_POSIX_ACL=y
 	!
 
 	while read -r line; do

             reply	other threads:[~2023-10-08 19:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-08 19:53 lemmi [this message]
2023-10-08 19:56 ` classabbyamp
2023-10-08 20:06 ` lemmi
2024-01-07  1:49 ` github-actions
2024-01-17 19:23 ` [PR PATCH] [Closed]: " classabbyamp

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-46522@inbox.vuxu.org \
    --to=lemmi@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).