summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/apptrk
Commit message (Collapse)AuthorAgeFilesLines
* apptrk: removeChunrong Guo2018-02-063-75/+0
| | | | | | | This pkg will not be supported anymore Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* apptrk: Set PACKAGE_ARCH to the value of MACHINE_SOCARCHFabio Berton2016-12-061-0/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* apptrk: update to 873f44cTing Liu2016-08-121-3/+3
| | | | | | | | | 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>
* apptrk: update to commit 4216af3Ting Liu2016-04-191-2/+2
| | | | | | | | | | | | | | | 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>
* apptrk: replace += with append to ensure CFLAGS is appended correctlyZhenhua Luo2016-04-191-4/+4
| | | | | | | | Fix the following build error: Source/Linux_PA/linux_ppc_targimpl.c:19:24: fatal error: trk_prefix.h: No such file or directory Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* apptrk: Update recipe to support both QorIQ ARM and QorIQ PPC targetsZhenhua Luo2016-04-191-3/+7
| | | | | | | | | * Conditionally define EXTRA_OEMAKE and CFLAGS * Add COMPATIBLE_MACHINE Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move meta-fsl-ppc content to layer rootOtavio Salvador2015-07-281-0/+1
| | | | | | | | This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move meta-fsl-arm content to layer rootOtavio Salvador2015-07-163-0/+68
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>