diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-04-23 00:46:36 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-04-24 05:18:28 +0000 |
commit | ad3534f7676e35aae3415d51c05cea0c1102b774 (patch) | |
tree | f09c1cc8a291cc2fce798a5acf7355a36edb1320 /recipes-bsp/icss-emac-lld | |
parent | 90949a4c24970ce29ee627976ddabf744c98ec9c (diff) | |
download | meta-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.inc | 6 |
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}" | |||
16 | SRC_URI = "${ICSS_EMAC_LLD_GIT_URI};destsuffix=${ICSS_EMAC_LLD_GIT_DESTSUFFIX};protocol=${ICSS_EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 16 | SRC_URI = "${ICSS_EMAC_LLD_GIT_URI};destsuffix=${ICSS_EMAC_LLD_GIT_DESTSUFFIX};protocol=${ICSS_EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
17 | 17 | ||
18 | SRCREV = "${ICSS_EMAC_LLD_SRCREV}" | 18 | SRCREV = "${ICSS_EMAC_LLD_SRCREV}" |
19 | |||
20 | # The LLD version | ||
19 | PV = "01.00.00.15A" | 21 | PV = "01.00.00.15A" |
22 | |||
23 | # The FW version(s) | ||
24 | PV_DUALEMAC_FW = "5.2.7" | ||
25 | |||
20 | INC_PR = "r0" | 26 | INC_PR = "r0" |
21 | 27 | ||
22 | S = "${WORKDIR}/${ICSS_EMAC_LLD_GIT_DESTSUFFIX}" | 28 | S = "${WORKDIR}/${ICSS_EMAC_LLD_GIT_DESTSUFFIX}" |