Skip to content

Commit

Permalink
Merge pull request #89 from rdkcentral/develop
Browse files Browse the repository at this point in the history
Merge develop to main
  • Loading branch information
deepthi-ps authored Sep 18, 2024
2 parents f816957 + 92f4333 commit 7445b75
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 7445b75

Please sign in to comment.