blob: d47080f78bcc18f5f40bf3db17a43c796a02ce0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Patch directories in application order.
#
# A bare name is a directory under the Gentoo overlay's
# sys-kernel/vanilla-kernel/files. A "local:" prefix means patches/<name> in
# this repository, for fixes the overlay does not carry yet.
#
# This mirrors the loop in vanilla-kernel-7.2.3.ebuild's src_prepare(), minus
# rockchip (irrelevant), plus phy -- which that ebuild leaves out even though it
# ships the camera patch that calls devm_phy_get_by_of_node(). Without phy the
# build dies in camss-csiphy.c; only the 7.3_rc1 ebuild wired phy into its loop.
other
audio
clk
pci
remoteproc
gpu
usb
video
wifi
input
el2
phy
camera
local:camera
irq
surface
local:surface
|