diff options
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/apptrk/apptrk_git.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-bsp/apptrk/apptrk_git.bb b/recipes-bsp/apptrk/apptrk_git.bb index 1d251070..cef12927 100644 --- a/recipes-bsp/apptrk/apptrk_git.bb +++ b/recipes-bsp/apptrk/apptrk_git.bb | |||
@@ -15,11 +15,15 @@ SRCREV = "cbed10997c5e2a4aaa004fb0e1efec858bf1bbe1" | |||
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | EXTRA_OEMAKE = "" | 18 | EXTRA_OEMAKE_qoriq-arm = "ARCH=arm" |
19 | 19 | ||
20 | CFLAGS += " -I${STAGING_INCDIR}" | 20 | CFLAGS += "-I${STAGING_INCDIR} -ISource/Linux -ISource/Portable" |
21 | CFLAGS_append_powerpc64 = " -DENABLE_64BIT_SUPPORT" | 21 | CFLAGS_qoriq-arm += "-ISource/Linux_ARM -ISource/ARM" |
22 | CFLAGS_qoriq-ppc += "-ISource/Linux_PA -ISource/PA -DPPC" | ||
23 | CFLAGS_powerpc64 += "-DENABLE_64BIT_SUPPORT" | ||
22 | 24 | ||
23 | do_install() { | 25 | do_install() { |
24 | oe_runmake install DESTDIR=${D} | 26 | oe_runmake install DESTDIR=${D} |
25 | } | 27 | } |
28 | |||
29 | COMPATIBLE_MACHINE = "(qoriq)" | ||