diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-11-15 21:14:45 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-09 18:15:23 +0000 |
commit | db928aabafc99a964d127da72aeb8166bbc491d1 (patch) | |
tree | 105f4282d4ee723a83f0837a3fc52552b714834e /recipes-bsp | |
parent | 0b784feecded1e64e78ae8ef3e52da478e60d130 (diff) | |
download | meta-ti-db928aabafc99a964d127da72aeb8166bbc491d1.tar.gz |
prueth-fw: migrate to ti-pdk-fetch.bbclass
* LIC_FILES_CHKSUM changed to due to a corresponding change in the
S directory.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb | 6 | ||||
-rw-r--r-- | recipes-bsp/prueth-fw/prueth-fw_git.bb | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb b/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb index 08ef7f06..430e2a4e 100644 --- a/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb +++ b/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb | |||
@@ -4,11 +4,13 @@ require recipes-ti/includes/ti-paths.inc | |||
4 | require recipes-bsp/emac-lld/emac-lld.inc | 4 | require recipes-bsp/emac-lld/emac-lld.inc |
5 | 5 | ||
6 | LICENSE = "TI-TFL" | 6 | LICENSE = "TI-TFL" |
7 | LIC_FILES_CHKSUM = "file://src/makefile;beginline=6;endline=53;md5=3f9129d208f240940749757214bdc191" | 7 | LIC_FILES_CHKSUM = "file://icss_dualmac/src/makefile;beginline=6;endline=53;md5=3f9129d208f240940749757214bdc191" |
8 | 8 | ||
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | S = "${WORKDIR}/git/firmware/icss_dualmac" | 11 | TI_PDK_COMP = "ti.drv.emac.firmware" |
12 | |||
13 | B = "${S}/icss_dualmac" | ||
12 | 14 | ||
13 | COMPATIBLE_MACHINE = "am65xx" | 15 | COMPATIBLE_MACHINE = "am65xx" |
14 | 16 | ||
diff --git a/recipes-bsp/prueth-fw/prueth-fw_git.bb b/recipes-bsp/prueth-fw/prueth-fw_git.bb index 573a428b..14518e1f 100644 --- a/recipes-bsp/prueth-fw/prueth-fw_git.bb +++ b/recipes-bsp/prueth-fw/prueth-fw_git.bb | |||
@@ -4,12 +4,13 @@ require recipes-ti/includes/ti-paths.inc | |||
4 | require recipes-bsp/icss-emac-lld/icss-emac-lld.inc | 4 | require recipes-bsp/icss-emac-lld/icss-emac-lld.inc |
5 | 5 | ||
6 | LICENSE = "TI-TFL" | 6 | LICENSE = "TI-TFL" |
7 | LIC_FILES_CHKSUM = "file://src/firmware_version.h;beginline=6;endline=53;md5=1f0a640a261059cdcbbcf01e6a739ff3" | 7 | LIC_FILES_CHKSUM = "file://icss_dualemac/src/firmware_version.h;beginline=6;endline=53;md5=1f0a640a261059cdcbbcf01e6a739ff3" |
8 | 8 | ||
9 | PV = "${PV_DUALEMAC_FW}" | ||
10 | PR = "${INC_PR}.0" | 9 | PR = "${INC_PR}.0" |
11 | 10 | ||
12 | S = "${WORKDIR}/${ICSS_EMAC_LLD_GIT_DESTSUFFIX}/firmware/icss_dualemac" | 11 | TI_PDK_COMP = "ti.drv.icss_emac.firmware" |
12 | |||
13 | B = "${S}/icss_dualemac" | ||
13 | 14 | ||
14 | COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm|k2g" | 15 | COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm|k2g" |
15 | 16 | ||