All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Cochran <yocto@mindchasers.com>
To: b40290@freescale.com, meta-freescale@yoctoproject.org
Subject: Re: [meta-fsl-arm][PATCH ] apptrk: add recipes for Layerscape1 support
Date: Mon, 05 Jan 2015 17:32:59 -0500	[thread overview]
Message-ID: <54AB111B.4020402@mindchasers.com> (raw)
In-Reply-To: <1418980194-30762-1-git-send-email-b40290@freescale.com>

On 12/19/2014 04:09 AM, b40290@freescale.com wrote:
> From: Chunrong Guo <B40290@freescale.com>
>
>     Userspace debug agent for PA CodeWarrior


PA is Power Architecture, correct?  If there is a V2 patch submission, 
perhaps you'll want to say agent for CodeWarrior and leave out "PA"?




>
> Signed-off-by: Chunrong Guo <B40290@freescale.com>
> ---
>   recipes-bsp/apptrk/apptrk_git.bb | 21 +++++++++++++++++++++
>   1 file changed, 21 insertions(+)
>   create mode 100644 recipes-bsp/apptrk/apptrk_git.bb
>
> diff --git a/recipes-bsp/apptrk/apptrk_git.bb b/recipes-bsp/apptrk/apptrk_git.bb
> new file mode 100644
> index 0000000..b02e663
> --- /dev/null
> +++ b/recipes-bsp/apptrk/apptrk_git.bb
> @@ -0,0 +1,21 @@
> +DESCRIPTION = "Userspace debug agent for ARM CodeWarrior"
> +SECTION = "apptrk"
> +LICENSE = "Freescale-EULA"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=95560debfde180684364319811cc1421"
> +
> +DEPENDS = "elfutils"
> +
> +SRC_URI = "git://git.freescale.com/ppc/sdk/apptrk.git;nobranch=1"
> +SRCREV = "cbed10997c5e2a4aaa004fb0e1efec858bf1bbe1"
> +
> +EXTRA_OEMAKE='ARCH=arm'
> +
> +S = "${WORKDIR}/git"
> +CFLAGS += " -I${STAGING_INCDIR} -ISource/Linux -ISource/Portable \
> +                 -ISource/Linux_ARM -ISource/ARM \
> +"
> +
> +do_install() {
> +        install -d ${D}/usr/bin
> +        oe_runmake install DESTDIR=${D}
> +}
>



      parent reply	other threads:[~2015-01-05 22:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-19  9:09 [meta-fsl-arm][PATCH ] apptrk: add recipes for Layerscape1 support b40290
2014-12-19 14:08 ` Otavio Salvador
2015-01-05 22:32 ` Bob Cochran [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=54AB111B.4020402@mindchasers.com \
    --to=yocto@mindchasers.com \
    --cc=b40290@freescale.com \
    --cc=meta-freescale@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.