Skip to content

Commit b3d953b

Browse files
authored
Update URM recipe to add support for userspace-resource-manager-extensions (#1770)
recipes-support: Add userspace-resource-manager-extensions recipe. userspace-resource-manager-extensions provides plugins for customizing URM behavior (https://github.com/qualcomm/userspace-resource-manager), for example: Add new custom resources and signals without modifying the core URM codebase, Override default resource handlers with custom implementations, provide target-specific configurations for different hardware platforms.
2 parents a4446c2 + 7d12383 commit b3d953b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
HOMEPAGE = "https://github.com/qualcomm/userspace-resource-manager-extensions"
2+
SUMMARY = "Plugins for extending and customizing URM functionality"
3+
DESCRIPTION = "The URM Extensions framework provides a mechanism for customizing \
4+
URM behaviour, for example: Add new custom resources and signals without modifying \
5+
the core URM codebase, Override default resource handlers with custom implementations, \
6+
Provide target-specific configurations for different hardware platforms. \
7+
The URM Extensions framework allows for extending URM functionality through a clean plugin architecture."
8+
9+
LICENSE = "BSD-3-Clause-Clear"
10+
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2998c54c288b081076c9af987bdf4838"
11+
12+
SRC_URI = "git://github.com/qualcomm/userspace-resource-manager-extensions.git;protocol=https;branch=main;tag=v${PV}"
13+
SRCREV = "1f93e8d37e56d64e4758ad1b8dc4ee2611d103d7"
14+
15+
inherit cmake
16+
17+
DEPENDS += " userspace-resource-manager"
18+
FILES:${PN}-dev += "${libdir}/urm/libUrmPlugin.so"
19+
FILES:${PN} += " \
20+
${libdir}/urm/libUrmPlugin.so* \
21+
"

0 commit comments

Comments
 (0)