All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH 2/2] multiprocmgr-rtos: Add RTOS package for multiprocmgr
Date: Wed, 27 Jan 2016 15:31:19 -0500	[thread overview]
Message-ID: <20160127203119.GX11314@edge> (raw)
In-Reply-To: <1453903149-1261-2-git-send-email-j-stiffler@ti.com>

On Wed, Jan 27, 2016 at 08:59:09AM -0500, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  recipes-ti/includes/ti-paths.inc                 |  2 ++
>  recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb | 28 ++++++++++++++++++++++++
>  2 files changed, 30 insertions(+)
>  create mode 100644 recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb
> 
> diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc
> index b660c11..31427a6 100644
> --- a/recipes-ti/includes/ti-paths.inc
> +++ b/recipes-ti/includes/ti-paths.inc
> @@ -54,6 +54,7 @@ export MATHLIB_C66_INSTALL_DIR_RECIPE     = "${installdir}/ti-mathlib-c66x-tree"
>  export IMGLIB_C66_INSTALL_DIR_RECIPE      = "${installdir}/ti-imglib-c66x-tree"
>  export CG_XML_INSTALL_DIR_RECIPE     = "${installdir}/ti-cg-xml-tree"
>  export OMP_INSTALL_DIR_RECIPE        = "${installdir}/ti-omp-tree"
> +export MPM_INSTALL_DIR_RECIPE        = "${installdir}/ti-mpm-tree"
>  
>  
>  # This is where the tools will end up in sysroot
> @@ -99,6 +100,7 @@ export MATHLIB_C66_INSTALL_DIR     = "${STAGING_DIR_TARGET}${MATHLIB_C66_INSTALL
>  export IMGLIB_C66_INSTALL_DIR      = "${STAGING_DIR_TARGET}${IMGLIB_C66_INSTALL_DIR_RECIPE}"
>  export CG_XML_INSTALL_DIR     = "${STAGING_DIR_NATIVE}${CG_XML_INSTALL_DIR_RECIPE}"
>  export OMP_INSTALL_DIR        = "${STAGING_DIR_TARGET}${OMP_INSTALL_DIR_RECIPE}"
> +export MPM_INSTALL_DIR        = "${STAGING_DIR_TARGET}${MPM_INSTALL_DIR_RECIPE}"
>  
>  DSPSUFFIX_omapl137 = "x674"
>  DSPSUFFIX_omapl138 = "x674"
> diff --git a/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb b/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb
> new file mode 100644
> index 0000000..b3ae720
> --- /dev/null
> +++ b/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb
> @@ -0,0 +1,28 @@
> +DESCRIPTION = "TI Multiproc Manager(RTOS) for KeyStone II"
> +SUMMARY = "Provides download, debug and other utilities for other cores in the SOC like DSP"

^^^ Wrong use of DESCRIPTION vs SUMMARY.
SUMMARY is used to provide a short one-line (under 80 char?) description of 
the package. And DESCRIPTION is used for more detailed and longer description, 
if needed. DESCRIPTION is optional and is the same as SUMMARY when not set.


> +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"
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


      reply	other threads:[~2016-01-27 20:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27 13:59 [PATCH 1/2] multiprocmgr: Clean up recipes Jacob Stiffler
2016-01-27 13:59 ` [PATCH 2/2] multiprocmgr-rtos: Add RTOS package for multiprocmgr Jacob Stiffler
2016-01-27 20:31   ` Denys Dmytriyenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160127203119.GX11314@edge \
    --to=denys@ti.com \
    --cc=j-stiffler@ti.com \
    --cc=meta-ti@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.