On Fri, Mar 05, 2021 at 03:19:42PM -0600, praneeth via lists.yoctoproject.org wrote: > From: Praneeth Bajjuri <[email protected]> > > Between j7200 firmware tags 07.03.00.10 to 07.03.00.16 > the downloadable weburl link changed > from *processor-sdk-rtos-jacinto7 to *processor-sdk-rtos-j7200. > > This patch is to fix the recipe to pick the firmware from the > expected location on the new tag. > > Fixes j7200 build error reported due to > 77cdfa9f6560 ("ti-rtos: Update metadata and versions for RTOS firmware") > > Signed-off-by: Praneeth Bajjuri <[email protected]>
This one looks good, thanks. Reviewed-by: Denys Dmytriyenko <[email protected]> > --- > recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb > b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb > index e5c35689..507d0000 100644 > --- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb > +++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb > @@ -31,6 +31,7 @@ DEFAULT_RTOS_SOC_am64xx = "am64x" > > DEFAULT_RTOS_WEBLINK = "undefined" > DEFAULT_RTOS_WEBLINK_j7 = > "https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/firmware/${CORESDK_RTOS_VERSION}" > +DEFAULT_RTOS_WEBLINK_j7200-evm = > "https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-j7200/firmware/${CORESDK_RTOS_VERSION}" > DEFAULT_RTOS_WEBLINK_am65xx = > "https://software-dl.ti.com/processor-sdk-rtos/esd/AM65X/firmware/${CORESDK_RTOS_VERSION}" > DEFAULT_RTOS_WEBLINK_am64xx = > "https://software-dl.ti.com/processor-sdk-rtos/esd/AM64X/firmware/${CORESDK_RTOS_VERSION}" > > -- > 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13497): https://lists.yoctoproject.org/g/meta-ti/message/13497 Mute This Topic: https://lists.yoctoproject.org/mt/81114049/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
