[meta-freescale] [meta-fsl-arm][PATCH ] apptrk: add recipes for Layerscape1 support

Bob Cochran yocto at mindchasers.com
Mon Jan 5 14:32:59 PST 2015


On 12/19/2014 04:09 AM, b40290 at freescale.com wrote:
> From: Chunrong Guo <B40290 at 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 at 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}
> +}
>



More information about the meta-freescale mailing list