summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-05-12 11:48:19 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 10:58:13 +0800
commitbd1037cf138dd0fa168460bb68812961504c3a7e (patch)
treee3799b026c9949057a04b45dff9dbcd7cc0c6ad4
parent97974bed3db92cb19a0635f9d900c376763d76c6 (diff)
downloadmeta-fsl-ppc-bd1037cf138dd0fa168460bb68812961504c3a7e.tar.gz
apptrk: update to 873f44c
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@nxp.com>
-rw-r--r--recipes-bsp/apptrk/apptrk_git.bb15
1 files 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 @@
1DESCRIPTION = "Userspace debug agent for PA CodeWarrior" 1DESCRIPTION = "Userspace debug agent for PA CodeWarrior"
2LICENSE = "Freescale-EULA" 2LICENSE = "Freescale-EULA"
3LIC_FILES_CHKSUM = "file://COPYING;md5=95560debfde180684364319811cc1421" 3LIC_FILES_CHKSUM = "file://EULA;md5=c9ae442cf1f9dd6c13dfad64b0ffe73f"
4 4
5DEPENDS = "elfutils" 5DEPENDS = "elfutils"
6 6
7SRC_URI = "git://git.freescale.com/ppc/sdk/apptrk.git;branch=sdk-v1.9.x" 7inherit kernel-arch
8SRCREV = "4216af328452ed25a557759715a2087986a5a4bd" 8
9SRC_URI = "git://git.freescale.com/ppc/sdk/apptrk.git;branch=sdk-v2.0.x"
10SRCREV = "873f44ca6b219508f738825299453d92975fb897"
9 11
10S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
11 13
12CFLAGS += " -I${STAGING_INCDIR} -ISource/Linux -ISource/Portable \ 14EXTRA_OEMAKE += "ARCH=${ARCH}"
13 -ISource/Linux_PA -ISource/PA -DPPC \ 15CFLAGS_append = " -I${STAGING_INCDIR} -ISource/Linux -ISource/Portable"
14" 16CFLAGS_append_qoriq-ppc = " -ISource/Linux_PA -ISource/PA -DPPC"
15CFLAGS_append_powerpc64 = " -DENABLE_64BIT_SUPPORT" 17CFLAGS_append_powerpc64 = " -DENABLE_64BIT_SUPPORT"
16 18
17do_install() { 19do_install() {
@@ -20,3 +22,4 @@ do_install() {
20} 22}
21 23
22INSANE_SKIP_${PN} = "already-stripped" 24INSANE_SKIP_${PN} = "already-stripped"
25COMPATIBLE_MACHINE = "(qoriq-ppc)"