diff options
author | Justin Sobota <jsobota@ti.com> | 2016-04-20 02:49:45 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-19 18:05:18 -0400 |
commit | 3b233d5b7d495248f1c423b5271555cd262dfc92 (patch) | |
tree | 2c3cafcc7434eb8c90cb114c9e583f3174bd9a5d | |
parent | 4a4cfdb3b2ed20cc1bc99221f64e6f2c1398177f (diff) | |
download | meta-ti-3b233d5b7d495248f1c423b5271555cd262dfc92.tar.gz |
traceframework-rtos: Add RTOS package for Traceframework
Signed-off-by: Justin Sobota <jsobota@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-bsp/traceframework/traceframework-rtos_git.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-bsp/traceframework/traceframework-rtos_git.bb b/recipes-bsp/traceframework/traceframework-rtos_git.bb new file mode 100644 index 00000000..32994d31 --- /dev/null +++ b/recipes-bsp/traceframework/traceframework-rtos_git.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | inherit ti-pdk | ||
2 | |||
3 | require traceframework.inc | ||
4 | |||
5 | PR = "${INC_PR}.1" | ||
6 | |||
7 | DEPENDS_append = " uia \ | ||
8 | " | ||
9 | |||
10 | XDCPATH_append = ";${UIA_INSTALL_DIR}/packages" | ||