Skip to content

RDKEVD-7510 : Consume OSS Release 4.13.0 in TVVL-Amlogic#4127

Open
vamsipalla wants to merge 1 commit into
developfrom
feature/RDKEVD-7510_OSS_4_13_0_integration
Open

RDKEVD-7510 : Consume OSS Release 4.13.0 in TVVL-Amlogic#4127
vamsipalla wants to merge 1 commit into
developfrom
feature/RDKEVD-7510_OSS_4_13_0_integration

Conversation

@vamsipalla
Copy link
Copy Markdown

https://ccp.sys.comcast.net/browse/RDKEVD-7510

oss 4.13.0 dependent changes in MW ---> #2262

https://ccp.sys.comcast.net/browse/RDKEVD-7510

oss 4.13.0 dependent changes in MW ---> #2262

Signed-off-by: Vamsi Krishna Palla <vamsikrishna.palla@sky.uk>
@vamsipalla vamsipalla requested review from a team as code owners May 20, 2026 17:01
Copilot AI review requested due to automatic review settings May 20, 2026 17:01
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the meta-rdk-video layer to consume OSS Release 4.13.0 dependencies for TVVL-Amlogic by bumping middleware SRCREVs and introducing/refreshing GNOME UPnP stack recipes (GUPnP/GSSDP and related components), including patches needed for newer toolchains/libraries.

Changes:

  • Bump xdial and entservices-xcast to newer upstream revisions aligned with OSS 4.13.0.
  • Add new BitBake recipes for gupnp, gssdp, gupnp-av, gupnp-dlna, gupnp-igd, and gupnp-tools.
  • Add patches to avoid build-path leakage in generated enum sources and to replace deprecated xmlRecoverMemory.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
recipes-extended/xdial/xdial.bb Updates xdialserver SRCREV and changes libsoup dependency selection logic.
recipes-extended/entservices/entservices-xcast.bb Updates entservices-xcast SRCREV.
recipes-connectivity/gupnp/gupnp/0001-gupnp-enums.c.template-use-basename-instead-of-filen.patch Prevents build path leakage in generated enum source for gupnp.
recipes-connectivity/gupnp/gupnp-tools_0.12.1.bb Adds recipe for gupnp-tools utilities.
recipes-connectivity/gupnp/gupnp-igd_1.6.0.bb Adds recipe for gupnp-igd helpers.
recipes-connectivity/gupnp/gupnp-dlna_0.12.0.bb Adds recipe for gupnp-dlna helpers.
recipes-connectivity/gupnp/gupnp-av/0001-all-Drop-xmlRecoverMemory.patch Updates gupnp-av sources for newer libxml (deprecated API removal).
recipes-connectivity/gupnp/gupnp-av_0.14.1.bb Adds recipe for gupnp-av with backported libxml fix patch.
recipes-connectivity/gupnp/gupnp_1.6.6.bb Adds recipe for core gupnp library and sysroot preprocessing for binding tool.
recipes-connectivity/gupnp/gssdp/0001-gssdp-enums.c.template-use-basename-instead-of-filen.patch Prevents build path leakage in generated enum source for gssdp.
recipes-connectivity/gupnp/gssdp_1.6.3.bb Adds recipe for gssdp (currently has parse-breaking quoting issues).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

#libsoup3 not compatible with gdial
#DEPENDS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'enable_libsoup3', ' libsoup ', ' libsoup-2.4 ', d)}"
DEPENDS:append = " libsoup-2.4"
DEPENDS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'enable_libsoup3', ' libsoup ', ' libsoup-2.4 ', d)}"
Comment on lines +24 to +26
SNIFFER = "${@bb.utils.contains("BBFILE_COLLECTIONS", "gnome-layer", "sniffer", "", d)}"

PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', "${SNIFFER}", "", d)}"
@@ -0,0 +1,33 @@
SUMMARY = "Resource discovery and announcement over SSDP"
DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP \
(Simpe Service Discovery Protocol)."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants