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: update the recipes to match the provider name #67

Merged
merged 2 commits into from
Aug 16, 2024
Merged
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
4 changes: 2 additions & 2 deletions recipes-core/packagegroups/packagegroup-vendor-layer.bb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ PR = "r0"
RDEPENDS_${PN} = " \
pi-bluetooth \
sysint-soc \
westeros-soc-drm \
virtual/vendor-westeros-soc \
virtual/vendor-westeros-sink \
"

# Include MACHINE specific packagegroup.
Expand Down Expand Up @@ -47,5 +48,4 @@ RDEPENDS_${PN}:append:rdkv-oss = " \
westeros \
westeros-simplebuffer \
westeros-simpleshell \
westeros-sink \
"
12 changes: 10 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,16 @@ 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 \
virtual/vendor-westeros-soc \
westeros-soc \
"
RPROVIDES_${PN} = " \
virtual/westeros-soc \
virtual/vendor-westeros-soc \
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
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