aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/fastrpc/fastrpc_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-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-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-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-03-23fastrpc: new upstreamNicolas Dechesne
388d868 cdsprpc,adsprpc: does not use libcdsprpc libadsprpc Signed-off-by: Nicolas Dechesne <nicolas.dechesne@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>