summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/icss-emac-lld
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-04-21 01:22:12 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-24 16:00:13 -0400
commit4dea2a4b6fb40fbbd33ccba724c97be9ff4c402b (patch)
tree70e246942b84998e3eb0c4c2c27f68eca6e270b4 /recipes-bsp/icss-emac-lld
parent799cbdf39afa2b8edf46a9befa5b250810ee4197 (diff)
downloadmeta-ti-4dea2a4b6fb40fbbd33ccba724c97be9ff4c402b.tar.gz
conf, recipes: introduce k2l family and add support for k2l-hs-evm
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/icss-emac-lld')
-rw-r--r--recipes-bsp/icss-emac-lld/icss-emac-lld_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/icss-emac-lld/icss-emac-lld_git.bb b/recipes-bsp/icss-emac-lld/icss-emac-lld_git.bb
index 81a6f5e2..a295304b 100644
--- a/recipes-bsp/icss-emac-lld/icss-emac-lld_git.bb
+++ b/recipes-bsp/icss-emac-lld/icss-emac-lld_git.bb
@@ -6,10 +6,10 @@ include icss-emac-lld.inc
6 6
7PR = "${INC_PR}.0" 7PR = "${INC_PR}.0"
8 8
9TARGET_NAME_am57xx-evm = "SOC_AM572x" 9TARGET_NAME_omap-a15 = "SOC_AM572x"
10TARGET_NAME_ti33x = "SOC_AM335x" 10TARGET_NAME_ti33x = "SOC_AM335x"
11TARGET_NAME_ti43x = "SOC_AM437x" 11TARGET_NAME_ti43x = "SOC_AM437x"
12TARGET_NAME_k2g-evm = "SOC_K2G" 12TARGET_NAME_k2g = "SOC_K2G"
13 13
14EXTRA_OEMAKE += "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} TARGET=${TARGET_NAME}" 14EXTRA_OEMAKE += "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} TARGET=${TARGET_NAME}"
15 15