From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by arago-project.org (Postfix) with ESMTPS id A26C952A1C for ; Fri, 25 Jan 2013 19:56:30 +0000 (UTC) Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id r0PJuTiq029043; Fri, 25 Jan 2013 13:56:30 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id r0PJuTDJ016005; Fri, 25 Jan 2013 13:56:29 -0600 Received: from dlelxv22.itg.ti.com (172.17.1.197) by dfle72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.1.323.3; Fri, 25 Jan 2013 13:56:29 -0600 Received: from localhost ([158.218.102.158]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r0PJuTRl032040; Fri, 25 Jan 2013 13:56:29 -0600 Date: Fri, 25 Jan 2013 14:56:29 -0500 From: Denys Dmytriyenko To: "Cooper Jr., Franklin" Message-ID: <20130125195628.GG10087@edge> References: <1359037281-12610-1-git-send-email-fcooper@ti.com> <1359037281-12610-11-git-send-email-fcooper@ti.com> <20130125193807.GF23977@denix.org> <8F29D6B095ED194EA1980491A5E029710C37B80F@DFLE09.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C37B80F@DFLE09.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" , "Gerlach, Dave" Subject: Re: [PATCH 42/47] Makefile_am-benchmarks: Renamed to Makefile_arm-benchmarks X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 19:56:30 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline 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 > > > > ^^^^^ 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