summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/apptrk
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/apptrk')
-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)"