aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support
AgeCommit message (Collapse)Author
2023-11-16tqftpserv: Update SRCREV to latestViswanath Kraleti
Update tqftpserv recipe to compile tip of the project Remove patch now in upstream, 0001-include-limits.h-for-PATH_MAX.patch Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
2023-11-16rmtfs: Update SRCREV to latestViswanath Kraleti
Update rmtfs recipe to compile latest code of the project Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
2023-11-16qrtr: Update SRCREV to latestViswanath Kraleti
Update qrtr recipe to compile tip of qrtr project. Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
2023-11-16fastrpc: Update SRCREV to latestViswanath Kraleti
Update fastrpc recipe to compile latest fastrpc code. The tip of project has an update to support sdsprpcd. Provide a unit file for the same. Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
2023-11-10recipes-support: pd-mapper bump to rev 10997baViswanath Kraleti
Changes, 10997ba pd-mapper: Add ability to decompress .xz json files 107104b ANDROID: pd-mapper: Update Android.bp srcs 352a39c ANDROID: pd-mapper: Use /vendor/firmware path for AOSP b4c1e36 correct SIGSEGV when firmware is not present a500e63 Makefile: allow $(CFLAGS), $(LDFLAGS) override 9d78fc0 pd-mapper: Null terminate firmware_value string Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
2023-09-02Merge pull request #520 from superna9999/qbootctlDmitry Baryshkov
Add qbootctl package
2023-08-16Add qbootctl packageNeil Armstrong
Add qbootclt package to control the boot A/B slot flags. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
2023-07-25fastrpc/mount-dsp: handle RB1 and RB2 platformsDmitry Baryshkov
Extend the mount-dsp.sh script to also handle the RB1 and RB2 platforms. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-04-10rust-android-sparse: follow oe-core/bitbake changesDmitry Baryshkov
oe-core now requires to have crate version in the checksums. Update the recipe to include versions into SRC_URI checksums. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-04-01rust-android-sparse: follow oe-core/bitbake changesDmitry Baryshkov
Bitbake was changed to require checksums for all crates. To simplify implementing this requirement, oe-core now provides a special class to generate lists of dependencies with checksums. Inherit this class, split SRC_URI to a separate .inc file and add checksums as requied. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-03-09fastrpc: switch git url to codelinaroNicolas Dechesne
Linaro git trees have been moved from git.linaro.org to git.codelinaro.org. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-11-12rust-android-sparse: add lightweigt simg2img/img2simg implementationDmitry Baryshkov
Add lightweight tools to handle sparse images. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2022-09-06qrtr: fix typo: CFLAS -> CFLAGSDmitry Baryshkov
Fix typo to correct EXTRA_OEMAKE list of arguments. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2022-08-29qrtr: fix QA warningsDmitry Baryshkov
Fix QA warnings related to TMPDIR being not rewritten in object files by passing proper CFLAGS to the build process. qrtr-0.3+AUTOINC+9dc7a88548: File /usr/lib/.debug/libqrtr.so.1.0 in package qrtr-dbg contains reference to TMPDIR File /usr/bin/.debug/qrtr-lookup in package qrtr-dbg contains reference to TMPDIR File /usr/bin/.debug/qrtr-ns in package qrtr-dbg contains reference to TMPDIR File /usr/bin/.debug/qrtr-cfg in package qrtr-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2022-08-29tqftpserv: fix QA warningsDmitry Baryshkov
Fix QA warnings related to TMPDIR being not rewritten in object files by passing proper CFLAGS to the build process. tqftpserv-0.0+AUTOINC+d7fe25fa6e: File /usr/bin/.debug/tqftpserv in package tqftpserv-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2022-08-29pd-mapper: fix QA warningsDmitry Baryshkov
Fix QA warnings related to TMPDIR being not rewritten in object files by passing proper CFLAGS to the build process. pd-mapper-0.0+AUTOINC+d7fe25fa6e: File /usr/bin/.debug/pd-mapper in package pd-mapper-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2022-03-23initramfs-module-copy-modules: add initramfs module to install modulesDmitry Baryshkov
Add initramfs module that installs provided kernel modules into the rootfs. To enable it, add 'copy_modules' kernel bootarg. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-09-25fastrpc: mount DSP image on DB820cDmitry Baryshkov
Add support for mounting provided filesystem image with DSP libraries on the dragonboard-820c. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
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)