[meta-freescale] [meta-fsl-ppc][PATCH 05/30] apptrk: update to 873f44c

ting.liu at nxp.com ting.liu at nxp.com
Fri Jun 17 03:02:42 PDT 2016


From: Ting Liu <ting.liu at nxp.com>

Changelog:
873f44c Use unified EULA file
f0ef785 Update End-User License Agreement
df1f1d8 ARM Support for hardware breakpoints and watchpoints

Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
 recipes-bsp/apptrk/apptrk_git.bb | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/recipes-bsp/apptrk/apptrk_git.bb b/recipes-bsp/apptrk/apptrk_git.bb
index 6a22bf9..b6cffe4 100644
--- a/recipes-bsp/apptrk/apptrk_git.bb
+++ b/recipes-bsp/apptrk/apptrk_git.bb
@@ -1,17 +1,19 @@
 DESCRIPTION = "Userspace debug agent for PA CodeWarrior"
 LICENSE = "Freescale-EULA"
-LIC_FILES_CHKSUM = "file://COPYING;md5=95560debfde180684364319811cc1421"
+LIC_FILES_CHKSUM = "file://EULA;md5=c9ae442cf1f9dd6c13dfad64b0ffe73f"
 
 DEPENDS = "elfutils"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/apptrk.git;branch=sdk-v1.9.x"
-SRCREV = "4216af328452ed25a557759715a2087986a5a4bd"
+inherit kernel-arch
+
+SRC_URI = "git://git.freescale.com/ppc/sdk/apptrk.git;branch=sdk-v2.0.x"
+SRCREV = "873f44ca6b219508f738825299453d92975fb897"
 
 S = "${WORKDIR}/git"
 
-CFLAGS += " -I${STAGING_INCDIR} -ISource/Linux -ISource/Portable \
-                 -ISource/Linux_PA -ISource/PA -DPPC \
-"
+EXTRA_OEMAKE += "ARCH=${ARCH}"
+CFLAGS_append = " -I${STAGING_INCDIR} -ISource/Linux -ISource/Portable"
+CFLAGS_append_qoriq-ppc = " -ISource/Linux_PA -ISource/PA -DPPC"
 CFLAGS_append_powerpc64 = " -DENABLE_64BIT_SUPPORT"
 
 do_install() {
@@ -20,3 +22,4 @@ do_install() {
 }
 
 INSANE_SKIP_${PN} = "already-stripped"
+COMPATIBLE_MACHINE = "(qoriq-ppc)"
-- 
1.9.2



More information about the meta-freescale mailing list