aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support
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-07-13recipes-support: rmtfs bump to rev 293ab8bAníbal Limón
Change, 293ab8b storage: Sync changes Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2021-06-07Merge pull request #310 from bryanodonoghue/fastrpc-header-srcrev-updateNicolas Dechesne
fastrpc: Update to latest SRCREV for SDK headers
2021-06-04fastrpc: Update to latest SRCREV for SDK headersBryan O'Donoghue
The tip-of-tree fastrpc has had an updated applied such that it is possible when running `bitbake rpb-desktop-image -c populate_sdk` to now populate fastrpc headers into the resulting x-compiler. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
2021-06-02fastrpc: mount-dsp: wait for /dev/disk/by-partlabelDmitry Baryshkov
In case dspso image is not available, we'd try to mount existing partition using partlabel. Wait for /dev/disk/by-partlabel dir to become available. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-06-02fastrpc: mount-dsp: modprobe socinfoDmitry Baryshkov
Modprobe socinfo module before trying to read machine id. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-06-02fastrpc: mount-dsp: fix qrb5165 machine idDmitry Baryshkov
Fix the MACHINE case for the qrb5165 SoC (it was QRB5160 by my mistake). Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-04-06fastrpc: fix search pathsDmitry Baryshkov
Look for cDSP-related files in /usr/lib/rfsa/cdsp rather than /usr/lib/rfsa/adsp Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-04-06fastrpc: provide unit files for adsprpcd/cdsprpcdDmitry Baryshkov
Provide unit files for fastrpc daemons. Note, that they are disabled by default. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-04-06fastrpc: provide a service to mount DSP partitionDmitry Baryshkov
Mount DSP partition (from /lib/firmware or from the UFS paritition) so that fastrpc clients can use provided libraries and shells. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-03-06fastrpc: add lib*dsprpc.so to fastrpc packageDmitry Baryshkov
For compatibility with Hexagon SDK we have to provide non-versioned libraries as a part of main fastrpc package rather than fastrpc-dev package. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-02-03recipes-support: Fix version to 0.2+${SRCPV}Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@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>
2021-01-14fastrpc: bump srcrev and fix packaging of default listenersDmitry Baryshkov
Default fastrpc listeners should be packaged as a part of fastrpc package (rather than fastrpc-dev), where they land by default. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-12-07recipes-support: rmtfs bump to rev 1cc12d3Aníbal Limón
Fixes, 1cc12d3 storage: Use storage_close() to free up resources on exit bf5cb9f rproc: Make start & stop threads detached 30f5dfb rproc: NUL-terminate the modalias 8a1d24a rproc: Make state update errors more helpful Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-12-04recipes-support: rmtfs bump to rev 3449744Aníbal Limón
Changes, 3449744 rproc: Support -s for PAS based remoteproc as well 710e6cf rmtfs: Exit even though there's no rprocfd 417f04a storage: Add modem_tunning partition needed for Alcatel Idol 3 devices 0d00985 sharedmem: Fix pointer arithmetic warnings. 5b1471e storage: Use -o option to override partition by-name ad5f456 sharedmem: Keep /dev/qcom_rmtfs_memX fd open 9ef260b ANDROID: Add Android support 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-12-04recipes-support: pd-mapper bump to rev d7fe25fa6eAníbal Limón
Remove patch now in upstream, 0001-pd-mapper-Include-limits.h-for-PATH_MAX.patch Changes, d7fe25f pd-mapper: Include limits.h for PATH_MAX 1bcf3c8 Fix an out-of-bounds read in assoc_next Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-05-28pd-mapper: Fix build with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-21recipes-support: pd-mapper bump to rev ab5074fAníbal Limón
Changes, ab5074f pd-mapper: Use remoteproc firmware to find jsons 9543190 pd-mapper: Introduce associative array implementation afce7e2 fixup! json: Introduce JSON parser 1048a84 pd-mapper: Load JSON files 48d5389 json: Introduce JSON parser 0dd6ca7 ANDROID: Add Android.bp makefile Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-03-23fastrpc: new upstreamNicolas Dechesne
388d868 cdsprpc,adsprpc: does not use libcdsprpc libadsprpc Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2020-03-21Merge pull request #143 from alimon/kernel_qrtrNicolas Dechesne
Kernel/QRTR bump
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>
2020-03-11recipes-support: Add fastrpc recipe for {a,c}dspAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-03-11recipes-support: Remove deprecated adsprpcAníbal Limón
Remove installation in SDM845 machine too. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-01-31rmtfs: Bump to rev dfb8f3eAníbal Limón
Fixes startup issue when module isn't ready. Changes, dfb8f3e rmtfs.service.in: Add RestartSec to 1 sec intervals 29eb4a5 rmtfs.c: Exit when fail to get rprocfd Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2019-11-29tqftpserv: Fix build on muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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>