Skip to content

RDKBACCL-1828: Make 6.12 kernel build changes in wrynose build - #462

Open
SsandhyaR wants to merge 1 commit into
rdkcentral:support/wrynosefrom
SsandhyaR:feature-wrynose
Open

RDKBACCL-1828: Make 6.12 kernel build changes in wrynose build#462
SsandhyaR wants to merge 1 commit into
rdkcentral:support/wrynosefrom
SsandhyaR:feature-wrynose

Conversation

@SsandhyaR

Copy link
Copy Markdown

Reason for change : addressed patch related issues
Test procedure: None
Risk: None

Copilot AI review requested due to automatic review settings June 23, 2026 11:32
@SsandhyaR
SsandhyaR requested review from a team as code owners June 23, 2026 11:32

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

This PR appears aimed at resolving patch QA / metadata requirements in the Yocto build (likely triggered by the wrynose/6.12 migration) by ensuring patches carry an Upstream-Status tag, including for externally-fetched upstream patch series.

Changes:

  • Updates readline_5.2.bb to add a new task intended to inject Upstream-Status: Pending into the fetched readline 5.2 patchset before do_patch.
  • Adds Upstream-Status: Pending to several CVE fix patch headers (bzip2, zlib).
  • Refreshes the zlib remove.ldconfig.call.patch patch context to match zlib-1.2.11 paths.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
recipes-gplv2/readline/readline_5.2.bb Adds a pre-do_patch task intended to inject Upstream-Status into fetched readline patches.
recipes-extended/bzip2/bzip2/CVE-2019-12900_fix.patch Adds Upstream-Status: Pending to the patch header.
recipes-core/zlib/zlib-1.2.11/remove.ldconfig.call.patch Updates patch context/header to refer to zlib-1.2.11.
recipes-core/zlib/files/CVE-2023-45853_fix.patch Adds Upstream-Status: Pending to the patch header.
recipes-core/zlib/files/CVE-2022-37434_fix.patch Adds Upstream-Status: Pending to the patch header.
recipes-core/zlib/files/CVE-2018-25032_fix.patch Adds Upstream-Status: Pending to the patch header.

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

Comment on lines +66 to +72
D = "../downloads"
do_addupsteam() {
for p in ${D}/readline52-0*; do
sed -i '/^Patch:/i Upstream-Status: Pending' "$p"
done
}
addtask do_addupsteam after do_unpack before do_patch

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

See if package version is upgraded and whether we need this CVE patch anymore

@ssaman123 ssaman123 Jun 24, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Why can't we edit the patch directly ? Also check if the same package version we are building in wrynose or upgraded.

Reason for change : addressed patch related issues
Test procedure: None
Risk: None

Signed-off-by: ssiras826 <sandhyarani_sirasanagandla@comcast.com>
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.

3 participants