summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-11-15 21:14:34 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-12-09 18:15:23 +0000
commit2526da0f62c4e46379a70ec4a7e6989785447577 (patch)
treed5df5c4a588754c05ff23117f64b5f667f5b2d94 /recipes-bsp
parentaded1243a195cd00029808282f4c57c0b299134f (diff)
downloadmeta-ti-2526da0f62c4e46379a70ec4a7e6989785447577.tar.gz
icss-emac-lld: migrate to ti-pdk-fetch.bbclass
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/icss-emac-lld/icss-emac-lld.inc20
1 files changed, 3 insertions, 17 deletions
diff --git a/recipes-bsp/icss-emac-lld/icss-emac-lld.inc b/recipes-bsp/icss-emac-lld/icss-emac-lld.inc
index 72d546b4..4809e1fd 100644
--- a/recipes-bsp/icss-emac-lld/icss-emac-lld.inc
+++ b/recipes-bsp/icss-emac-lld/icss-emac-lld.inc
@@ -4,25 +4,11 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=76cafd87d8495b42c2355f7681de15a2"
4COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g" 4COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g"
5PACKAGE_ARCH = "${MACHINE_ARCH}" 5PACKAGE_ARCH = "${MACHINE_ARCH}"
6 6
7ICSS_EMAC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/icss-emac.git" 7inherit ti-pdk-fetch
8ICSS_EMAC_LLD_GIT_PROTOCOL = "git"
9ICSS_EMAC_LLD_GIT_BRANCH = "master"
10ICSS_EMAC_LLD_GIT_DESTSUFFIX = "git/ti/drv/icss_emac"
11 8
12# Below commit ID corresponds to "DEV.ICSS_EMAC_LLD.01.00.00.17" 9TI_PDK_COMP = "ti.drv.icss_emac"
13ICSS_EMAC_LLD_SRCREV = "5978212c59468eab68e232a538ee005162b6902f"
14 10
15BRANCH = "${ICSS_EMAC_LLD_GIT_BRANCH}" 11PE = "1"
16SRC_URI = "${ICSS_EMAC_LLD_GIT_URI};destsuffix=${ICSS_EMAC_LLD_GIT_DESTSUFFIX};protocol=${ICSS_EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
17
18SRCREV = "${ICSS_EMAC_LLD_SRCREV}"
19
20# The LLD version
21PV = "01.00.00.17"
22
23# The FW version(s)
24PV_DUALEMAC_FW = "5.2.7"
25 12
26INC_PR = "r0" 13INC_PR = "r0"
27 14
28S = "${WORKDIR}/${ICSS_EMAC_LLD_GIT_DESTSUFFIX}"