ACK -----Original Message----- From: Stiffler, Jacob Sent: Wednesday, February 7, 2018 10:56 AM To: [email protected] Cc: Radhakrishnan, Mahesh; Nambiath, Raghu; Stiffler, Jacob Subject: [meta-processor-sdk][PATCH] tisdk-paths: add PROC_SDK_INSTALL_DIR
* PROC_SDK_INSTALL_DIR is needed by jailhouse-examples-rtos Signed-off-by: Jacob Stiffler <[email protected]> --- * Resolves PRSDK-3527 recipes-ti/includes/tisdk-paths.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-ti/includes/tisdk-paths.inc b/recipes-ti/includes/tisdk-paths.inc index 300f352..77dac07 100644 --- a/recipes-ti/includes/tisdk-paths.inc +++ b/recipes-ti/includes/tisdk-paths.inc @@ -1,4 +1,7 @@ require recipes-ti/includes/arago-paths.inc export TIOVX_INSTALL_DIR_RECIPE = "${installdir}/ti-tiovx-lib-tree" +export PROC_SDK_INSTALL_DIR_RECIPE = "${installdir}/ti-proc-sdk-rtos-tree" + export TIOVX_INSTALL_DIR = "${STAGING_DIR_TARGET}${TIOVX_INSTALL_DIR_RECIPE}" +export PROC_SDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PROC_SDK_INSTALL_DIR_RECIPE}" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
