summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/icss-emac-lld
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-04-23 00:46:36 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-04-24 05:18:28 +0000
commitad3534f7676e35aae3415d51c05cea0c1102b774 (patch)
treef09c1cc8a291cc2fce798a5acf7355a36edb1320 /recipes-bsp/icss-emac-lld
parent90949a4c24970ce29ee627976ddabf744c98ec9c (diff)
downloadmeta-ti-ad3534f7676e35aae3415d51c05cea0c1102b774.tar.gz
prueth-fw: use icss-emac-lld sources
* prueth-fw and icss-emac-lld shared the same source repo, so make them share the same inc file which specifies the sources. * Add the FW versions to the icss-emac-lld.inc so that there can be a single location for updates. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/icss-emac-lld')
-rw-r--r--recipes-bsp/icss-emac-lld/icss-emac-lld.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-bsp/icss-emac-lld/icss-emac-lld.inc b/recipes-bsp/icss-emac-lld/icss-emac-lld.inc
index ebe66afc..9c93b752 100644
--- a/recipes-bsp/icss-emac-lld/icss-emac-lld.inc
+++ b/recipes-bsp/icss-emac-lld/icss-emac-lld.inc
@@ -16,7 +16,13 @@ BRANCH = "${ICSS_EMAC_LLD_GIT_BRANCH}"
16SRC_URI = "${ICSS_EMAC_LLD_GIT_URI};destsuffix=${ICSS_EMAC_LLD_GIT_DESTSUFFIX};protocol=${ICSS_EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}" 16SRC_URI = "${ICSS_EMAC_LLD_GIT_URI};destsuffix=${ICSS_EMAC_LLD_GIT_DESTSUFFIX};protocol=${ICSS_EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
17 17
18SRCREV = "${ICSS_EMAC_LLD_SRCREV}" 18SRCREV = "${ICSS_EMAC_LLD_SRCREV}"
19
20# The LLD version
19PV = "01.00.00.15A" 21PV = "01.00.00.15A"
22
23# The FW version(s)
24PV_DUALEMAC_FW = "5.2.7"
25
20INC_PR = "r0" 26INC_PR = "r0"
21 27
22S = "${WORKDIR}/${ICSS_EMAC_LLD_GIT_DESTSUFFIX}" 28S = "${WORKDIR}/${ICSS_EMAC_LLD_GIT_DESTSUFFIX}"