sys-kernel/raspberrypi-sources: Fix patch application

See: https://github.com/gentoo/gentoo/pull/31041#issuecomment-1583677573
Fixes: 2e0f585e9ce72744abbd44df02152ab9eadd9f53
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/31361
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Violet Purcell 2023-06-09 01:40:50 +00:00 committed by Sam James
parent 6495efe9d7
commit 1bfd36623c
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,13 @@
--- a/drivers/base/firmware_loader/Kconfig
+++ b/drivers/base/firmware_loader/Kconfig
@@ -75,6 +75,7 @@ config EXTRA_FIRMWARE_DIR
config FW_LOADER_USER_HELPER
bool "Enable the firmware sysfs fallback mechanism"
+ depends on !GENTOO_LINUX_INIT_SYSTEMD
select FW_LOADER_SYSFS
select FW_LOADER_PAGED_BUF
help
--
2.41.0

View File

@ -29,11 +29,12 @@ SRC_URI="
KEYWORDS="~arm ~arm64"
PATCHES=("${FILESDIR}"/${PN}-5.15.32-gentoo-kconfig.patch)
PATCHES=("${FILESDIR}"/${PN}-6.1.21-gentoo-kconfig.patch)
UNIPATCH_EXCLUDE="
10*
15*
1700
2000
29*
3000