Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions conf/include/generic-pkgrev.inc
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ PV:pn-remotedebugger = "1.2.9"
PR:pn-remotedebugger = "r0"
PACKAGE_ARCH:pn-remotedebugger = "${MIDDLEWARE_ARCH}"

PV:pn-memcapture = "1.0.0"
PR:pn-memcapture = "r0"
PACKAGE_ARCH:pn-memcapture = "${MIDDLEWARE_ARCH}"

PV:pn-webkitbrowser-plugin = "1.1.30"
PR:pn-webkitbrowser-plugin = "r0"
PACKAGE_ARCH:pn-webkitbrowser-plugin = "${MIDDLEWARE_ARCH}"
Expand Down
1 change: 1 addition & 0 deletions conf/include/generic-srcrev.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ SRCREV:pn-telemetry = "0d73470cc038f1e47ffee483a7d05e51bf88751e"
SRCREV:pn-dcmd = "03974134e21b316d4053de6574df14b3a423c8d6"
SRCREV:pn-crashupload = "8e7e22d2cb988ea58b9ba9d85b8b0812c6dc77d2"
SRCREV:pn-remotedebugger = "300d29e105f6a7244bff81fa0357dac914dd8913"
SRCREV:pn-memcapture = "0cf90e07af97b70fb1f253ebd0f71edd5a9b8225"
SRCREV:pn-libsyswrapper = "5143ba5b92f5dc77b436837d51f2f612d5846b7b"
SRCREV:pn-commonutilities = "071361f284ba9049bf7d8cb9a75b583b9b1e353b"
SRCREV_rdkfw = "4bd6cd8e3514ce65e05f74577da9e3de40caebd8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RDEPENDS:${PN} = " \
logrotate \
lsof \
${@bb.utils.contains('DISTRO_FEATURES', 'RDKTV_APP_HIBERNATE', "memcr ", "", d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'memcapture', 'memcapture', '', d)} \
remotedebugger \
networkmanager-plugin \
packagemanager \
Expand Down
Loading