summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-02 23:35:18 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:01:03 +0800
commit4bb28c7db2340c6b5c6f024512ebca65f7163509 (patch)
tree4b34126ef716d67102459321467c40b8f3bf2de9
parent5530b9c442600bc46b6148e522f2e856823d135b (diff)
downloadmeta-fsl-ppc-4bb28c7db2340c6b5c6f024512ebca65f7163509.tar.gz
apptrk: update to commit 4216af3
New commits imported: 4216af3 Fix stepping over branch instructions in Thumb 59524e6 Error while reading CPSR 712a099 PowerPC Support for hardware breakpoints and watchpoints c7c4b2b Incorrect mode (thumb/arm) after exec() 4e962d4 Thumb support for ARMv7 fd94e7f Fix TrkHandleExecEvent for ARMv7 50e2180 Invalidate traced breakpoint after release in TargetCleanupTrace for PA 18f4450 Fix crash when running a 32bit threaded application on a 64bit AppTrk Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-bsp/apptrk/apptrk_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/apptrk/apptrk_git.bb b/recipes-bsp/apptrk/apptrk_git.bb
index 09d5de5..4cbb721 100644
--- a/recipes-bsp/apptrk/apptrk_git.bb
+++ b/recipes-bsp/apptrk/apptrk_git.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=95560debfde180684364319811cc1421"
4 4
5DEPENDS = "elfutils" 5DEPENDS = "elfutils"
6 6
7SRC_URI = "git://git.freescale.com/ppc/sdk/apptrk.git;nobranch=1" 7SRC_URI = "git://git.freescale.com/ppc/sdk/apptrk.git;branch=sdk-v1.9.x"
8SRCREV = "cbed10997c5e2a4aaa004fb0e1efec858bf1bbe1" 8SRCREV = "4216af328452ed25a557759715a2087986a5a4bd"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11