Skip to content

Commit 91abe9c

Browse files
fastrpc: upgrade 0.1.7 -> 1.0.0 (#1076)
Upgrade FastRPC from version 0.1.7 to 1.0.0. The previously applied patch for 0.1.7 is no longer needed, as the required changes are now included upstream in 1.0.0. Remove the patch file to simplify maintenance and reduce redundancy. Top-Level Changelog: **Core Enhancements** - Support GPDSP offloading for enhanced processing capabilities. - rpcmem integration: Register rpcmem-allocated buffers with the FastRPC memory framework. **Code Cleanup & Refactoring** - Removed unused Android-specific DSP HAL code. - Unified daemon sources into a single file for better maintainability. - Dropped AEEStdDef.h from rpcmem.h to fix build issues. - Eliminated CR-LF line endings across remaining files. **Bug Fixes & Stability** - Fixed potential uninitialized variable warnings. - Improved ramdisk unpack/repack logic for FastRPC validation. - Reduced log verbosity to prevent syslog flooding and improve error visibility. **Documentation & Design** - Updated design document for apps_mem. - Enhanced README and environment handling for fastrpc_test. **CI/CD Improvements** - Added pre-merge verification: sync, build, and test. - Switched all reusable workflow references to the development branch. - Prevented stale-issues workflow from auto-closing active PRs.
2 parents 4f4e17d + 69f3203 commit 91abe9c

File tree

2 files changed

+1
-172
lines changed

2 files changed

+1
-172
lines changed

recipes-support/fastrpc/fastrpc/0001-Update-README.md-with-Clear-Instructions-for-fastrpc.patch

Lines changed: 0 additions & 170 deletions
This file was deleted.

recipes-support/fastrpc/fastrpc_0.1.7.bb renamed to recipes-support/fastrpc/fastrpc_1.0.0.bb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ SECTION = "devel"
55
LICENSE = "BSD-3-Clause"
66
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b67986b6880754696d418dbaa2cf51d1"
77

8-
SRCREV = "a8a7a5e13ad69b73dcc7e73c1013830f0d787c1a"
8+
SRCREV = "2d1768e9d602641660aa2232c96577042c1b6294"
99
SRC_URI = "\
1010
git://github.com/qualcomm/fastrpc.git;branch=main;protocol=https \
11-
file://0001-Update-README.md-with-Clear-Instructions-for-fastrpc.patch \
1211
file://adsprpcd.service \
1312
file://cdsprpcd.service \
1413
file://sdsprpcd.service \

0 commit comments

Comments
 (0)