aboutsummaryrefslogtreecommitdiffstats
path: root/openembedded-layer
AgeCommit message (Collapse)Author
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> (cherry picked from commit dc97efd7064ca8316115e140d6f37f2faae2eaa0)
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> (cherry picked from commit 061ab4a573353690c9ab50e59d8bbcb6a54269fa)
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>