summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pruss-lld/pruss-lld-test_git.bb
blob: 7fdbfb6f608492996429efabdef190e563e43905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "TI PRUSS low level driver tests"

DEPENDS="common-csl-ip pruss-lld osal"

include pruss-lld.inc

PR = "${INC_PR}.1"

S = "${WORKDIR}/${PRUSS_LLD_GIT_DESTSUFFIX}"

EXTRA_OEMAKE += "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} PRUSS_SRC_DIR=${S}"

do_compile () {
#   Build the tests
    oe_runmake tests
}

do_install () {
#   Install the binary
    oe_runmake installbin INSTALL_BIN_BASE_DIR=${D}${bindir}
}