RDKEMW-19967: Integration of MW OSS 4.13.0#979
Open
divyang-public wants to merge 13 commits into
Open
Conversation
RDKEMW-19967: Migrate glib-2.0 to 2.74.6 version and glib-networking to 2.74.0 version
* RDKEMW-18230: Create vdevice manifest with middleware compontents * RDKEMW-18230: Create vdevice manifest with middleware compontents Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * RDKEMW-18230: Create vdevice manifest with middleware compontents * RDKEMW-18230: Create vdevice manifest with middleware compontents * RDKEMW-18230: Create vdevice manifest with middleware compontents * RDKEMW-18230: Create vdevice manifest with middleware compontents --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: B-Larsen <brandon_larsen2@comcast.com> Co-authored-by: Anand Kandasamy <37086488+anand-ky@users.noreply.github.com>
RDKEMW-19967: Migrate glib-2.0 to 2.74.6 version and glib-networking to 2.74.0 version
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the RDK distro configuration to align kirkstone/libsoup3 builds with the MW OSS 4.13.0 stack by bumping selected GLib-related preferred versions.
Changes:
- Bump
glib-networkingpreferred version for kirkstone to2.74.0. - Bump
glib-2.0(target/native/nativesdk) preferred version forenable_libsoup3builds to2.74.6.
💡 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" |
Comment on lines
+383
to
+386
| 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.72.3", "", d)}" | ||
| PREFERRED_VERSION_nativesdk-glib-2.0 = "${@bb.utils.contains('DISTRO_FEATURES', 'enable_libsoup3', "2.74.6", "", d)}" |
RDKEMW-19967 : develop sync
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.
No description provided.