recipes-support: Add userspace-resource-manager recipe#1135
Merged
ricardosalveti merged 1 commit intoqualcomm-linux:masterfrom Jan 14, 2026
Merged
recipes-support: Add userspace-resource-manager recipe#1135ricardosalveti merged 1 commit intoqualcomm-linux:masterfrom
ricardosalveti merged 1 commit intoqualcomm-linux:masterfrom
Conversation
lumag
requested changes
Oct 16, 2025
lumag
reviewed
Oct 16, 2025
Contributor
lumag
left a comment
There was a problem hiding this comment.
On top of that:
- Commit message is missing.
- Commit subject doesn't follow the established practice
- The PV is invalid, the relase is 0.1, not 1.0.0
- SRCREV doesn't point to the release commit.
Contributor
|
Please avoid using |
Contributor
|
No stray merge commits, thank you. |
lumag
reviewed
Nov 11, 2025
lumag
reviewed
Nov 11, 2025
lumag
requested changes
Nov 11, 2025
koenkooi
requested changes
Nov 14, 2025
lumag
requested changes
Nov 14, 2025
00ee08f to
f44b3b2
Compare
anujm1
reviewed
Nov 21, 2025
lumag
reviewed
Nov 24, 2025
koenkooi
requested changes
Dec 2, 2025
lumag
previously approved these changes
Dec 3, 2025
lumag
requested changes
Jan 7, 2026
koenkooi
requested changes
Jan 7, 2026
koenkooi
requested changes
Jan 8, 2026
lumag
previously approved these changes
Jan 9, 2026
quaresmajose
reviewed
Jan 9, 2026
koenkooi
approved these changes
Jan 13, 2026
Contributor
koenkooi
left a comment
There was a problem hiding this comment.
All my feedback has been addressed!
lumag
approved these changes
Jan 13, 2026
Contributor
|
Please rebase on top of tip to solve build issues. |
Add initial BitBake recipe for URM in the recipe-support layer. Signed-off-by: Jagadeesh Pagadala <jpagadal@qti.qualcomm.com>
koenkooi
approved these changes
Jan 13, 2026
ricardosalveti
approved these changes
Jan 13, 2026
Test run workflowTest jobs for commit a21aeaf
|
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.
recipes-support: Add userspace-resource-manager recipe.
userspace-resource-manager is a lightweight daemon that monitors and dynamically regulates CPU, memory, and I/O usage of user-space processes. It leverages kernel interfaces like procfs, sysfs and cgroups to enforce runtime policies, ensuring system stability and performance in embedded and resource-constrained environments.