From f6ab2c715fbac9000b1d24ee6700c4f2d6e143ab Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Thu, 28 Jan 2016 19:07:33 +0000 Subject: multiprocmgr-rtos: Add RTOS package for multiprocmgr Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb (limited to 'recipes-ti/multiprocmgr') diff --git a/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb b/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb new file mode 100644 index 00000000..50e50493 --- /dev/null +++ b/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb @@ -0,0 +1,28 @@ +SUMMARY = "TI Multiproc Manager (RTOS) for KeyStone II" +DESCRIPTION = "Provides download, debug and other utilities for other cores in the SOC like DSP" + +require recipes-ti/includes/ti-paths.inc +require recipes-ti/multiprocmgr/multiprocmgr.inc + +DEPENDS = "ti-cgt6x-native" + +PR = "${INC_PR}.0" + +export LOCAL_SYSROOT="${STAGING_DIR_TARGET}" +export C6X_GEN_INSTALL_PATH="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" + +do_compile() { + make c66x + make test_c66x + sourceipk_do_create_srcipk +} + +do_install() { + install -d ${D}${MPM_INSTALL_DIR_RECIPE} + cp -pPrf ${S}/* ${D}${MPM_INSTALL_DIR_RECIPE} +} + +FILES_${PN}-dev += "${MPM_INSTALL_DIR_RECIPE}" +INSANE_SKIP_${PN}-dev = "arch" + +ALLOW_EMPTY_${PN} = "1" -- cgit v1.2.3-54-g00ecf