aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support
AgeCommit message (Collapse)Author
2019-11-28recipes-support: Add tqftpserv recipeAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> (cherry picked from commit 12278cb27c7833f9feb199f8a22bb38a6befe5e3) (cherry picked from commit 6266126aee787959ec6f6be4ed08495616408ec7)
2019-11-28recipes-support: Add pd-mapper recipeAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> (cherry picked from commit 2b040a5174d6138d93c4b1bc0d5a8180e7d6b49d) (cherry picked from commit de9d651d312aad4d0abe081d1ebcc100a5eeb488)
2019-08-23adsprpc: add recipeJulien Massot
(cherry picked from commit 78d89b486fb701ee2ecd764b4680c9f243755384)
2019-08-19recipes-support: rmtfs bump to rev df6c19d033Aníbal Limón
Use systemd service file from upstream. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> (cherry picked from commit af043d83135cb8ab10806592c5f3cea57df229d6)
2019-08-19recipes-support: qrtr bump to rev cd6bedd5d0Aníbal Limón
Use systemd service file from upstream and build one single package qrtr. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> (cherry picked from commit d22a2ffc7c216af4f21ba4eb70f3e2735176c4e3)
2018-12-04conf/machine/include/qcom-apq8016.inc: Load qcom_q6v5_pil afer rmtfsAníbal Limón
To workaround problems when the DSP isn't ready load qcom_q6v5_pil after rmtfs, blacklist the module to avoid autoload on boot. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> (cherry picked from commit a122287169450f44a581f64501601a0e839df1a3)
2018-09-11rmtfs: new upstream changesNicolas Dechesne
Ben Chan (2): rmtfs: fix the type of the phys_address argument of rmtfs_mem_ptr() rmtfs: remove unused cpu_to_le32 and le32_to_cpu functions Brian Norris (2): Makefile: allow $(CFLAGS), $(LDFLAGS) override sharedmem: use 'unsigned long long' for memory region parsing Joey Hewitt (1): sharedmem: support uio device Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit f6eacaf3230845974ea762df65dfff7fcff9e259)
2018-09-11qrtr: new upstream changesNicolas Dechesne
Arun Kumar Neelakantam (1): libqrtr : Add support for signed one byte enum. Ben Chan (4): lookup: fix service name for service type 17 libqrtr: add extern "C" guard in libqrtr.h qrtr-ns: initialize waiter_ticket struct in waiter_wait_timeout() qmi: pass `const struct qrtr_packet' to qmi_decode_header() Bjorn Andersson (2): qrtr-lookup: Add description of service 52 libqrtr: Correct "instance" composition Eric Caruso (8): qmi: remove unused include ns: alphabetize includes lookup: alphabetize includes cfg, lookup, ns: avoid using __progname cfg, ns: factor out qrtr_set_address function Unify logging into one function logging: add use_syslog to qlog_setup ns: add -s option for logging to syslog Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commit 37deeac35bfede5aad3a77bc4ce696c4150aa32f)
2018-04-20qrtr: Bump qmic, qrtr and rmtfs to latest versionBjorn Andersson
A number of bug fixes and improvements have been added to qrtr and rmtfs, update these to the latest release. Update qmic as rmtfs depends on a later version. The qmic patch from Khem has been applied upstream. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> 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>
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>