Skip to content

Conversation

@ap934
Copy link
Contributor

@ap934 ap934 commented Nov 12, 2025

Reason for change: Yocto create basehash for each task during parsing, so we need to handle updating another bbappend file outside a task to avoid hash error.
Test Procedure: Extender build should succeed and Easymesh functionalidty should work.
Risks: Low

ap934 and others added 2 commits November 12, 2025 18:19
Reason for change: Yocto create basehash for each task during parsing, so we need to handle updating another bbappend file outside a task to avoid hash error.
Test Procedure: Extender build should succeed and Easymesh functionalidty should work.
Risks: Low

Signed-off-by: ap934 <[email protected]>
@manigandanj
Copy link
Contributor

Looks okay to me.

# To Enable the dropbear service
EM_EXT_ENABLED="${@bb.utils.contains('DISTRO_FEATURES','em_extender','true','false',d)}"
if [ $EM_EXT_ENABLED = 'true' ]; then
sed -i '117 s/^/#/' ${TOPDIR}/../meta-cmf-filogic/recipes-rdkb/sysint-broadband/sysint-broadband.bbappend
Copy link
Contributor

Choose a reason for hiding this comment

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

what is the impact of this

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi chandra, basehash conflict while build time, as multiple basehash getting created as we are trying to edit anohter bbapend file from inside a task. So kept those change outside task to resolve basehash conflict.

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