* bump SRCREV and version * update SUMMARY, DESCRIPTION, LICENSE, and software manifest * add DEPENDs on opencv * build and install the example binary
Signed-off-by: Hongmei Gou <[email protected]> --- recipes-ti/tiovx/tiovx-app-host.bb | 17 +++++++++-------- recipes-ti/tiovx/tiovx-sys.inc | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/recipes-ti/tiovx/tiovx-app-host.bb b/recipes-ti/tiovx/tiovx-app-host.bb index 097fede..c45c4b8 100644 --- a/recipes-ti/tiovx/tiovx-app-host.bb +++ b/recipes-ti/tiovx/tiovx-app-host.bb @@ -1,32 +1,33 @@ -SUMMARY = "TI OpenVX HOST (Linux A15) conformance verification application, and Host side IPC implementation " -DESCRIPTION = "TI OpenVX implementation, TIOVX, includes Khronos defined conformance test as well as additional TI specific tests. This package creates application which runs all the tests (7K-8K). Same package includes IPC implementation (MessageQ based) needed for communication with DSP firmware (loaded at boot time) " +SUMMARY = "TI OpenVX HOST (Linux A15) conformance verification application, Khronos tutorial example, and Host side IPC implementation " +DESCRIPTION = "TI OpenVX implementation, TIOVX, includes Khronos defined conformance test and tutorial example, as well as additional TI specific tests. This package creates application which runs all the conformance tests (7K-8K) and Khronos tutorial exercise1. Same package includes IPC implementation (MessageQ based) needed for communication with DSP firmware (loaded at boot time) " -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://docs/manifest/TIOVX-APP-HOST_1.0.0.0_manifest.html;md5=de53bc8bf67ffa9a316fe48e3bacbf6d" +LICENSE = "BSD-3-Clause & MIT" +LIC_FILES_CHKSUM = "file://docs/manifest/TIOVX-APP-HOST_01.00.01.00_manifest.html;md5=247d7c56d783f583bf802490d5c93db3" require recipes-ti/includes/tisdk-paths.inc require tiovx-sys.inc -DEPENDS = " tiovx-sys-iface tiovx-lib-host ti-ipc cmem " +DEPENDS = " tiovx-sys-iface tiovx-lib-host ti-ipc cmem opencv" RDEPENDS_${PN} = " tiovx-sys-iface tiovx-sys-iface-firmware tiovx-lib-host ti-ipc cmem " -PR = "r2" +PR = "r0" COMPATIBLE_MACHINE = "dra7xx" PACKAGE_ARCH = "${MACHINE_ARCH}" -PROCLIST = "host" +PROCLIST = "host khronos_example" S = "${WORKDIR}/git" EXTRA_OEMAKE += " TARGET_ROOTDIR=${STAGING_DIR_HOST} " EXTRA_OEMAKE += " GCCLINARO=${TOOLCHAIN_PATH} TIOVXPATH=${TIOVX_INSTALL_DIR} IPCPATH=${IPC_INSTALL_DIR} " EXTRA_OEMAKE += " SDKPLATFORMIFPATH=${TIOVX_INSTALL_DIR}/sys-iface " -EXTRA_OEMAKE += " PROC_LIST=${PROCLIST} " +EXTRA_OEMAKE += " PROC_LIST='${PROCLIST}' " do_install () { install -d ${D}${bindir}/ install -m 0755 ${S}/host/bin/debug/app_host ${D}${bindir}/tiovx-app_host + install -m 0755 ${S}/khronos_example/bin/debug/opticalflow ${D}${bindir}/tiovx-opticalflow } FILES_${PN} += "${bindir}/*" diff --git a/recipes-ti/tiovx/tiovx-sys.inc b/recipes-ti/tiovx/tiovx-sys.inc index 43c4e1d..e45f130 100644 --- a/recipes-ti/tiovx/tiovx-sys.inc +++ b/recipes-ti/tiovx/tiovx-sys.inc @@ -1,5 +1,5 @@ -PV = "01.00.00.00" +PV = "01.00.01.00" BRANCH="master" -SRCREV = "375fa639773970e433171686f01f360a9a5b2ad4" +SRCREV = "dc60c253a218fb3ec92fdeeaa454fce047f8964a" SRC_URI = "git://git.ti.com/processor-sdk/tiovx-app.git;protocol=git;branch=${BRANCH}" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
