From 8beeaa8062c0752a2ac8a15df12fd644a0230ec8 Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Wed, 19 Jul 2017 05:03:31 +0000 Subject: [PATCH] sa-lld-rtos: Added rtos recipe for sa-lld Upstreaming RTOS low level driver for Security Accelerator (SA) Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/sa-lld/sa-lld-rtos_git.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-bsp/sa-lld/sa-lld-rtos_git.bb 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 @@ +SUMMARY = "TI RTOS low level driver for Security Accelerator (SA)" + +inherit ti-pdk + +require recipes-bsp/sa-lld/sa-lld.inc + +PR = "${INC_PR}.0" + +COMPATIBLE_MACHINE_append = "|c667x-evm" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +# HTML doc link params +PDK_COMP_LINK_TEXT = "SA LLD"