aboutsummaryrefslogtreecommitdiffstats
path: root/openembedded-layer
AgeCommit message (Collapse)Author
2018-06-28gpsd: add Qualcomm PDS driverNicolas Dechesne
While waiting for the driver to be merged upstream, we can carry it here in meta-qcom. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2018-04-20Revert "gpsd: add Qualcomm PDS driver"Nicolas Dechesne
Until gpsd 3.17 is available in meta-oe This reverts commit 5c9f60fb096e569b8e112fcb1479a9a9f530a659.
2018-04-20qrtr: include qrtr and rmtfs by defaultNicolas Dechesne
qrtr and rmtfs are very standard user space helpers when using Qualcomm Snapdragon processors. They are used to manage services running on remote cores, such as modem, DSP, ... While they are needed for GPS, they could be needed for other use cases, so let's add them by default from now on, insead of as a dependency of GPSd. While at it, at them for 8016 and 8096 targets. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2018-04-20qdsp-config: remove recipeNicolas Dechesne
It is no longer expected to manually boot/reboot/stop remote cores, and we expect relevant cores to be brought up automatically. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2018-04-20gpsd: add Qualcomm PDS driverNicolas Dechesne
While waiting for the driver to be merged upstream, we can carry it here in meta-qcom. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2018-04-20gps-proxy: remove recipeNicolas Dechesne
It is no longer needed, and we will be using a GPSd driver instead. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-04-25qmi-gps-proxy: update to new releaseNicolas Dechesne
Also remove udev rules which was removed upstream. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-04-11qmi-gps-proxy: move the recipe in openembedded-layer sublayerNicolas Dechesne
This recipe explicitely depends on gpsd which is in meta-oe and not OE-core. So let's move the recipe into the openembedded-layer so that it gets parsed/used only when our users also have enabled meta-oe in their build, otherwise this recipe is irrelevant and should be skipped. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-07-20gpsd-machine-conf: move bbappend file into layer specific folderNicolas Dechesne
If meta-qcom is used in a configuration without meta-oe, bitbake will fail to parse with this error: ERROR: No recipes available for: ../build-nodistro/conf/../../layers/meta-qcom/recipes-navigation/gpsd/gpsd-machine-conf_%.bbappend The layer.conf file has logic to selectively add .bb and .bbappend from layer specific folders, so let's move this bbappend into the 'openembedded-layer', so that it will be parsed only if 'openembedded-layer' (e.g. meta-oe) is being used. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>