blob: c5002bbcbee71b5fb6a004d6deabf85c314afad0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append = " \
file://0001-create-r8a7795-usb-ovc-pinmux-groups.patch \
file://0001-add-agl-refhw.patch \
file://0003-rcar3-dw-hdmi-cec-mute.patch \
file://0001-Add-support-for-TI-WL1837.patch \
file://refhw-rcar.cfg \
"
KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/refhw-rcar.cfg"
|