summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--recipes-bsp/icss-emac-lld/icss-emac-lld.inc6
-rw-r--r--recipes-bsp/prueth-fw/prueth-fw_git.bb21
2 files changed, 11 insertions, 16 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}"
diff --git a/recipes-bsp/prueth-fw/prueth-fw_git.bb b/recipes-bsp/prueth-fw/prueth-fw_git.bb
index ddcb9ecc..573a428b 100644
--- a/recipes-bsp/prueth-fw/prueth-fw_git.bb
+++ b/recipes-bsp/prueth-fw/prueth-fw_git.bb
@@ -1,24 +1,13 @@
1DESCRIPTION = "PRU Ethernet firmware for AM57xx, AM437x, AM335x and K2G" 1DESCRIPTION = "PRU Ethernet firmware for AM57xx, AM437x, AM335x and K2G"
2 2
3LICENSE = "TI-TFL"
4LIC_FILES_CHKSUM = "file://src/firmware_version.h;beginline=6;endline=53;md5=1f0a640a261059cdcbbcf01e6a739ff3"
5
6require recipes-ti/includes/ti-paths.inc 3require recipes-ti/includes/ti-paths.inc
4require recipes-bsp/icss-emac-lld/icss-emac-lld.inc
7 5
8ICSS_EMAC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/icss-emac.git" 6LICENSE = "TI-TFL"
9ICSS_EMAC_LLD_GIT_PROTOCOL = "git" 7LIC_FILES_CHKSUM = "file://src/firmware_version.h;beginline=6;endline=53;md5=1f0a640a261059cdcbbcf01e6a739ff3"
10ICSS_EMAC_LLD_GIT_BRANCH = "master"
11ICSS_EMAC_LLD_GIT_DESTSUFFIX = "git/ti/drv/icss_emac"
12
13# Below commit ID corresponds to "DEV.ICSS_EMAC_LLD.01.00.00.14"
14ICSS_EMAC_LLD_SRCREV = "7541d801b2f1be93fd02511cdf2143b0a200cc36"
15
16BRANCH = "${ICSS_EMAC_LLD_GIT_BRANCH}"
17SRC_URI = "${ICSS_EMAC_LLD_GIT_URI};destsuffix=${ICSS_EMAC_LLD_GIT_DESTSUFFIX};protocol=${ICSS_EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
18 8
19SRCREV = "${ICSS_EMAC_LLD_SRCREV}" 9PV = "${PV_DUALEMAC_FW}"
20PV = "5.2.0" 10PR = "${INC_PR}.0"
21PR = "r0"
22 11
23S = "${WORKDIR}/${ICSS_EMAC_LLD_GIT_DESTSUFFIX}/firmware/icss_dualemac" 12S = "${WORKDIR}/${ICSS_EMAC_LLD_GIT_DESTSUFFIX}/firmware/icss_dualemac"
24 13