summaryrefslogtreecommitdiff
path: root/recipes-bsp/btnxpuartconf/btnxpuartconf_1.0.bb
blob: c5f9adf4c2d94ba8811b49b95de49780f03c7579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "Bluetooth NXP UART (btnxpuart) Configuration"

DESCRIPTION = "As the power-down pin (PD#) is shared and handled by \
mmc-pwrseq for mwifiex_sdio, make sure mwifiex gets loaded first."

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

SRC_URI = "file://btnxpuart.conf"

do_install () {
	install -d ${D}/etc/modprobe.d/
	install -m 0755 ${WORKDIR}/btnxpuart.conf ${D}/etc/modprobe.d/btnxpuart.conf
}