Hi Yogesh, On 7/20/21 2:24 PM, Yogesh Siraswar wrote:
Changes for firmware update( eff643e5 ti-rtos-firmware: update the source to ti-linux-firmware) were in-complete without soft link. 1) Added soft link missing for the rtos firmware. 2) Updated the IPC am64x firmware name to be consistent with 7.3
I am guessing you will be moving away from overloading this recipe for next release, and will do this cleanly.
Yes, this is temporary work-around for 8.0.We plan to clean this for 8.1.
Hmm, I am actually not sure if these are actually baremetal firmwares. We originally had both baremetal and SYS/BIOS ones from PDK. Anyway, need to make sure the IPC tests are ok with this name.
The name used are as per the IPC tests in LTP-DDT.
I see that you have used some aspects of the prior ipc-lld recipe, but is this actually installing EthFw (app_remoteswitchcfg_server_strip.xer5f) as the default firmware for main_r5f0_0 on J721E and J7200? We had a different recipe for EthFw before that used a higher ALTERNATIVE_PRIORITY to install that as the default firmware for Main R5F0_0 firmware.
Yes, missed it. Will fix in v2.
regards Suman
# make sure that lib/firmware, and all its contents are part of the package FILES_${PN} += "${base_libdir}/firmware" - +# This is used to prevent the build system to_strip the executables INHIBIT_PACKAGE_STRIP = "1" +INHIBIT_SYSROOT_STRIP = "1" +# This is used to prevent the build system to split the debug info in a separate file INHIBIT_PACKAGE_DEBUG_SPLIT = "1" +# As it likely to be a different arch from the Yocto build, disable checking by adding "arch" to INSANE_SKIP INSANE_SKIP_${PN} += "arch" +# we don't want to configure and build the source code do_compile[noexec] = "1" do_configure[noexec] = "1"