From ecff7fe44fd96af0d7006c29c122e28cda8a11ad Mon Sep 17 00:00:00 2001 From: Srikanth Muppandam Date: Fri, 28 Aug 2026 15:25:29 +0530 Subject: [PATCH] sensors: add apt command recovery dependencies The Sensors sns_test recovery mapping omitted the sensing-hub runtime and development packages plus the sensors-core development links required by current apt images. Add the missing packages while preserving the existing Sensors runtime and test package coverage. RPM and opkg mappings remain unchanged because these Debian development package names are not portable to those providers. Signed-off-by: Srikanth Muppandam --- Runner/config/pkg_command_map.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runner/config/pkg_command_map.conf b/Runner/config/pkg_command_map.conf index b67e270f..a7313dad 100755 --- a/Runner/config/pkg_command_map.conf +++ b/Runner/config/pkg_command_map.conf @@ -193,7 +193,7 @@ opkg:efivar=efivar # checks for sns_test. # --------------------------------------------------------------------------- -apt:Sensors:sns_test=qcom-sensors-api qcom-sensors-core qcom-sensors-registry qcom-sensors-services qcom-sensors-test-core qcom-sensors-test-apps +apt:Sensors:sns_test=qcom-sensing-hub qcom-sensing-hub-dev qcom-sensors-api qcom-sensors-core qcom-sensors-core-dev qcom-sensors-registry qcom-sensors-services qcom-sensors-test-core qcom-sensors-test-apps rpm:Sensors:sns_test=qcom-sensors-api qcom-sensors-core qcom-sensors-registry qcom-sensors-services qcom-sensors-test-core qcom-sensors-test-apps opkg:Sensors:sns_test=qcom-sensors-api qcom-sensors-core qcom-sensors-registry qcom-sensors-services qcom-sensors-test-core qcom-sensors-test-apps