sensors: add apt command recovery dependencies - #555
Merged
Bhargav-qcom (bhargav0610) merged 1 commit intoAug 28, 2026
Merged
Conversation
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 <[email protected]>
Srikanth Muppandam (smuppand)
marked this pull request as ready for review
August 28, 2026 10:11
Srikanth Muppandam (smuppand)
requested a review
from Bhargav-qcom (bhargav0610)
August 28, 2026 10:11
Bhargav-qcom (bhargav0610)
approved these changes
Aug 28, 2026
Bhargav-qcom (bhargav0610)
merged commit Aug 28, 2026
9962a61
into
qualcomm-linux:main
13 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add missing apt dependencies to the Sensors
sns_testcommand-recovery mapping:The existing Sensors runtime and test packages remain unchanged. RPM and opkg mappings are not modified because these Debian development package names are not portable to those providers.