Skip to content

Commit 9cdfc19

Browse files
committed
Add FastRPC support by default
Now that we have hexagon-dsp-binaries and fastrpc packaging in trixie-overlay, install them by default. Once #277 is landed, this should mean that `fastrpc_test` passes by default. Signed-off-by: Robie Basak <robie.basak@oss.qualcomm.com>
1 parent 13374ab commit 9cdfc19

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

debos-recipes/qualcomm-linux-debian-rootfs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ actions:
8787
- dosfstools
8888
# ext4 tools, notably e2fsck for the root filesystem
8989
- e2fsprogs
90+
# fastrpc support. fastrpc-tests pulls in the required stack
91+
- fastrpc-tests
9092
# fwupd tools, enable OTA EFI firmware capsule updates
9193
- fwupd
9294
# defaults to "systemd-sysv"; perhaps not needed
@@ -134,7 +136,7 @@ actions:
134136
# from the serial console, over SSH, or in containers - where the desktop
135137
# session has not updated ACLs to the device nodes
136138
useradd --create-home --shell /bin/bash --user-group \
137-
--groups adm,audio,render,sudo,users,video debian
139+
--groups adm,audio,fastrpc,render,sudo,users,video debian
138140
# set password to "debian"
139141
echo debian:debian | chpasswd
140142
# password must be changed on first login

0 commit comments

Comments
 (0)