RDKEVD-7510 : Consume OSS Release 4.13.0 in TVVL-Amlogic#4127
Open
vamsipalla wants to merge 1 commit into
Open
RDKEVD-7510 : Consume OSS Release 4.13.0 in TVVL-Amlogic#4127vamsipalla wants to merge 1 commit into
vamsipalla wants to merge 1 commit into
Conversation
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>
Contributor
There was a problem hiding this comment.
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
xdialandentservices-xcastto newer upstream revisions aligned with OSS 4.13.0. - Add new BitBake recipes for
gupnp,gssdp,gupnp-av,gupnp-dlna,gupnp-igd, andgupnp-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)." | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://ccp.sys.comcast.net/browse/RDKEVD-7510
oss 4.13.0 dependent changes in MW ---> #2262