RSS Bot Posted November 22, 2023 Posted November 22, 2023 Description In our linux-dtb-* package, we put our dtbs at /boot/dtb-<kernel_version>. The flash kernel script also uses the same location to create a symlink for dtb to be used. This causes a conflict during upgrade resulting into upgrade failure. This PR adds a workaround to handle the same. Jira reference number AR-1911 How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [ ] Testing is in progress. Checklist: [X] My code follows the style guidelines of this project [X] I have performed a self-review of my own code [X] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
Recommended Posts