Commit 28f986a
authored
fastrpc: upgrade 1.0.2 -> 1.0.3 (#1569)
Upgrade FastRPC from version 1.0.2 to 1.0.3.
### Top-Level Changelog for source project:
**Core Enhancements**
- Added systemd service and unit files for FastRPC daemons, including
- audiopd aDSP RPC daemon.
- Added support for handling RPC_PM_QOS command to maintain backward
compatibility.
- Introduced libbsd support for non-Android builds.
**CI/CD Improvements**
- Configured workflows to run ARMOR on AWS self-hosted runners.
- Added workflow to trigger package repository builds.
- Improved CI reliability with robust LAVA job monitoring.
- Updated CI workflows to support libbsd integration.
**Code Cleanup & Maintenance**
- Removed unused and unsupported PM QoS code.
- Updated .gitignore to exclude gdsprpcd.
- Discouraged use of outdated GCC versions via README updates.
**Developer Experience & Project Hygiene**
- Added GitHub issue template for standardized bug reporting.
Full Changelog:
[v1.0.2...v1.0.3](qualcomm/fastrpc@v1.0.2...v1.0.3)
### Recipe change:
- Add libbsd to DEPENDS.
- Use upstream-installed systemd unit files; drop layer-provided
*.service files
and guess-dsp.sh to avoid duplication and divergence.
- Fix hardcoded /usr/bin paths in upstream unit files during do_install
by
rewriting ExecStart to use ${bindir}.
- Do not override SYSTEMD_AUTO_ENABLE as upstream-installed service
files are
getting enabled based on fastrpc device availability.
- Remove obsolete ${libdir}/rfsa directory handling (no longer required
by v1.0.3).5 files changed
Lines changed: 15 additions & 102 deletions
File tree
- recipes-support/fastrpc
- fastrpc
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 15 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 12 | | |
17 | 13 | | |
18 | 14 | | |
19 | 15 | | |
20 | 16 | | |
21 | | - | |
22 | | - | |
| 17 | + | |
23 | 18 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
41 | 34 | | |
42 | 35 | | |
43 | 36 | | |
| |||
0 commit comments