summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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