Skip to content

Commit

Permalink
Merge pull request #87 from rdkcentral/feature/RDKVREFPLT-3162-mw-lay…
Browse files Browse the repository at this point in the history
…er-bump-up

RDKVREFPLT-3162: MW HAL refactoring requirement
  • Loading branch information
deepthi-ps authored Sep 13, 2024
2 parents 3cb28a6 + 84ac73c commit 92f4333
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes-halif/iarmmgrs/iarmmgrs-hal-raspberrypi4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b1e01b26bacfc2232046c90a330332b3"
PROVIDES = "virtual/iarmmgrs-hal virtual/vendor-iarmmgrs-hal"
RPROVIDES_${PN} = "virtual/iarmmgrs-hal virtual/vendor-iarmmgrs-hal"

# TODO: Move to respective recipe when available
PROVIDES += " virtual/vendor-pwrmgr-hal virtual/vendor-deepsleepmgr-hal "
RPROVIDES_${PN} += " virtual/vendor-pwrmgr-hal virtual/vendor-deepsleepmgr-hal "

# Future: RDK-48312 says IARMMGRS HAL will be split into Power & DeepSleep.
# Rename this recipe as Power Manager HAL when this happens and introduce another for DeepSleep.
# IR Manager will get deprecated and replaced by udev or similar.
Expand Down

0 comments on commit 92f4333

Please sign in to comment.