RDKEVD-7510 : Consume OSS Release 4.13.0 in TVVL-Amlogic#880
Open
vamsipalla wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the RDK kirkstone distro configuration to consume newer OSS component versions (GLib and glib-networking), aligning with the referenced upstream/cherry-picked change intended to address known CVEs.
Changes:
- Bump
glib-networkingpreferred version for kirkstone to2.74.0. - Bump
glib-2.0(target/native/nativesdk) preferred versions to2.74.6whenenable_libsoup3is enabled.
Comments suppressed due to low confidence (1)
conf/distro/rdk.conf:386
- These GLib preferred-version pins only take effect when
DISTRO_FEATUREScontainsenable_libsoup3; otherwise they evaluate to an empty string and the build will use whatever GLib version comes from other layers. Since this PR also bumpsglib-networking:kirkstoneto 2.74.0, please confirm thatenable_libsoup3is always enabled for the intended kirkstone/TVVL builds, or adjust the pins so GLib is upgraded alongside glib-networking even whenenable_libsoup3is not set (to avoid mixed-version combinations).
PREFERRED_VERSION_nghttp2 = "${@bb.utils.contains('DISTRO_FEATURES', 'enable_libsoup3', "1.48.0", "", d)}"
PREFERRED_VERSION_glib-2.0 = "${@bb.utils.contains('DISTRO_FEATURES', 'enable_libsoup3', "2.74.6", "", d)}"
PREFERRED_VERSION_glib-2.0-native = "${@bb.utils.contains('DISTRO_FEATURES', 'enable_libsoup3', "2.74.6", "", d)}"
PREFERRED_VERSION_libpsl = "${@bb.utils.contains('DISTRO_FEATURES', 'enable_libsoup3', "0.21.1", "", d)}"
PREFERRED_VERSION_nativesdk-glib-2.0 = "${@bb.utils.contains('DISTRO_FEATURES', 'enable_libsoup3', "2.74.6", "", d)}"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| PREFERRED_VERSION_elfutils ?= "${@bb.utils.contains('DISTRO_FEATURES', 'benchmark_enable', '0.148', '', d)}" | ||
| PREFERRED_VERSION_glib-networking:kirkstone = "2.72.2" | ||
| PREFERRED_VERSION_glib-networking:kirkstone = "2.74.0" |
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
cherry-pick from #655