Skip to content

Commit

Permalink
Merge pull request #67 from rdkcentral/feature/update-vendor-provider…
Browse files Browse the repository at this point in the history
…-list

RDKE-143: update the recipes to match the provider name
  • Loading branch information
joseinweb authored Aug 16, 2024
2 parents 64f1cfc + 1762595 commit b19225b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
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

0 comments on commit b19225b

Please sign in to comment.