Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDKE-143: add the missing ones #64

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion conf/include/vendor_pkg_versions.inc
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ PV_pn-devicesettings-hal-raspberrypi4 = "2.0.0"
PR_pn-devicesettings-hal-raspberrypi4 = "r0"
PACKAGE_ARCH_pn-devicesettings-hal-raspberrypi4 = "${VENDOR_LAYER_EXTENSION}"

SRCREV_pn-hdmicec-hal-raspberrypi4 = "1.0.0"
SRCREV_pn-hdmicec-hal-raspberrypi4 = "38a5125e318ba2a057fc980c6bd7d4a5d9b14a8f"
PV_pn-hdmicec-hal-raspberrypi4 = "1.0.0"
PR_pn-hdmicec-hal-raspberrypi4 = "r0"
PACKAGE_ARCH_pn-hdmicec-hal-raspberrypi4 = "${VENDOR_LAYER_EXTENSION}"
Expand Down
4 changes: 2 additions & 2 deletions recipes-graphics/westeros-soc/westeros-soc-drm.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ COMPATIBLE_MACHINE = "(hikey-32|dragonboard-410c-32|dragonboard-820c-32|poplar|i

DEPENDS = "wayland virtual/egl glib-2.0 libdrm"

PROVIDES = "virtual/westeros-soc westeros-soc"
RPROVIDES_${PN} = "virtual/westeros-soc westeros-soc"
PROVIDES = "virtual/westeros-soc westeros-soc virtual/vendor-westeros-soc"
RPROVIDES_${PN} = "virtual/westeros-soc westeros-soc virtual/vendor-westeros-soc"

CFLAGS_append = " -I${STAGING_INCDIR}/libdrm"

Expand Down
1 change: 1 addition & 0 deletions recipes-graphics/westeros/westeros-sink.bbappend
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
S = "${WORKDIR}/git"

PROVIDES = "virtual/vendor-westeros-sink"
RPROVIDES_${PN} = "virtual/vendor-westeros-sink"

SINK_SOC_PATH = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'v4l2', 'rpi', d)}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"

PROVIDES = "virtual/devicesettings-hal virtual/vendor-devicesettings-hal"
RPROVIDES_${PN} = "virtual/devicesettings-hal"
RPROVIDES_${PN} = "virtual/devicesettings-hal virtual/vendor-devicesettings-hal"

# a HAL is machine specific
PACKAGE_ARCH = "${MACHINE_ARCH}"
Expand Down
4 changes: 2 additions & 2 deletions recipes-halif/hdmicec/hdmicec-hal-raspberrypi4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ SRC_URI = "${CMF_GITHUB_ROOT}/rdkvhal-hdmicec-raspberrypi4;${CMF_GIT_SRC_URI_SUF

S = "${WORKDIR}/git"

PROVIDES = "virtual/hdmicec-hal"
RPROVIDES_${PN} = "virtual/hdmicec-hal"
PROVIDES = "virtual/hdmicec-hal virtual/vendor-hdmicec-hal"
RPROVIDES_${PN} = "virtual/hdmicec-hal virtual/vendor-hdmicec-hal"

DEPENDS = "hdmicecheader"

Expand Down
1 change: 1 addition & 0 deletions recipes-halif/iarmmgrs/iarmmgrs-hal-raspberrypi4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b1e01b26bacfc2232046c90a330332b3"

PROVIDES = "virtual/iarmmgrs-hal virtual/vendor-iarmmgrs-hal"
RPROVIDES_${PN} = "virtual/iarmmgrs-hal virtual/vendor-iarmmgrs-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.
Expand Down