meta-bbb/recipes-kernel/linux/linux-yocto_4.18.bbappend
Thomas Klaehn 077aa546da meta-bbb: Switch branch sumo -> thud
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
2019-01-25 15:17:44 +01:00

19 lines
447 B
Plaintext

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += " \
file://rtl8192cu.cfg \
file://enable_onboard_leds.cfg \
file://enable_hostap_wext.cfg \
file://0002-onboard-led-init-disable.patch \
"
KERNEL_CONFIG_FRAGMENTS_append_ti33x = " \
${WORKDIR}/rtl8192cu.cfg \
${WORKDIR}/enable_onboard_leds.cfg \
${WORKDIR}/enable_hostap_wext.cfg \
"