View Issue Details

IDProjectCategoryView StatusLast Update
0006909YoctoGeneralpublic2025-09-18 14:06
Reporterderksen Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Versionfsimx93-Y2024-09-pre 
Target Versionfsimx93-Y2025.02-preFixed in Versionfsimx93-Y2025.02-pre 
Summary0006909: recipes-bsp: Improve Dependency Decleraton to Prevent Race Conitions
DescriptionPreviously, the DEPENDS += ... declaration ensured that the do_patch() task of the recipe was dependent on the do_populate_sysroot() tasks of the specified packages. However, since we rely on files from DEPLOY_DIR, it is essential to wait for the do_deploy task instead. Failing to explicitly wait for do_deploy can lead to race conditions, potentially causing build errors. This change refines the dependency handling to accurately represent the required task dependencies, ensuring a more robust build process.

Activities

There are no notes attached to this issue.