From db928aabafc99a964d127da72aeb8166bbc491d1 Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Fri, 15 Nov 2019 21:14:45 +0000 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko --- recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb | 6 ++++-- 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 require recipes-bsp/emac-lld/emac-lld.inc LICENSE = "TI-TFL" -LIC_FILES_CHKSUM = "file://src/makefile;beginline=6;endline=53;md5=3f9129d208f240940749757214bdc191" +LIC_FILES_CHKSUM = "file://icss_dualmac/src/makefile;beginline=6;endline=53;md5=3f9129d208f240940749757214bdc191" PR = "r0" -S = "${WORKDIR}/git/firmware/icss_dualmac" +TI_PDK_COMP = "ti.drv.emac.firmware" + +B = "${S}/icss_dualmac" COMPATIBLE_MACHINE = "am65xx" 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 require recipes-bsp/icss-emac-lld/icss-emac-lld.inc LICENSE = "TI-TFL" -LIC_FILES_CHKSUM = "file://src/firmware_version.h;beginline=6;endline=53;md5=1f0a640a261059cdcbbcf01e6a739ff3" +LIC_FILES_CHKSUM = "file://icss_dualemac/src/firmware_version.h;beginline=6;endline=53;md5=1f0a640a261059cdcbbcf01e6a739ff3" -PV = "${PV_DUALEMAC_FW}" PR = "${INC_PR}.0" -S = "${WORKDIR}/${ICSS_EMAC_LLD_GIT_DESTSUFFIX}/firmware/icss_dualemac" +TI_PDK_COMP = "ti.drv.icss_emac.firmware" + +B = "${S}/icss_dualemac" COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm|k2g"