From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- .../recipes-ti/ipc/ipc-transport-qmss-test_git.bb | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 bsp/meta-ti/recipes-ti/ipc/ipc-transport-qmss-test_git.bb (limited to 'bsp/meta-ti/recipes-ti/ipc/ipc-transport-qmss-test_git.bb') diff --git a/bsp/meta-ti/recipes-ti/ipc/ipc-transport-qmss-test_git.bb b/bsp/meta-ti/recipes-ti/ipc/ipc-transport-qmss-test_git.bb new file mode 100644 index 00000000..3561ef95 --- /dev/null +++ b/bsp/meta-ti/recipes-ti/ipc/ipc-transport-qmss-test_git.bb @@ -0,0 +1,37 @@ +include ipc-transport-qmss.inc + +PR = "${INC_PR}.0" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +DEPENDS = "ipc-transport-qmss ti-ipc" + +#FILES_${PN}-test = "${bindir}/multiProcessTest_*.out" + +CHOICELIST = "yes no" + +DEVICELIST_k2hk = "k2h k2k" +DEVICELIST_k2e = "k2e" +DEVICELIST_k2l = "k2l" + +do_compile () { +# Now build the test code + for device in ${DEVICELIST} + do + for choice in ${CHOICELIST} + do + oe_runmake tests \ + IPC_DEVKIT_INSTALL_PATH=${STAGING_INCDIR} \ + USEDYNAMIC_LIB="$choice" DEVICE="$device" + done + done +} + +do_install () { + for device in ${DEVICELIST} + do + oe_runmake installbin \ + INSTALL_BIN_BASE_DIR=${D}${bindir} DEVICE="$device" + done + +} -- cgit 1.2.3-korg