From fbf2c859e12c93bcdb5dafe185ac2566a3814f3d Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Wed, 19 Jul 2017 05:03:30 +0000 Subject: [PATCH] pa-lld-rtos: Added rtos recipe for pa-lld Upstreaming RTOS recipe for Packet Accelerator low level driver Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/pa-lld/pa-lld-rtos_git.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-bsp/pa-lld/pa-lld-rtos_git.bb diff --git a/recipes-bsp/pa-lld/pa-lld-rtos_git.bb b/recipes-bsp/pa-lld/pa-lld-rtos_git.bb new file mode 100644 index 000000000..e415f36c8 --- /dev/null +++ b/recipes-bsp/pa-lld/pa-lld-rtos_git.bb @@ -0,0 +1,12 @@ +SUMMARY = "TI RTOS low level driver for Packet Accelerator (PA)" + +inherit ti-pdk + +require recipes-bsp/pa-lld/pa-lld.inc +COMPATIBLE_MACHINE_append = "|c667x-evm" +PR = "${INC_PR}.0" + +DEPENDS_append = " rm-lld-rtos" + +# HTML doc link params +PDK_COMP_LINK_TEXT = "PA LLD"