From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>,
"Gerlach, Dave" <d-gerlach@ti.com>
Subject: Re: [PATCH 42/47] Makefile_am-benchmarks: Renamed to Makefile_arm-benchmarks
Date: Fri, 25 Jan 2013 14:56:29 -0500 [thread overview]
Message-ID: <20130125195628.GG10087@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C37B80F@DFLE09.ent.ti.com>
On Fri, Jan 25, 2013 at 02:53:08PM -0500, Cooper Jr., Franklin wrote:
> The patch came from Dave Gerlach who sent it directly to me. So the From address is correct.
Yeah, I mean it should have "Dave Gerlach" instead of "dgerlach"... Basically,
he should set his user.name in git-config properly. I'll fix it manually for
now.
> I'll make the user.email change.
Thanks!
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
> > Sent: Friday, January 25, 2013 1:38 PM
> > To: Franklin S. Cooper Jr
> > Cc: meta-arago@arago-project.org; Gerlach, Dave
> > Subject: Re: [meta-arago] [PATCH 42/47] Makefile_am-benchmarks: Renamed
> > to Makefile_arm-benchmarks
> >
> > On Thu, Jan 24, 2013 at 08:21:16AM -0600, Franklin S. Cooper Jr wrote:
> > > From: dgerlach <d-gerlach@ti.com>
> >
> > ^^^^^ Can we get the correct From: line here?
> >
> > And while we are at it, Franklin, do you want to set your own user.email in git-
> > config with the TI email, so your From: line matches your Signed-off-by:
> > line? Right now it defaults to gmail address, since you send your patches
> > through it...
> >
> > --
> > Denys
> >
> >
> > > * All references to am-benchmarks changed to arm-benchmarks for
> > Makefile_arm-benchmarks
> > >
> > > ti-tisdk-makefile: Modified to use Makefile_arm-benchmarks rather than
> > Makefile_am-benchmarks
> > > ---
> > > .../ti-tisdk-makefile/Makefile_am-benchmarks | 24 --------------------
> > > .../ti-tisdk-makefile/Makefile_arm-benchmarks | 24
> > ++++++++++++++++++++
> > > .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 6 ++--
> > > 3 files changed, 27 insertions(+), 27 deletions(-)
> > > delete mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
> > tisdk-makefile/Makefile_am-benchmarks
> > > create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
> > tisdk-makefile/Makefile_arm-benchmarks
> > >
> > > diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
> > makefile/Makefile_am-benchmarks b/meta-arago-distro/recipes-tisdk/ti-tisdk-
> > makefile/ti-tisdk-makefile/Makefile_am-benchmarks
> > > deleted file mode 100644
> > > index ba0e0c6..0000000
> > > --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
> > makefile/Makefile_am-benchmarks
> > > +++ /dev/null
> > > @@ -1,24 +0,0 @@
> > > -# am-benchmarks build targets
> > > -am-benchmarks:
> > > - @echo =============================
> > > - @echo Building AM Benchmarks
> > > - @echo =============================
> > > - @cd example-applications; cd `find . -name "*am-benchmarks*"`;
> > make
> > > -
> > > -am-benchmarks_clean:
> > > - @echo =============================
> > > - @echo Cleaning AM Benchmarks
> > > - @echo =============================
> > > - @cd example-applications; cd `find . -name "*am-benchmarks*"`;
> > make clean
> > > -
> > > -am-benchmarks_install:
> > > - @echo ==============================================
> > > - @echo Installing AM Benchmarks - Release version
> > > - @echo ==============================================
> > > - @cd example-applications; cd `find . -name "*am-benchmarks*"`;
> > make install
> > > -
> > > -am-benchmarks_install_debug:
> > > - @echo ============================================
> > > - @echo Installing AM Benchmarks - Debug Version
> > > - @echo ============================================
> > > - @cd example-applications; cd `find . -name "*am-benchmarks*"`;
> > make install_debug
> > > diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
> > makefile/Makefile_arm-benchmarks b/meta-arago-distro/recipes-tisdk/ti-
> > tisdk-makefile/ti-tisdk-makefile/Makefile_arm-benchmarks
> > > new file mode 100644
> > > index 0000000..0447ea5
> > > --- /dev/null
> > > +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
> > makefile/Makefile_arm-benchmarks
> > > @@ -0,0 +1,24 @@
> > > +# arm-benchmarks build targets
> > > +arm-benchmarks:
> > > + @echo =============================
> > > + @echo Building ARM Benchmarks
> > > + @echo =============================
> > > + @cd example-applications; cd `find . -name "*arm-benchmarks*"`;
> > make
> > > +
> > > +arm-benchmarks_clean:
> > > + @echo =============================
> > > + @echo Cleaning ARM Benchmarks
> > > + @echo =============================
> > > + @cd example-applications; cd `find . -name "*arm-benchmarks*"`;
> > make clean
> > > +
> > > +arm-benchmarks_install:
> > > + @echo ==============================================
> > > + @echo Installing ARM Benchmarks - Release version
> > > + @echo ==============================================
> > > + @cd example-applications; cd `find . -name "*arm-benchmarks*"`;
> > make install
> > > +
> > > +arm-benchmarks_install_debug:
> > > + @echo ============================================
> > > + @echo Installing ARM Benchmarks - Debug Version
> > > + @echo ============================================
> > > + @cd example-applications; cd `find . -name "*arm-benchmarks*"`;
> > make install_debug
> > > diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
> > makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
> > makefile_1.0.bb
> > > index 6208f21..a276140 100644
> > > --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
> > makefile_1.0.bb
> > > +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
> > makefile_1.0.bb
> > > @@ -16,7 +16,7 @@ SRC_URI = "\
> > > file://Makefile_linux \
> > > file://Makefile_u-boot-legacy \
> > > file://Makefile_matrix-gui \
> > > - file://Makefile_am-benchmarks \
> > > + file://Makefile_arm-benchmarks \
> > > file://Makefile_am-sysinfo \
> > > file://Makefile_av-examples \
> > > file://Makefile_u-boot-spl \
> > > @@ -29,11 +29,11 @@ SRC_URI = "\
> > > file://Makefile_wireless \
> > > "
> > >
> > > -PR = "r1"
> > > +PR = "r2"
> > >
> > > MAKEFILES_COMMON = "linux \
> > > matrix-gui \
> > > - am-benchmarks \
> > > + arm-benchmarks \
> > > am-sysinfo \
> > > matrix-gui-browser \
> > > refresh-screen \
> > > --
> > > 1.7.0.4
> > >
> > > _______________________________________________
> > > 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
next prev parent reply other threads:[~2013-01-25 19:56 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-24 14:21 [PATCH 32/47] task-arago-gst: Remove gst-plugins-ugly Franklin S. Cooper Jr
2013-01-24 14:21 ` [PATCH 33/47] libav: Disable any mp3 or mpeg2 related features Franklin S. Cooper Jr
2013-01-24 14:21 ` [PATCH 34/47] gst-plugins-bad: Disable any feature based on mpeg2 or mp3 Franklin S. Cooper Jr
2013-01-24 14:21 ` [PATCH 35/47] arago.conf: Remove commercial license whitelisting Franklin S. Cooper Jr
2013-01-24 14:21 ` [PATCH 36/47] arago-amsdk-image: use gz compression instead of bz2 Franklin S. Cooper Jr
2013-01-24 14:21 ` [PATCH 37/47] tisdk-image: Package gz file systems by default Franklin S. Cooper Jr
2013-01-24 14:21 ` [PATCH 38/47] tisdk-rootfs-image: Build on top of arago-base-tisdk-image Franklin S. Cooper Jr
2013-01-24 14:21 ` [PATCH 39/47] tisdk-image: Fix missing header in SW manifest Franklin S. Cooper Jr
2013-01-24 14:21 ` [PATCH 40/47] meta-toolchain-arago: Substitute dirname statement Franklin S. Cooper Jr
2013-01-25 19:32 ` Denys Dmytriyenko
2013-01-25 19:42 ` Cooper Jr., Franklin
2013-01-24 14:21 ` [PATCH 41/47] ti-tisdk-setup: Switch back filesystem file type Franklin S. Cooper Jr
2013-01-24 14:21 ` [PATCH 42/47] Makefile_am-benchmarks: Renamed to Makefile_arm-benchmarks Franklin S. Cooper Jr
2013-01-25 19:38 ` Denys Dmytriyenko
2013-01-25 19:53 ` Cooper Jr., Franklin
2013-01-25 19:56 ` Denys Dmytriyenko [this message]
2013-01-24 14:21 ` [PATCH 43/47] Makefile_qml-playground: Renamed to Makefile_quick-playground Franklin S. Cooper Jr
2013-01-24 14:21 ` [PATCH 44/47] busybox: Enable rev utility Franklin S. Cooper Jr
2013-01-24 14:21 ` [PATCH 45/47] qt-tstat: Remove proxy settings Franklin S. Cooper Jr
2013-01-24 14:21 ` [PATCH 46/47] ti-tisdk-setup: Pull latest sources for create-sdcard fix Franklin S. Cooper Jr
2013-01-24 14:21 ` [PATCH 47/47] matrix-gui-apps-git.inc: Update Matrix v2 applications Franklin S. Cooper Jr
2013-01-24 18:29 ` [PATCH 32/47] task-arago-gst: Remove gst-plugins-ugly Denys Dmytriyenko
2013-01-24 18:44 ` Cooper Jr., Franklin
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=20130125195628.GG10087@edge \
--to=denys@ti.com \
--cc=d-gerlach@ti.com \
--cc=fcooper@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.