]> code.ossystems Code Review - meta-freescale.git/commitdiff
apptrk: add recipe for sdk v1.6 release
authorTing Liu <b28495@freescale.com>
Sat, 14 Jun 2014 04:20:41 +0000 (12:20 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Tue, 8 Jul 2014 10:14:48 +0000 (18:14 +0800)
Signed-off-by: Ting Liu <b28495@freescale.com>
meta-fsl-ppc/recipes-bsp/apptrk/apptrk_git.bb [new file with mode: 0644]

diff --git a/meta-fsl-ppc/recipes-bsp/apptrk/apptrk_git.bb b/meta-fsl-ppc/recipes-bsp/apptrk/apptrk_git.bb
new file mode 100644 (file)
index 0000000..09d5de5
--- /dev/null
@@ -0,0 +1,20 @@
+DESCRIPTION = "Userspace debug agent for PA CodeWarrior"
+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"
+
+S = "${WORKDIR}/git"
+
+CFLAGS += " -I${STAGING_INCDIR} -ISource/Linux -ISource/Portable \
+                 -ISource/Linux_PA -ISource/PA -DPPC \
+"
+CFLAGS_append_powerpc64 = " -DENABLE_64BIT_SUPPORT"
+
+do_install() {
+        install -d ${D}/usr/bin
+        oe_runmake install DESTDIR=${D}
+}