kernel: add support for 4.12

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
2018-03-14 09:28:24 +01:00
parent 657e18387f
commit d68af25483
2 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += " \
file://rtl8192cu.cfg \
file://enable_pwm.cfg \
file://enable_onboard_leds.cfg \
file://0003-bbb-enable-pwm.patch \
file://0002-onboard-led-init-disable.patch \
"
KERNEL_CONFIG_FRAGMENTS_append_ti33x = " \
${WORKDIR}/rtl8192cu.cfg \
${WORKDIR}/enable_pwm.cfg \
"