diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-04-21 01:22:12 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-04-24 16:00:13 -0400 |
commit | 4dea2a4b6fb40fbbd33ccba724c97be9ff4c402b (patch) | |
tree | 70e246942b84998e3eb0c4c2c27f68eca6e270b4 /recipes-bsp/tcp3d-lld | |
parent | 799cbdf39afa2b8edf46a9befa5b250810ee4197 (diff) | |
download | meta-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/tcp3d-lld')
-rw-r--r-- | recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb b/recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb index 106071d7..5ec38513 100644 --- a/recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb +++ b/recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb | |||
@@ -5,7 +5,7 @@ inherit ti-pdk | |||
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://tcp3dver.h;beginline=1;endline=47;md5=3fe46c6320fb9ca4ac6692961402beb7" | 6 | LIC_FILES_CHKSUM = "file://tcp3dver.h;beginline=1;endline=47;md5=3fe46c6320fb9ca4ac6692961402beb7" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "k2hk|k2l-evm|c66x" | 8 | COMPATIBLE_MACHINE = "k2hk|k2l|c66x" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | TCP3D_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/tcp3d-lld.git" | 11 | TCP3D_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/tcp3d-lld.git" |