diff options
Diffstat (limited to 'recipes-bsp/pruss-lld/pruss-lld-test_git.bb')
-rw-r--r-- | recipes-bsp/pruss-lld/pruss-lld-test_git.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-bsp/pruss-lld/pruss-lld-test_git.bb b/recipes-bsp/pruss-lld/pruss-lld-test_git.bb index d994ec8f..7fdbfb6f 100644 --- a/recipes-bsp/pruss-lld/pruss-lld-test_git.bb +++ b/recipes-bsp/pruss-lld/pruss-lld-test_git.bb | |||
@@ -4,16 +4,18 @@ DEPENDS="common-csl-ip pruss-lld osal" | |||
4 | 4 | ||
5 | include pruss-lld.inc | 5 | include pruss-lld.inc |
6 | 6 | ||
7 | PR = "${INC_PR}.0" | 7 | PR = "${INC_PR}.1" |
8 | 8 | ||
9 | S = "${WORKDIR}/${PRUSS_LLD_GIT_DESTSUFFIX}" | 9 | S = "${WORKDIR}/${PRUSS_LLD_GIT_DESTSUFFIX}" |
10 | 10 | ||
11 | EXTRA_OEMAKE += "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} PRUSS_SRC_DIR=${S}" | ||
12 | |||
11 | do_compile () { | 13 | do_compile () { |
12 | # Build the tests | 14 | # Build the tests |
13 | make -f makefile_armv7 tests PDK_INSTALL_PATH=${STAGING_INCDIR} PRUSS_SRC_DIR=${S} | 15 | oe_runmake tests |
14 | } | 16 | } |
15 | 17 | ||
16 | do_install () { | 18 | do_install () { |
17 | # Install the binary | 19 | # Install the binary |
18 | make -f makefile_armv7 installbin PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_BIN_BASE_DIR=${D}${bindir} PRUSS_SRC_DIR=${S} | 20 | oe_runmake installbin INSTALL_BIN_BASE_DIR=${D}${bindir} |
19 | } | 21 | } |