
The patch with the same name from meta-sunxi is not applying anymore so we remove from SRC_URI and add an updated version in meta-balena-allwiner. Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
9 lines
263 B
Text
9 lines
263 B
Text
inherit kernel-resin
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-mainline-4.19:"
|
|
|
|
SRC_URI_remove_orange-pi-zero = "\
|
|
file://0001-add-wifi-support.patch \
|
|
"
|
|
SRC_URI_append_orange-pi-zero = "\
|
|
file://0001-add-wifi-support.patch \
|
|
"
|