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