Commit dd8ec7b
committed
recipes-support: Update userspace-resource-manager recipe version to 0.2
Update userspace-resource-manager version from 0.1 to 0.2
CHANGES for 0.2:
* Added Classifier support to listen to and respond to incoming process events, in the 0.1 release classifier was disabled by default as the module was in active development, this release enables it.
* Added support for custom AppConfigs to support use case specific per-app configurations.
* Extended support for multiple Plugins, to influence config selection, and addition of custom resource Appliers and Teardown Callbacks.
* Enhanced config parsing code to support common, target specific as well as custom configs.
* Bug fixes for memory leaks and memory increase patterns seen in 0.1
* Renaming and Addition of new Interfaces, like URM_REGISTER_POST_PROCESS_CB, GET_TARGET_INFO which can be used by plugin code to register with URM, and fetch target information respectively.
Signed-off-by: Kartik Nema <kartnema@qti.qualcomm.com>1 parent b062add commit dd8ec7b
File tree
1 file changed
+8
-5
lines changed- recipes-support/userspace-resource-manager
1 file changed
+8
-5
lines changedLines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
33 | | - | |
34 | | - | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | | - | |
| 39 | + | |
37 | 40 | | |
0 commit comments