aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/qrtr/qrtr_git.bb
AgeCommit message (Collapse)Author
2021-08-03layer: convert to new override syntaxoverrideNicolas Dechesne
The conversion was mostly automated with: ./scripts/contrib/convert-overrides.py With a few manual tweaks. Also change LAYERCOMPAT to honister. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2021-02-03recipes-support: qrtr bump to 0.3+${SRCPV}Aníbal Limón
Changes, 9dc7a88 libqrtr: Zero-initialize sockaddr_qrtr Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-12-04recipes-support: qrtr bump to rev 983b223Aníbal Limón
Changes, 983b223 lookup: Add TFTP to known services list cb1a647 qrtr-lookup: Add DPM service name 47e48a8 Android: Disable "treat warnings as errors". 33bf949 Clang: fix for arithmetic disallowed on void pointers fef484b libqrtr: Use size_t for offsets 2ed52a3 qrtr-ns.service: do not install as executable Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-03-11recipes-support: QRTR bump to rev 7bd5cf3Aníbal Limón
Changes, 7bd5cf3 ns: Go dormant when exsting name server is found 2afd6f8 ANDROID: Add Android.bp makefile Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
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-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>
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-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-15qrtr: add systemd init serviceNicolas 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>