blob: c789c7a9259b43e863c212e51581a1fc191c1b70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
FILESEXTRAPATHS:prepend := "${THISDIR}/linux-xlnx/v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}:"
# Note: These patches are very old and doesn't apply on top of 5.x
# kernel. For more details refer README.md file.
#SRC_URI:append:zybo-linux-bd-zynq7 = " \
# file://0001-drm-xilinx-Add-encoder-for-Digilent-boards.patch \
# file://0002-clk-Add-driver-for-axi_dynclk-IP-Core.patch \
# file://0003-drm-xilinx-Fix-DPMS-transition-to-on.patch \
# "
SRC_URI:append:minized-zynq7 = " file://0004-minized-wifi-bluetooth.cfg"
|