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/bcp-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/bcp-lld')
-rw-r--r-- | recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb b/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb index c6b52581..c3d49b38 100644 --- a/recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb +++ b/recipes-bsp/bcp-lld/bcp-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://bcp.h;beginline=1;endline=40;md5=4f6e6128dd075a89548c0287a39b8896" | 6 | LIC_FILES_CHKSUM = "file://bcp.h;beginline=1;endline=40;md5=4f6e6128dd075a89548c0287a39b8896" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "k2hk-evm|k2l-evm|c667x-evm" | 8 | COMPATIBLE_MACHINE = "k2hk|k2l|c667x-evm" |
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | BCP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/bcp-lld.git" | 11 | BCP_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/bcp-lld.git" |