summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-11-15 21:14:45 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-12-09 18:15:23 +0000
commitdb928aabafc99a964d127da72aeb8166bbc491d1 (patch)
tree105f4282d4ee723a83f0837a3fc52552b714834e /recipes-bsp
parent0b784feecded1e64e78ae8ef3e52da478e60d130 (diff)
downloadmeta-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.bb6
-rw-r--r--recipes-bsp/prueth-fw/prueth-fw_git.bb7
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
4require recipes-bsp/emac-lld/emac-lld.inc 4require recipes-bsp/emac-lld/emac-lld.inc
5 5
6LICENSE = "TI-TFL" 6LICENSE = "TI-TFL"
7LIC_FILES_CHKSUM = "file://src/makefile;beginline=6;endline=53;md5=3f9129d208f240940749757214bdc191" 7LIC_FILES_CHKSUM = "file://icss_dualmac/src/makefile;beginline=6;endline=53;md5=3f9129d208f240940749757214bdc191"
8 8
9PR = "r0" 9PR = "r0"
10 10
11S = "${WORKDIR}/git/firmware/icss_dualmac" 11TI_PDK_COMP = "ti.drv.emac.firmware"
12
13B = "${S}/icss_dualmac"
12 14
13COMPATIBLE_MACHINE = "am65xx" 15COMPATIBLE_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
4require recipes-bsp/icss-emac-lld/icss-emac-lld.inc 4require recipes-bsp/icss-emac-lld/icss-emac-lld.inc
5 5
6LICENSE = "TI-TFL" 6LICENSE = "TI-TFL"
7LIC_FILES_CHKSUM = "file://src/firmware_version.h;beginline=6;endline=53;md5=1f0a640a261059cdcbbcf01e6a739ff3" 7LIC_FILES_CHKSUM = "file://icss_dualemac/src/firmware_version.h;beginline=6;endline=53;md5=1f0a640a261059cdcbbcf01e6a739ff3"
8 8
9PV = "${PV_DUALEMAC_FW}"
10PR = "${INC_PR}.0" 9PR = "${INC_PR}.0"
11 10
12S = "${WORKDIR}/${ICSS_EMAC_LLD_GIT_DESTSUFFIX}/firmware/icss_dualemac" 11TI_PDK_COMP = "ti.drv.icss_emac.firmware"
12
13B = "${S}/icss_dualemac"
13 14
14COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm|k2g" 15COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm|k2g"
15 16