summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/recipes-kernel/kernel-modules/kernel-module-qcacld_git.bb
diff options
context:
space:
mode:
authorToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
committerToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
commit5b80bfd7bffd4c20d80b7c70a7130529e9a755dd (patch)
treeb4bb18dcd1487dbf1ea8127e5671b7bb2eded033 /bsp/meta-boundary/recipes-kernel/kernel-modules/kernel-module-qcacld_git.bb
parent706ad73eb02caf8532deaf5d38995bd258725cb8 (diff)
agl-basesystem
Diffstat (limited to 'bsp/meta-boundary/recipes-kernel/kernel-modules/kernel-module-qcacld_git.bb')
-rw-r--r--bsp/meta-boundary/recipes-kernel/kernel-modules/kernel-module-qcacld_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/bsp/meta-boundary/recipes-kernel/kernel-modules/kernel-module-qcacld_git.bb b/bsp/meta-boundary/recipes-kernel/kernel-modules/kernel-module-qcacld_git.bb
new file mode 100644
index 00000000..add8e8a0
--- /dev/null
+++ b/bsp/meta-boundary/recipes-kernel/kernel-modules/kernel-module-qcacld_git.bb
@@ -0,0 +1,18 @@
+# Copyright (C) 2016 Boundary Devices
+SUMMARY = "QCACLD driver for QCA9377-based BD-SDMAC module"
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://${S}/CORE/HDD/src/wlan_hdd_main.c;beginline=1;endline=20;md5=c191a07d6df8a17ee5b865137f729304"
+
+inherit module
+
+SRCREV = "${AUTOREV}"
+
+SRC_URI = "git://github.com/boundarydevices/qcacld-2.0.git;branch=${SRCBRANCH} \
+"
+SRCBRANCH = "boundary-LNX.LEH.4.2.2.2"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OEMAKE_append = " CONFIG_CLD_HL_SDIO_CORE=y"
+
+COMPATIBLE_MACHINE = "mx6|mx7|mx8"