summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
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() {