diff options
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 | ||