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 02:17:10 +0000
commit88ef54a03171035ec013a03386b6017413affd08 (patch)
treeff4c5e8fa8ce5a66b7d1c790b6afa3b747ca44ae /recipes-bsp/icss-emac-lld
parent3552ba9d39fb9ffec4fcf45534ef94999cf215be (diff)
downloadmeta-ti-88ef54a03171035ec013a03386b6017413affd08.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}"