* [PATCH] arm-benchmarks: port of am-benchmarks from arago
@ 2012-01-26 19:00 Chase Maupin
2012-01-26 19:09 ` Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Chase Maupin @ 2012-01-26 19:00 UTC (permalink / raw)
To: meta-ti
* Ported the am-benchmarks recipe from arago and changed the name
to arm-benchmarks.
* Updated the SRCREV to pickup licensing file
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb | 26 +++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
create mode 100644 recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
diff --git a/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb b/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
new file mode 100644
index 0000000..c7a8e12
--- /dev/null
+++ b/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "AM Benchmarks"
+HOMEPAGE = "https://gforge.ti.com/gf/project/am_benchmarks/"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7aefb5e1cffc7b6a3ef18b803f957922"
+SECTION = "system"
+
+SRCREV = "76"
+PR = "r0+svnr${SRCPV}"
+
+SRC_URI = "svn://gforge.ti.com/svn/am_benchmarks/;module=trunk;proto=https;user=anonymous;pswd=''"
+
+S = "${WORKDIR}/trunk"
+
+do_compile() {
+ export CROSS_COMPILE=${TARGET_PREFIX}
+ export ARCH=${TUNE_PKGARCH}
+ # build the release version
+ make release
+}
+
+do_install() {
+ export ARCH=${TUNE_PKGARCH}
+ make DESTDIR=${D} install
+}
+
+RDEPENDS += matrix-gui-armbenchmarks-demos
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] arm-benchmarks: port of am-benchmarks from arago
2012-01-26 19:00 [PATCH] arm-benchmarks: port of am-benchmarks from arago Chase Maupin
@ 2012-01-26 19:09 ` Denys Dmytriyenko
2012-01-26 19:28 ` Maupin, Chase
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2012-01-26 19:09 UTC (permalink / raw)
To: Chase Maupin; +Cc: meta-ti
On Thu, Jan 26, 2012 at 01:00:55PM -0600, Chase Maupin wrote:
> * Ported the am-benchmarks recipe from arago and changed the name
> to arm-benchmarks.
> * Updated the SRCREV to pickup licensing file
>
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
> recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb | 26 +++++++++++++++++++++++
> 1 files changed, 26 insertions(+), 0 deletions(-)
> create mode 100644 recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
>
> diff --git a/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb b/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
> new file mode 100644
> index 0000000..c7a8e12
> --- /dev/null
> +++ b/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
> @@ -0,0 +1,26 @@
> +DESCRIPTION = "AM Benchmarks"
Didn't you change the name? ^^^
> +HOMEPAGE = "https://gforge.ti.com/gf/project/am_benchmarks/"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=7aefb5e1cffc7b6a3ef18b803f957922"
> +SECTION = "system"
> +
> +SRCREV = "76"
> +PR = "r0+svnr${SRCPV}"
> +
> +SRC_URI = "svn://gforge.ti.com/svn/am_benchmarks/;module=trunk;proto=https;user=anonymous;pswd=''"
> +
> +S = "${WORKDIR}/trunk"
> +
> +do_compile() {
> + export CROSS_COMPILE=${TARGET_PREFIX}
> + export ARCH=${TUNE_PKGARCH}
> + # build the release version
> + make release
> +}
> +
> +do_install() {
> + export ARCH=${TUNE_PKGARCH}
> + make DESTDIR=${D} install
> +}
> +
> +RDEPENDS += matrix-gui-armbenchmarks-demos
Do we really need to RDEPENDS on matrix?
--
Denys
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] arm-benchmarks: port of am-benchmarks from arago
2012-01-26 19:09 ` Denys Dmytriyenko
@ 2012-01-26 19:28 ` Maupin, Chase
2012-01-26 19:39 ` Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Maupin, Chase @ 2012-01-26 19:28 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti@yoctoproject.org
> -----Original Message-----
> From: Denys Dmytriyenko [mailto:denis@denix.org]
> Sent: Thursday, January 26, 2012 1:10 PM
> To: Maupin, Chase
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] arm-benchmarks: port of am-
> benchmarks from arago
>
> On Thu, Jan 26, 2012 at 01:00:55PM -0600, Chase Maupin wrote:
> > * Ported the am-benchmarks recipe from arago and changed the name
> > to arm-benchmarks.
> > * Updated the SRCREV to pickup licensing file
> >
> > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > ---
> > recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb | 26
> +++++++++++++++++++++++
> > 1 files changed, 26 insertions(+), 0 deletions(-)
> > create mode 100644 recipes-ti/arm-benchmarks/arm-
> benchmarks_1.3.bb
> >
> > diff --git a/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
> b/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
> > new file mode 100644
> > index 0000000..c7a8e12
> > --- /dev/null
> > +++ b/recipes-ti/arm-benchmarks/arm-benchmarks_1.3.bb
> > @@ -0,0 +1,26 @@
> > +DESCRIPTION = "AM Benchmarks"
>
> Didn't you change the name? ^^^
Yes, good point
>
>
> > +HOMEPAGE = "https://gforge.ti.com/gf/project/am_benchmarks/"
> > +LICENSE = "BSD"
> > +LIC_FILES_CHKSUM =
> "file://COPYING;md5=7aefb5e1cffc7b6a3ef18b803f957922"
> > +SECTION = "system"
> > +
> > +SRCREV = "76"
> > +PR = "r0+svnr${SRCPV}"
> > +
> > +SRC_URI =
> "svn://gforge.ti.com/svn/am_benchmarks/;module=trunk;proto=https;us
> er=anonymous;pswd=''"
> > +
> > +S = "${WORKDIR}/trunk"
> > +
> > +do_compile() {
> > + export CROSS_COMPILE=${TARGET_PREFIX}
> > + export ARCH=${TUNE_PKGARCH}
> > + # build the release version
> > + make release
> > +}
> > +
> > +do_install() {
> > + export ARCH=${TUNE_PKGARCH}
> > + make DESTDIR=${D} install
> > +}
> > +
> > +RDEPENDS += matrix-gui-armbenchmarks-demos
>
> Do we really need to RDEPENDS on matrix?
It just pulls in the matrix information, but this by itself does not pull in full matrix.
>
> --
> Denys
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] arm-benchmarks: port of am-benchmarks from arago
2012-01-26 19:28 ` Maupin, Chase
@ 2012-01-26 19:39 ` Denys Dmytriyenko
2012-01-26 19:58 ` Maupin, Chase
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2012-01-26 19:39 UTC (permalink / raw)
To: Maupin, Chase; +Cc: meta-ti@yoctoproject.org
On Thu, Jan 26, 2012 at 07:28:01PM +0000, Maupin, Chase wrote:
> > > +do_install() {
> > > + export ARCH=${TUNE_PKGARCH}
> > > + make DESTDIR=${D} install
> > > +}
> > > +
> > > +RDEPENDS += matrix-gui-armbenchmarks-demos
> >
> > Do we really need to RDEPENDS on matrix?
>
> It just pulls in the matrix information, but this by itself does not pull in
> full matrix.
Isn't it a bit reverse? Can arm-benchmarks be used on its own?
--
Denys
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] arm-benchmarks: port of am-benchmarks from arago
2012-01-26 19:39 ` Denys Dmytriyenko
@ 2012-01-26 19:58 ` Maupin, Chase
0 siblings, 0 replies; 5+ messages in thread
From: Maupin, Chase @ 2012-01-26 19:58 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti@yoctoproject.org
So the matrix-gui-armbenchmarks-demos package just contains the descriptors (the .desktop, etc) for the arm-benchmarks for matrix. This information used to be in the arm-benchmarks recipe as a tarball, but we broke this up instead into a shared git repository and a recipe to package the arm-benchmarks part of that git repository. So the idea here is that arm-benchmarks install their description data when they are installed. If matrix or someone else happens to be looking at the .desktop files then they will discover that arm-benchmarks is available. In this way the application brings his description data along with him.
The original intention was that for apps we controlled the application brought everything along. However, some things that we don't control like the Qt demos have matrix-gui-xxxx recipes that do the dependency the way you are suggesting. So to avoid confusion I will switch this around. I'll update the patches and re-order everything so that this all makes sense.
Sincerely,
Chase Maupin
Software Applications
ARM MPU
e-mail: chase.maupin@ti.com
phone: (214) 567-2950
For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/
> -----Original Message-----
> From: Denys Dmytriyenko [mailto:denis@denix.org]
> Sent: Thursday, January 26, 2012 1:40 PM
> To: Maupin, Chase
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] arm-benchmarks: port of am-
> benchmarks from arago
>
> On Thu, Jan 26, 2012 at 07:28:01PM +0000, Maupin, Chase wrote:
> > > > +do_install() {
> > > > + export ARCH=${TUNE_PKGARCH}
> > > > + make DESTDIR=${D} install
> > > > +}
> > > > +
> > > > +RDEPENDS += matrix-gui-armbenchmarks-demos
> > >
> > > Do we really need to RDEPENDS on matrix?
> >
> > It just pulls in the matrix information, but this by itself does
> not pull in
> > full matrix.
>
> Isn't it a bit reverse? Can arm-benchmarks be used on its own?
>
> --
> Denys
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-01-26 19:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-26 19:00 [PATCH] arm-benchmarks: port of am-benchmarks from arago Chase Maupin
2012-01-26 19:09 ` Denys Dmytriyenko
2012-01-26 19:28 ` Maupin, Chase
2012-01-26 19:39 ` Denys Dmytriyenko
2012-01-26 19:58 ` Maupin, Chase
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.