All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH 15/19] toolchain-linaro/gcc: remove DEFAULTTUNE settings that went to meta-ti
Date: Fri, 20 Jun 2014 15:35:42 -0400	[thread overview]
Message-ID: <20140620193541.GH1825@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C6D646B@DFLE08.ent.ti.com>

On Fri, Jun 20, 2014 at 03:31:03PM -0400, Cooper Jr., Franklin wrote:
> 
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Friday, June 20, 2014 2:29 PM
> > To: Cooper Jr., Franklin
> > Cc: Maupin, Chase; Denys Dmytriyenko; meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH 15/19] toolchain-linaro/gcc: remove
> > DEFAULTTUNE settings that went to meta-ti
> > 
> > On Fri, Jun 20, 2014 at 07:18:21PM +0000, Cooper Jr., Franklin wrote:
> > > Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
> > >
> > > I don't see any DEFAULTTUNE settings in meta-ti.
> > 
> > https://lists.yoctoproject.org/pipermail/meta-ti/2014-June/004722.html
> > 
> > 
> > > Is there a package in the future that will make that change? I have no
> > > issue with this in general since this was another way I solved my
> > > valgrind issue
> > 
> > That's the right way to do it on per-machine level. Unfortunately, it seems like
> > a bitbake issue/feature when doing it on per-distro level, as I described it
> > yesterday.
> > 
> > 
> > > and in oe-core it is setting a working value but I'm just curious.
> > 
> > Huh? What do you mean?

> [Franklin] Ex oe-core/meta/conf/machine/include/tune-cortexa9.inc

Yes, it sets the DEFAULTTUNE if not already set, but it's not optimized. It 
doesn't have thumb enabled, doesn't have cortex pipeline optimizations and is 
not hardfp...


