Skip to content

Update sysint_git.bb#3819

Open
nhanasi wants to merge 2 commits intodevelopfrom
feature/sysint_new
Open

Update sysint_git.bb#3819
nhanasi wants to merge 2 commits intodevelopfrom
feature/sysint_new

Conversation

@nhanasi
Copy link
Copy Markdown
Contributor

@nhanasi nhanasi commented Apr 29, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 29, 2026 19:49
@nhanasi nhanasi requested review from a team as code owners April 29, 2026 19:49
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 sysint Yocto recipe’s do_install() step to rename a few installed scripts/config files to “generic” variants during packaging.

Changes:

  • Renames imageFlasher.sh to imageFlasher_generic.sh in ${base_libdir}/rdk/
  • Renames init-zram.sh to a “generic” variant name in ${base_libdir}/rdk/
  • Renames /etc/common.properties to /etc/common-generic.properties

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

Comment on lines +227 to +229
mv ${D}${base_libdir}/rdk/imageFlasher.sh ${D}${base_libdir}/rdk/imageFlasher_generic.sh
mv ${D}${base_libdir}/rdk/init-zram.sh ${D}${base_libdir}/rdk/int-zram_generic.sh
mv ${D}${sysconfdir}/common.properties ${D}${sysconfdir}/common-generic.properties
rm -rf ${D}${base_libdir}/rdk/rfStatisticsCheck.sh

mv ${D}${base_libdir}/rdk/imageFlasher.sh ${D}${base_libdir}/rdk/imageFlasher_generic.sh
mv ${D}${base_libdir}/rdk/init-zram.sh ${D}${base_libdir}/rdk/int-zram_generic.sh
@Abhinavpv28 Abhinavpv28 linked an issue Apr 30, 2026 that may be closed by this pull request
@svc-rdkeportal01
Copy link
Copy Markdown

CCI-Build-Verified -1
sha: 9ad02e5

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.

RDKEMW-15910

5 participants