Commit Graph

3 Commits

Author SHA1 Message Date
Nicolas Dechesne
dc97efd706 qmi-gps-proxy: update to new release
Also remove udev rules which was removed upstream.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-04-25 22:56:50 +02:00
Nicolas Dechesne
061ab4a573 qmi-gps-proxy: move the recipe in openembedded-layer sublayer
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>
2017-04-11 14:25:02 +02:00
Nicolas Dechesne
ed00155a67 gpsd-machine-conf: move bbappend file into layer specific folder
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>
2016-07-20 15:23:11 +01:00