* fix remoteproc firmware loading by truncating .version_string section to 32 bytes
Signed-off-by: Jacob Stiffler <[email protected]> --- recipes-bsp/emac-lld/emac-lld.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/emac-lld/emac-lld.inc b/recipes-bsp/emac-lld/emac-lld.inc index 05bd7a5..55bd3ec 100644 --- a/recipes-bsp/emac-lld/emac-lld.inc +++ b/recipes-bsp/emac-lld/emac-lld.inc @@ -2,8 +2,8 @@ EMAC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/emac-lld.git" EMAC_LLD_GIT_PROTOCOL = "git" EMAC_LLD_GIT_BRANCH = "master" -# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.16B" -EMAC_LLD_SRCREV = "87ed1e8678c42bb3fdea8f6e7a0197cf159d75b6" +# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.16C" +EMAC_LLD_SRCREV = "ec4a839e5db4b351524b2162d0c5dab8a9da367b" BRANCH ="${EMAC_LLD_GIT_BRANCH}" SRC_URI = "${EMAC_LLD_GIT_URI};protocol=${EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}" -- 2.7.4 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
