diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-07-19 05:03:31 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-08-22 16:04:14 -0400 |
commit | 8beeaa8062c0752a2ac8a15df12fd644a0230ec8 (patch) | |
tree | 5758f61d3a98a5e8e26d64d944dff48fb1fed6c4 /recipes-bsp/sa-lld | |
parent | 948f30739cbd99e9f6acf0ed57b733e0c0da9d27 (diff) | |
download | meta-ti-8beeaa8062c0752a2ac8a15df12fd644a0230ec8.tar.gz |
sa-lld-rtos: Added rtos recipe for sa-lld
Upstreaming RTOS low level driver for Security Accelerator (SA)
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/sa-lld')
-rw-r--r-- | recipes-bsp/sa-lld/sa-lld-rtos_git.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-bsp/sa-lld/sa-lld-rtos_git.bb b/recipes-bsp/sa-lld/sa-lld-rtos_git.bb new file mode 100644 index 00000000..ac46dccd --- /dev/null +++ b/recipes-bsp/sa-lld/sa-lld-rtos_git.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "TI RTOS low level driver for Security Accelerator (SA)" | ||
2 | |||
3 | inherit ti-pdk | ||
4 | |||
5 | require recipes-bsp/sa-lld/sa-lld.inc | ||
6 | |||
7 | PR = "${INC_PR}.0" | ||
8 | |||
9 | COMPATIBLE_MACHINE_append = "|c667x-evm" | ||
10 | |||
11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
12 | |||
13 | # HTML doc link params | ||
14 | PDK_COMP_LINK_TEXT = "SA LLD" | ||