aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/wcnss-config/wcnss-config_1.13.bb
blob: 955cf75bfdb98672d729f17760d5c2b119c11ca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SUMMARY = "WLAN and BT configuration files for QCOM WCN"
HOMEPAGE = "https://git.linaro.org/landing-teams/working/qualcomm/wcnss-config.git"
SECTION = "devel"

LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://debian/copyright;md5=9ffc7d99f148b53a339cd4374c5c431f"

SRCREV = "debian/${PV}"
SRC_URI = "git://git.linaro.org/landing-teams/working/qualcomm/wcnss-config.git;branch=master;protocol=https"

S = "${WORKDIR}/git"

inherit systemd allarch

PACKAGES =+ "wcnss-start"

do_install () {
    install -d ${D}${systemd_unitdir}/system
    install -m 0644 ${S}/debian/wcnss-start.service ${D}${systemd_unitdir}/system

    install -d ${D}${sbindir}
    install -m 0755 ${S}/wcnss-start ${D}${sbindir}
}

FILES_wcnss-start = "${sbindir}/wcnss-start ${systemd_unitdir}/system/wcnss-start.service"

SYSTEMD_PACKAGES = "wcnss-start"
SYSTEMD_SERVICE_wcnss-start = "wcnss-start.service"