aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/wcnss-config
AgeCommit message (Collapse)Author
2018-09-10wcnss-config: do not create -dev packagesNicolas Dechesne
By default, bitbake.conf is using RDEPENDS_${PN}-dev = "${PN} (= ${EXTENDPKGV})" Which creates a dependency between wcnss-config-dev and wcnss-config packages. However for this specific recipe, we do not have any package for wcnss-config. When building an image with dev-pkgs enabled, it ends up with a build failure. Since this recipe does not provide any dev files/content, we can simply skip the creation of dev packages all together. Reported-by: Ryan Harkin <ryan.harkin@linaro.org> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 67e7bc9566677b610e56f917ce3b3e1d002f372c)
2017-02-22wcnss-config: new upstream releaseNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-24wcnss-config: upgrade to 1.11.2, add wcnss-startNicolas Dechesne
* wncss-start is the new method to startup WCN core on QCOM SoC with integrated WCN. * wcnss-config should be disabled at boot, since it's triggerd by udev Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-09wcnss-config: upgrade to 1.11.1Nicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-08wcnss-config: update to version 1.11Nicolas Dechesne
* change PV to 1.11 * instead of using git commit id in SRCREV, switch to using the tags, that will make maintaining the recipe simpler. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-06wcnss-config: rename recipe fileNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-05-24wcnss-config: update to 1.9 releaseNicolas Dechesne
With the fix for possible truncated MAC addresses. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-04-27wcnss-config: add new recipeNicolas Dechesne
this component includes various config files needed for BT and WLAN setup on SoC that uses the QCOM WCN core, such as DragonBoard 410c or DragonBoard 600c. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>