From dcff90822a312f179287724956ed2ff272fc3eab Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Sat, 15 Dec 2018 01:31:28 +0000 Subject: [PATCH] prueth-fw: SRCREV update to ICSS EMAC version 01.00.00.14 Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/prueth-fw/prueth-fw_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/prueth-fw/prueth-fw_git.bb b/recipes-bsp/prueth-fw/prueth-fw_git.bb index 5a671e3a..ddcb9ecc 100644 --- a/recipes-bsp/prueth-fw/prueth-fw_git.bb +++ b/recipes-bsp/prueth-fw/prueth-fw_git.bb @@ -10,14 +10,14 @@ ICSS_EMAC_LLD_GIT_PROTOCOL = "git" ICSS_EMAC_LLD_GIT_BRANCH = "master" ICSS_EMAC_LLD_GIT_DESTSUFFIX = "git/ti/drv/icss_emac" -# Below commit ID corresponds to "DEV.ICSS_EMAC_LLD.01.00.00.11B" -ICSS_EMAC_LLD_SRCREV = "bd643d75a0322b6ca769d8ecbee310d859c0f761" +# Below commit ID corresponds to "DEV.ICSS_EMAC_LLD.01.00.00.14" +ICSS_EMAC_LLD_SRCREV = "7541d801b2f1be93fd02511cdf2143b0a200cc36" BRANCH = "${ICSS_EMAC_LLD_GIT_BRANCH}" SRC_URI = "${ICSS_EMAC_LLD_GIT_URI};destsuffix=${ICSS_EMAC_LLD_GIT_DESTSUFFIX};protocol=${ICSS_EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${ICSS_EMAC_LLD_SRCREV}" -PV = "5.1.4" +PV = "5.2.0" PR = "r0" S = "${WORKDIR}/${ICSS_EMAC_LLD_GIT_DESTSUFFIX}/firmware/icss_dualemac"