> > > > -----Original Message-----
> > > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > > bounces@arago-project.org] On Behalf Of Maupin, Chase
> > > > Sent: Friday, June 20, 2014 2:11 PM
> > > > To: Denys Dmytriyenko; meta-arago@arago-project.org
> > > > Subject: Re: [meta-arago] [PATCH 15/19] toolchain-linaro/gcc: remove
> > > > DEFAULTTUNE settings that went to meta-ti
> > > >
> > > > Acked-by: Chase Maupin <chase.maupin@ti.com>
> > > >
> > > > >-----Original Message-----
> > > > >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > > >bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> > > > >Sent: Friday, June 20, 2014 12:57 PM
> > > > >To: meta-arago@arago-project.org
> > > > >Subject: [meta-arago] [PATCH 15/19] toolchain-linaro/gcc: remove
> > > > >DEFAULTTUNE settings that went to meta-ti
> > > > >
> > > > >From: Denys Dmytriyenko <denys@ti.com>
> > > > >
> > > > >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > > > >---
> > > > > meta-arago-distro/conf/distro/include/toolchain-gcc.inc    | 5 --
> > > > >---
> > > > > meta-arago-distro/conf/distro/include/toolchain-linaro.inc | 5 --
> > > > >---
> > > > > 2 files changed, 10 deletions(-)
> > > > >
> > > > >diff --git a/meta-arago-distro/conf/distro/include/toolchain-
> > > > >gcc.inc b/meta-arago-distro/conf/distro/include/toolchain-gcc.inc
> > > > >index f7c8032..530f3c3 100644
> > > > >--- a/meta-arago-distro/conf/distro/include/toolchain-gcc.inc
> > > > >+++ b/meta-arago-distro/conf/distro/include/toolchain-gcc.inc
> > > > >@@ -2,11 +2,6 @@
> > > > > TCMODE = "default"
> > > > > TCLIBC = "eglibc"
> > > > >
> > > > >-DEFAULTTUNE = "cortexa8thf-neon"
> > > > >-DEFAULTTUNE_omap-a15 = "cortexa15thf-neon"
> > > > >-DEFAULTTUNE_keystone = "cortexa15thf-neon"
> > > > >-DEFAULTTUNE_omap4 = "cortexa9thf-neon"
> > > > >-
> > > > > # Match some of the external vars
> > > > > TOOLCHAIN_SYS := "${TARGET_SYS}"
> > > > > TOOLCHAIN_PREFIX := "${TARGET_PREFIX}"
> > > > >diff --git a/meta-arago-distro/conf/distro/include/toolchain-
> > > > >linaro.inc b/meta-arago-distro/conf/distro/include/toolchain-
> > > > >linaro.inc
> > > > >index 95269a7..26e69ae 100644
> > > > >--- a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
> > > > >+++ b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
> > > > >@@ -3,11 +3,6 @@ TCMODE = "external-linaro"
> > > > > TCLIBC = "external-linaro-toolchain"
> > > > >
> > > > > ELT_TARGET_SYS = "arm-linux-gnueabihf"
> > > > >-DEFAULTTUNE = "cortexa8thf-neon"
> > > > >-DEFAULTTUNE_omap-a15 = "cortexa15thf-neon"
> > > > >-DEFAULTTUNE_keystone = "cortexa15thf-neon"
> > > > >-DEFAULTTUNE_omap4 = "cortexa9thf-neon"
> > > > >-DEFAULTTUNE_ti43x = "cortexa9thf-neon"
> > > > >
> > > > > PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-intermediate =
> > > > >"external-linaro-toolchain"
> > > > >
> > > > >--
> > > > >2.0.0
> > > > >
> > > > >_______________________________________________
> > > > >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
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2014-06-20 19:35 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-20 17:56 [PATCH 00/19] Daisy migration Denys Dmytriyenko
2014-06-20 17:56 ` [PATCH 01/19] README: update with Daisy info Denys Dmytriyenko
2014-06-20 19:03   ` Maupin, Chase
2014-06-20 20:18     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 02/19] linux-libc-headers: remove old 2.6.37 version Denys Dmytriyenko
2014-06-20 19:04   ` Maupin, Chase
2014-06-20 19:08     ` Denys Dmytriyenko
2014-06-20 20:13       ` Cooper Jr., Franklin
2014-06-20 20:14         ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 04/19] binutils: remove the old overlay of 2.20.1 version Denys Dmytriyenko
2014-06-20 19:06   ` Maupin, Chase
2014-06-20 20:15     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 05/19] eglibc: remove the old overlay of 2.12 version Denys Dmytriyenko
2014-06-20 19:07   ` Maupin, Chase
2014-06-20 20:16     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 06/19] linux-ti-staging: remove 3.8 bbappend, as recipe is gone from meta-ti Denys Dmytriyenko
2014-06-20 19:07   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 07/19] libjpeg-turbo: remove bbappend for SVN URI, as main recipe uses tarball now Denys Dmytriyenko
2014-06-20 19:07   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 08/19] icu: remove bbappend and patch to disable LDFLAGSICUDT, applied upstream Denys Dmytriyenko
2014-06-20 19:07   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 09/19] recipes: update bbappends to match newer versions in lower layers Denys Dmytriyenko
2014-06-20 19:08   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 10/19] gadget-init: LICENSE from oe-core has changed, update hash Denys Dmytriyenko
2014-06-20 19:08   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 11/19] wl18xx-firmware: specify the branch being used for this version Denys Dmytriyenko
2014-06-20 19:09   ` Maupin, Chase
2014-06-20 19:09   ` Maupin, Chase
2014-06-20 19:15     ` Denys Dmytriyenko
2014-06-20 20:16       ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 12/19] hostap-daemon: " Denys Dmytriyenko
2014-06-20 19:09   ` Maupin, Chase
2014-06-20 19:28     ` Cooper Jr., Franklin
2014-06-20 19:29       ` Cooper Jr., Franklin
2014-06-20 19:33       ` Denys Dmytriyenko
2014-06-20 20:15         ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 13/19] wpa-supplicant: " Denys Dmytriyenko
2014-06-20 19:10   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 14/19] toolchain-external: bb.which() is not part of bb.utils module Denys Dmytriyenko
2014-06-20 19:10   ` Maupin, Chase
2014-06-20 19:15     ` Denys Dmytriyenko
2014-06-20 20:16       ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 15/19] toolchain-linaro/gcc: remove DEFAULTTUNE settings that went to meta-ti Denys Dmytriyenko
2014-06-20 19:10   ` Maupin, Chase
2014-06-20 19:18     ` Cooper Jr., Franklin
2014-06-20 19:29       ` Denys Dmytriyenko
2014-06-20 19:31         ` Cooper Jr., Franklin
2014-06-20 19:35           ` Denys Dmytriyenko [this message]
2014-06-20 19:51             ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 16/19] arago-prefs, toolchain-linaro: update system versions Denys Dmytriyenko
2014-06-20 19:11   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 20:18   ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 17/19] arago.conf: with unification on mainline, remove PACKAGE_ARCH logic Denys Dmytriyenko
2014-06-20 19:08   ` Cooper Jr., Franklin
2014-06-20 19:13     ` Denys Dmytriyenko
2014-06-20 19:22       ` Cooper Jr., Franklin
2014-06-20 19:32         ` Denys Dmytriyenko
2014-06-20 20:15           ` Cooper Jr., Franklin
2014-06-20 19:11   ` Maupin, Chase
2014-06-20 17:56 ` [PATCH 18/19] tisdk-image: upstream got new rootfs/image framework, unbreak parsing Denys Dmytriyenko
2014-06-20 19:11   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 19/19] arago.conf: update version, remove FETCHCMD_wget workaround Denys Dmytriyenko
2014-06-20 19:11   ` Maupin, Chase
2014-06-20 20:17     ` Cooper Jr., Franklin
2014-06-20 19:05 ` [PATCH 00/19] Daisy migration Maupin, Chase
2014-06-20 19:06 ` 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=20140620193541.GH1825@edge \
    --to=denys@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.