diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:21 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:23 -0300 |
commit | 8b19b82e5422fbc924bc6e80034e9b1f665ce0fe (patch) | |
tree | 203e3efa6c721ef7d6e8b48174eeef0a694f6c73 | |
parent | 010e94b7d919902329a78cfb4c3ee24fd4f2a32c (diff) | |
download | meta-freescale-8b19b82e5422fbc924bc6e80034e9b1f665ce0fe.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@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/apptrk/apptrk_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/apptrk/apptrk_git.bb b/recipes-bsp/apptrk/apptrk_git.bb index 6cb8cfce..38b700fb 100644 --- a/recipes-bsp/apptrk/apptrk_git.bb +++ b/recipes-bsp/apptrk/apptrk_git.bb | |||
@@ -7,11 +7,11 @@ DEPENDS = "elfutils" | |||
7 | 7 | ||
8 | inherit kernel-arch | 8 | inherit kernel-arch |
9 | 9 | ||
10 | SRC_URI = "git://git.freescale.com/ppc/sdk/apptrk.git;nobranch=1 \ | 10 | SRC_URI = "git://git.freescale.com/ppc/sdk/apptrk.git;branch=sdk-v1.9.x \ |
11 | file://apptrk-install-create-all-components-of-DEST.patch \ | 11 | file://apptrk-install-create-all-components-of-DEST.patch \ |
12 | file://no-strip.patch \ | 12 | file://no-strip.patch \ |
13 | " | 13 | " |
14 | SRCREV = "cbed10997c5e2a4aaa004fb0e1efec858bf1bbe1" | 14 | SRCREV = "4216af328452ed25a557759715a2087986a5a4bd" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||