aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support
AgeCommit message (Collapse)Author
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)
2017-02-10qmi-gps-proxy: update new releaseNicolas Dechesne
Added * [PATCH] Adding fflush when all devices are disconected. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-11-30rmtfs: update with new upstreamNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-11-29qrtr: upgrade recipe versionNicolas Dechesne
* upstream has fixed multilib/multiarch, so update recipe accordingly * also fixes "QA Issue: No GNU_HASH in the elf binary" Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-07-25qmi-gps-proxy: update to new versionNicolas Dechesne
version -4 comes with a new patch, so update recipe as well to take its patches from the debian source folder, to avoid duplication of patches. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-24qmi-gps-proxy: add new recipeNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-24rmtfs: update init scriptNicolas Dechesne
Make sure that qrtr service is started first. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-16qrtr: ensure prefix variable is set properlyNicolas Dechesne
prefix variable is set in makefile, but also in the environment by OE. Until krogoth make was always called with -e, so the variable was set based on the environment. However since OE core commit aeb653861a0ec39ea7a014c0622980edcbf653fa, -e has been removed, so we need to set prefix in the recipe to override the value from the Makefile. It is not doing anything harmful on jethro, so let's apply this change on all branches. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-15rmtfs: add systemd init serviceNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-15qrtr: add systemd init serviceNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-14rmtfs: add recipeNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-14qrtr: add recipeNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>