All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gou, Hongmei" <h-gou@ti.com>
To: "Dmytriyenko, Denys" <denys@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>,
	"Senicic, Djordje" <d-senicic1@ti.com>
Subject: Re: [master/thud/ti2019.03 2/4] tiovx-lib-host: add recipe for TI OpenVX library, host side
Date: Mon, 7 Oct 2019 22:34:31 +0000	[thread overview]
Message-ID: <d3dd16d6835049428bc3fe08bccead4c@ti.com> (raw)
In-Reply-To: <20191007201951.GD2144@beryl>

v2 is now submitted for the first 3 patches of the patch set.

> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, October 07, 2019 4:20 PM
> To: Gou, Hongmei
> Cc: meta-arago@arago-project.org; Senicic, Djordje; Senicic, Djordje
> Subject: Re: [meta-arago] [master/thud/ti2019.03 2/4] tiovx-lib-host: add
> recipe for TI OpenVX library, host side
> 
> Ping?
> 
> On Tue, Oct 01, 2019 at 04:03:49PM -0400, Denys Dmytriyenko wrote:
> > On Mon, Sep 23, 2019 at 03:21:19PM -0400, Hongmei Gou wrote:
> > > Signed-off-by: Djordje Senicic <x0157990@ti.com>
> > > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> > > Signed-off-by: Hongmei Gou <a0271529@ti.com>
> > > ---
> > >  ...r-Yocto-build-and-add-RTOS-build-var.patch | 133
> ++++++++++++++++++
> > >  .../recipes-ti/tiovx/tiovx-lib-host.bb        |  41 ++++++
> > >  2 files changed, 174 insertions(+)
> > >  create mode 100644 meta-arago-extras/recipes-ti/tiovx/files/0001-Fix-
> paths-for-Yocto-build-and-add-RTOS-build-var.patch
> > >  create mode 100644 meta-arago-extras/recipes-ti/tiovx/tiovx-lib-
> host.bb
> >
> > [...]
> >
> >
> > > diff --git a/meta-arago-extras/recipes-ti/tiovx/tiovx-lib-host.bb b/meta-
> arago-extras/recipes-ti/tiovx/tiovx-lib-host.bb
> > > new file mode 100644
> > > index 00000000..6115b195
> > > --- /dev/null
> > > +++ b/meta-arago-extras/recipes-ti/tiovx/tiovx-lib-host.bb
> > > @@ -0,0 +1,41 @@
> > > +SUMMARY = "TI OpenVX HOST (Linux A15) side library"
> > > +DESCRIPTION = "TI OpenVX implementation, TIOVX, based on Khronos
> OpenVX framework implementation including multiple C66 optimized
> kernels. Khronos defined conformance test is part of this package as well as
> additional TI specific tests. Few tutorial examples are also included. This
> package creates necessary libraries and header files for Linux Host side only.
> "
> > > +
> > > +LICENSE = "TI-TSPA"
> > > +LIC_FILES_CHKSUM =
> "file://docs/manifest/TIOVX_manifest.html;md5=edd4fbfc6c1f01c20d49def4
> 670efac0"
> > > +
> > > +require recipes-ti/includes/tisdk-paths.inc
> >
> > ERROR: ParseError at .../meta-arago/meta-arago-extras/recipes-
> ti/tiovx/tiovx-lib-host.bb:7: Could not include required file recipes-
> ti/includes/tisdk-paths.inc
> >
> >
> > > +
> > > +COMPATIBLE_MACHINE = "dra7xx"
> > > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > +
> > > +PV = "01.00.00.00"
> > > +PR = "r1"
> > > +
> > > +BRANCH = "master"
> > > +SRC_URI = "git://git.ti.com/processor-
> sdk/tiovx.git;protocol=git;branch=${BRANCH}"
> > > +SRC_URI += "file://0001-Fix-paths-for-Yocto-build-and-add-RTOS-build-
> var.patch "
> > > +SRCREV = "2bfa01201804eaf2e675c743e708e88ab612049e"
> > > +
> > > +
> > > +S = "${WORKDIR}/git"
> > > +
> > > +DEPENDS = " tiovx-sys-iface "
> > > +
> > > +EXTRA_OEMAKE += " GCCLINARO=${TOOLCHAIN_PATH} "
> > > +EXTRA_OEMAKE += "
> SDKPLATFORMIFPATH=${TIOVX_INSTALL_DIR}/sys-iface BUILD_RTOS=no "
> > > +
> > > +do_install () {
> > > +    CP_ARGS="-Prf --preserve=mode,timestamps --no-
> preserve=ownership"
> > > +    install -d ${D}${includedir}/VX
> > > +    install -d ${D}${includedir}/VX/TI
> > > +    install -d ${D}${libdir}
> > > +    cp ${CP_ARGS} ${S}/lib/TDAX/A15/LINUX/release/*.a ${D}${libdir}
> > > +    cp ${CP_ARGS} ${S}/include/VX/* ${D}${includedir}/VX
> > > +    cp ${CP_ARGS} ${S}/include/TI/* ${D}${includedir}/VX/TI
> > > +}
> > > +
> > > +FILES_${PN}-staticdev = "${libdir}"
> > > +FILES_${PN}-dev = "${includedir}"
> > > +
> > > +ALLOW_EMPTY_${PN} = "1"
> > > --
> > > 2.17.1
> > >
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2019-10-07 22:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-23 19:21 [master/thud/ti2019.03 1/4] tiovx-sys-iface: add interface header files between TIOVX library and IPC implementation Hongmei Gou
2019-09-23 19:21 ` [master/thud/ti2019.03 2/4] tiovx-lib-host: add recipe for TI OpenVX library, host side Hongmei Gou
2019-10-01 20:03   ` Denys Dmytriyenko
2019-10-07 20:19     ` Denys Dmytriyenko
2019-10-07 22:34       ` Gou, Hongmei [this message]
2019-09-23 19:21 ` [master/thud/ti2019.03 3/4] tiovx-app-host: TI OpenVX IPC HOST implementation and sample applications Hongmei Gou
2019-09-23 19:21 ` [master/thud/ti2019.03 4/4] ti-tisdk-makefile: include source for tiovx-app-host and add it to the top-level makefile Hongmei Gou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d3dd16d6835049428bc3fe08bccead4c@ti.com \
    --to=h-gou@ti.com \
    --cc=d-senicic1@ti.com \
    --cc=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.