From: Denys Dmytriyenko <denys@ti.com>
To: "Su, Qin" <qsu@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH v2] arm-compute-library: bump SRCREV and add TI benchmark test group.
Date: Tue, 27 Nov 2018 15:04:59 -0500 [thread overview]
Message-ID: <20181127200459.GD29204@beryl> (raw)
In-Reply-To: <b8f61903377d478ebb3082a697acf773@ti.com>
On Tue, Nov 27, 2018 at 03:00:22PM -0500, Su, Qin wrote:
>
>
> >-----Original Message-----
> >From: Dmytriyenko, Denys
> >Sent: Monday, November 26, 2018 5:12 PM
> >To: Su, Qin
> >Cc: meta-arago@arago-project.org
> >Subject: Re: [meta-arago] [PATCH v2] arm-compute-library: bump SRCREV and
> >add TI benchmark test group.
> >
> >On Wed, Nov 21, 2018 at 02:01:53PM -0500, Qin Su wrote:
> >> updated to the latest version of 18.08 updated LIC_FILES_CHKSUM as
> >> Copyright time changed in LICENSE from 2017 to 2017-2018 updated to
> >> generate versioned library added benchmark preset group for squeezenet
> >> and inceptionnet
> >
> >Mostly looks good. 2 comments re: permissions and *.so below.
[snip]
> >> @@ -30,7 +43,7 @@ do_install() {
> >> CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
> >>
> >> install -m 0755 -d ${D}${libdir}
> >> - for lib in ${S}/build/*.so
> >> + for lib in ${S}/build/*.so*
> >> do
> >> install -m 0755 $lib ${D}${libdir}
> >> done
> >> @@ -43,16 +56,13 @@ do_install() {
> >> # Install built source package as expected by ARMNN
> >> install -d ${D}${datadir}/${BPN}
> >> cp $CP_ARGS ${S}/. ${D}${datadir}/${BPN}
> >> + # Remove unneeded symlink .so
> >> + rm -f ${D}${datadir}/${BPN}/build/*.so
> >
> >Why? They are useful for development and would automatically get packaged
> >into ${PN}-dev package...
> >
> These are the source files used by armnn. I did a clean up here with the change of
> enabling the use of shared library in armnn patch v3
>
> Replaced:
> # Install built source package as expected by ARMNN
> install -d ${D}${datadir}/${BPN}
> cp $CP_ARGS ${S}/. ${D}${datadir}/${BPN}
> # Remove unneeded symlink .so
> rm -f ${D}${datadir}/${BPN}/build/*.so
>
> with:
> # Install built source package as expected by ARMNN
> install -d ${D}${datadir}/${BPN}
> cp $CP_ARGS ${S}/arm_compute ${D}${datadir}/${BPN}/.
> cp $CP_ARGS ${S}/include ${D}${datadir}/${BPN}/.
> cp $CP_ARGS ${S}/support ${D}${datadir}/${BPN}/.
Ah, sorry, I misread your code above - you are correct, those are sources
installed into ${datadir}. Yes, the new code is more clear about that. Thanks!
> >> -SOLIBS = ".so"
> >> -FILES_SOLIBSDEV = ""
> >> INSANE_SKIP_${PN} = "ldflags"
> >> INSANE_SKIP_${PN}-dev = "dev-elf ldflags"
> >>
> >> -PACKAGES =+ "${PN}-source"
> >> -FILES_${PN} += "${bindir}/*"
> >> -FILES_${PN} += "${libdir}/*.so"
> >> FILES_${PN}-source = "${datadir}/${BPN}"
> >> INSANE_SKIP_${PN}-source = "ldflags libdir staticdev"
> >> INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> >> --
> >> 1.9.1
> >>
> >> _______________________________________________
> >> meta-arago mailing list
> >> meta-arago@arago-project.org
> >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2018-11-27 20:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-21 19:01 [PATCH v2] arm-compute-library: bump SRCREV and add TI benchmark test group Qin Su
2018-11-26 22:11 ` Denys Dmytriyenko
2018-11-27 20:00 ` Su, Qin
2018-11-27 20:04 ` Denys Dmytriyenko [this message]
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=20181127200459.GD29204@beryl \
--to=denys@ti.com \
--cc=meta-arago@arago-project.org \
--cc=qsu@ti.com \
/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.