From: Denys Dmytriyenko <denys@ti.com>
To: "Maupin, Chase" <chase.maupin@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH 1/4] omapconf: add omapconf utility to assist testing and debug
Date: Fri, 29 Mar 2013 13:23:46 -0400 [thread overview]
Message-ID: <20130329172346.GO23022@edge> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED101594B0310@DLEE11.ent.ti.com>
On Fri, Mar 29, 2013 at 01:18:46PM -0400, Maupin, Chase wrote:
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Friday, March 29, 2013 12:12 PM
> > To: Maupin, Chase
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH 1/4] omapconf: add omapconf
> > utility to assist testing and debug
> >
> > On Fri, Mar 29, 2013 at 01:06:57PM -0400, Maupin, Chase wrote:
> > > > -----Original Message-----
> > > > From: Dmytriyenko, Denys
> > > > Sent: Friday, March 29, 2013 12:01 PM
> > > > To: Maupin, Chase
> > > > Cc: meta-arago@arago-project.org
> > > > Subject: Re: [meta-arago] [PATCH 1/4] omapconf: add omapconf
> > > > utility to assist testing and debug
> > > >
> > > > On Fri, Mar 29, 2013 at 08:50:30AM -0500, Chase Maupin wrote:
> > > > > * The omapconf utility gives useful information about the
> > > > > state of the OMAP device and can be used in debug and
> > > > testing.
> > > > >
> > > > > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > > > > ---
> > > > > .../recipes-devtools/omapconf/omapconf_git.bb | 25
> > > > ++++++++++++++++++++
> > > > > 1 files changed, 25 insertions(+), 0 deletions(-)
> > > > > create mode 100644 meta-arago-extras/recipes-
> > > > devtools/omapconf/omapconf_git.bb
> > > > >
> > > > > diff --git a/meta-arago-extras/recipes-
> > > > devtools/omapconf/omapconf_git.bb b/meta-arago-
> > extras/recipes-
> > > > devtools/omapconf/omapconf_git.bb
> > > > > new file mode 100644
> > > > > index 0000000..9fcd88d
> > > > > --- /dev/null
> > > > > +++ b/meta-arago-extras/recipes-
> > > > devtools/omapconf/omapconf_git.bb
> > > > > @@ -0,0 +1,25 @@
> > > > > +DESCRIPTION = "Diagnostic tool for TI OMAP processors"
> > > > > +HOMEPAGE = "https://github.com/omapconf/omapconf"
> > > > > +
> > > > > +LICENSE = "GPLv2 BSD"
> > > > > +LIC_FILES_CHKSUM =
> > > > "file://LICENSE;md5=205c83c4e2242a765acb923fc766e914"
> > > > > +
> > > > > +PV = "1.66"
> > > > > +PR = "r0"
> > > > > +
> > > > > +COMPATIBLE_MACHINE = "omap-a15"
> > > >
> > > > Is it compatible with omap4? I guess not omap3 though :)
> > >
> > > Correct. Since it supports OMAP4 as well I went ahead and left
> > it at
> > > omap-a15. OMAP3 wasn't listed as I recall.
> >
> > I'm confused. Shouldn't it be omap-a15|omap4?
>
> I didn't notice the pandaboard so I thought there wasn't an existing omap4.
> My logic was that when/if omap4 was added it would go into the omap-a15
> SOC_FAMILY. I'll send an update.
Why would pandaboard go into omap-a15 SOC_FAMILY? It's not Cortex-A15 and it
has it's own SOC_FAMILY.
Moreover, we had pandaboard in meta-ti for ages, the support is reasonably
up-to-date and it is part of my nightly builds of distro-less config...
> > > > > +
> > > > > +BRANCH ?= "master"
> > > > > +SRCREV = "418b94bde60dbd3f85a0afb6e4d2a808cfb104cd"
> > > > > +
> > > > > +SRC_URI =
> > > >
> > "git://github.com/omapconf/omapconf.git;protocol=git;branch=${BRA
> > > > NCH}"
> > > > > +
> > > > > +S = "${WORKDIR}/git"
> > > > > +
> > > > > +do_compile () {
> > > > > + oe_runmake CROSS_COMPILE=${TARGET_PREFIX} install
> > > > > +}
> > > > > +
> > > > > +do_install () {
> > > > > + oe_runmake DESTDIR=${D}${bindir} install
> > > > > +}
> > > > > --
> > > > > 1.7.0.4
> > > > >
> > > > > _______________________________________________
> > > > > meta-arago mailing list
> > > > > meta-arago@arago-project.org
> > > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-
> > arago
next prev parent reply other threads:[~2013-03-29 17:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-29 13:50 [PATCH 1/4] omapconf: add omapconf utility to assist testing and debug Chase Maupin
2013-03-29 13:50 ` [PATCH 2/4] arago-source-ipk: Add sourceipk for omapconf Chase Maupin
2013-03-29 13:50 ` [PATCH 3/4] tisdk-packagegroups: Add omapconf Chase Maupin
2013-03-29 13:50 ` [PATCH 4/4] ti-tisdk-makefile: Add omapconf targets Chase Maupin
2013-03-29 17:01 ` [PATCH 1/4] omapconf: add omapconf utility to assist testing and debug Denys Dmytriyenko
2013-03-29 17:06 ` Maupin, Chase
2013-03-29 17:11 ` Denys Dmytriyenko
2013-03-29 17:18 ` Maupin, Chase
2013-03-29 17:23 ` Denys Dmytriyenko [this message]
2013-03-29 17:25 ` Maupin, Chase
2013-03-29 17:29 ` Denys Dmytriyenko
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=20130329172346.GO23022@edge \
--to=denys@ti.com \
--cc=chase.maupin@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.