Skip to content

Commit 7d12383

Browse files
committed
userspace-resource-manager-extensions: Add recipe to recipe-support layer
The URM Extensions framework provides a mechanism for customizing URM behaviour, for example: Add new custom resources and signals without modifying the core URM codebase, override default resource handlers with custom implementations, or add target-specific configurations for different h/w platforms. Signed-off-by: Kartik Nema <kartnema@qti.qualcomm.com>
1 parent fb1a798 commit 7d12383

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)