From 7fbf02b300217878ec799bffc658fda3dc36309e Mon Sep 17 00:00:00 2001 From: ssiras826 Date: Fri, 16 Jan 2026 19:30:49 +0530 Subject: [PATCH] RDKBACCL-976: integrate & build rdk-speedtest-cli with meta-dac-sdk-broadband & test with DAC Reason for change: Building the speedtest cli with dac layer and running as a bundle Test procedure: Test the bundle using usp-pa commands and check the iperf telemetry markers is updated in the could Risks: Low Signed-off-by: ssiras826 --- templates/generic/bpir4_reference.json | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/templates/generic/bpir4_reference.json b/templates/generic/bpir4_reference.json index 4193f98..7d0de5e 100644 --- a/templates/generic/bpir4_reference.json +++ b/templates/generic/bpir4_reference.json @@ -92,16 +92,25 @@ ], "type": "bind" }, - { - "source": "tmpfs", + { + "destination": "/rdklogs", + "type": "bind", + "source": "/rdklogs", + "options": [ + "rbind", + "rw" + ] + }, + { + "source": "/tmp", "destination": "/tmp", "options": [ + "rbind", "nosuid", - "strictatime", - "mode=755", - "size=65536k" + "nodev", + "rw" ], - "type": "tmpfs" + "type": "bind" } ], "network": {