diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-01-27 03:16:45 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-01-27 15:54:06 -0500 |
commit | 000228e96cea033c4eee9e26c5b22a04f21fccb2 (patch) | |
tree | 4400bb7fd1ca924202c0a56453b199f932baa766 /recipes-bsp/rm-lld/rm-lld-rtos_git.bb | |
parent | 4593264a4f3f988010ee1537ff15248c3ed085f0 (diff) | |
download | meta-ti-000228e96cea033c4eee9e26c5b22a04f21fccb2.tar.gz |
rm-lld-rtos: Add RTOS package of the RM LLD
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/rm-lld/rm-lld-rtos_git.bb')
-rw-r--r-- | recipes-bsp/rm-lld/rm-lld-rtos_git.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-bsp/rm-lld/rm-lld-rtos_git.bb b/recipes-bsp/rm-lld/rm-lld-rtos_git.bb new file mode 100644 index 00000000..fed94453 --- /dev/null +++ b/recipes-bsp/rm-lld/rm-lld-rtos_git.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | inherit ti-pdk | ||
2 | |||
3 | require rm-lld.inc | ||
4 | |||
5 | PR = "${INC_PR}.0" | ||
6 | |||
7 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
8 | |||
9 | XDCARGS_k2hk-evm = "k2h k2k" | ||
10 | XDCARGS_k2e-evm = "k2e" | ||
11 | XDCARGS_k2l-evm = "k2l" | ||
12 | XDCARGS_k2g-evm = "k2g" | ||