Skip to content

RDKEMW-19967: Integration of MW OSS 4.13.0#979

Open
divyang-public wants to merge 13 commits into
release/8.6.3.0from
topic/RDKEMW-19967
Open

RDKEMW-19967: Integration of MW OSS 4.13.0#979
divyang-public wants to merge 13 commits into
release/8.6.3.0from
topic/RDKEMW-19967

Conversation

@divyang-public

Copy link
Copy Markdown
Contributor

No description provided.

KTirumalaSrihari and others added 11 commits March 16, 2026 10:43
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
@divyang-public
divyang-public requested review from a team as code owners June 24, 2026 14:08
Copilot AI review requested due to automatic review settings June 24, 2026 14:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 RDK distro configuration to align kirkstone/lib­soup3 builds with the MW OSS 4.13.0 stack by bumping selected GLib-related preferred versions.

Changes:

  • Bump glib-networking preferred version for kirkstone to 2.74.0.
  • Bump glib-2.0 (target/native/nativesdk) preferred version for enable_libsoup3 builds to 2.74.6.

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

Comment thread conf/distro/rdk.conf

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 thread conf/distro/rdk.conf
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)}"
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.

8 participants