summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-12-10 09:07:44 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-12-10 15:33:22 +0000
commit1956be7e180fa68dd66c1d1916f18fba6b04124e (patch)
tree63b8035a3fb39c77fbdf36fcb5a0930745080ac4 /recipes-bsp
parente3bd2632a249f073d6d43c3dcb344d38d1592df3 (diff)
downloadmeta-ti-1956be7e180fa68dd66c1d1916f18fba6b04124e.tar.gz
prueth-fw, linux-ti-staging: allow packaging PRU ETH for GP and HS devices
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/prueth-fw/prueth-fw_git.bb13
1 files changed, 7 insertions, 6 deletions
diff --git a/recipes-bsp/prueth-fw/prueth-fw_git.bb b/recipes-bsp/prueth-fw/prueth-fw_git.bb
index 14518e1f..f7718ad2 100644
--- a/recipes-bsp/prueth-fw/prueth-fw_git.bb
+++ b/recipes-bsp/prueth-fw/prueth-fw_git.bb
@@ -12,25 +12,26 @@ TI_PDK_COMP = "ti.drv.icss_emac.firmware"
12 12
13B = "${S}/icss_dualemac" 13B = "${S}/icss_dualemac"
14 14
15COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm|k2g" 15COMPATIBLE_MACHINE = "am57xx-evm|am57xx-hs-evm|ti43x|ti33x|k2g"
16 16
17PACKAGE_ARCH = "${MACHINE_ARCH}" 17PACKAGE_ARCH = "${MACHINE_ARCH}"
18 18
19DEPENDS = "ti-cgt-pru-native" 19DEPENDS = "ti-cgt-pru-native"
20 20
21PRU_VERSION = "" 21PRU_VERSION = ""
22PRU_VERSION_am335x-evm = "REV1" 22PRU_VERSION_ti33x = "REV1"
23PRU_VERSION_am437x-evm = "REV1" 23PRU_VERSION_ti43x = "REV1"
24PRU_VERSION_am57xx-evm = "REV2" 24PRU_VERSION_am57xx-evm = "REV2"
25PRU_VERSION_am57xx-hs-evm = "REV2"
25PRU_VERSION_k2g = "REV2" 26PRU_VERSION_k2g = "REV2"
26 27
27FW_PREFIX = "" 28FW_PREFIX = ""
28FW_PREFIX_am335x-evm = "am335x" 29FW_PREFIX_ti33x = "am335x"
29FW_PREFIX_am437x-evm = "am437x" 30FW_PREFIX_ti43x = "am437x"
30FW_PREFIX_am57xx-evm = "am57xx" 31FW_PREFIX_am57xx-evm = "am57xx"
32FW_PREFIX_am57xx-hs-evm = "am57xx"
31FW_PREFIX_k2g = "k2g" 33FW_PREFIX_k2g = "k2g"
32 34
33
34EXTRA_OEMAKE += "CL_PRU_INSTALL_PATH="${TI_CGT_PRU_INSTALL_DIR}" PRU_VERSION_LIST="${PRU_VERSION}"" 35EXTRA_OEMAKE += "CL_PRU_INSTALL_PATH="${TI_CGT_PRU_INSTALL_DIR}" PRU_VERSION_LIST="${PRU_VERSION}""
35 36
36do_install() { 37do_install() {