Acked-by: Franklin Cooper Jr. <[email protected]> I don't see any DEFAULTTUNE settings in meta-ti. 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 and in oe-core it is setting a working value but I'm just curious.
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Maupin, Chase > Sent: Friday, June 20, 2014 2:11 PM > To: Denys Dmytriyenko; [email protected] > Subject: Re: [meta-arago] [PATCH 15/19] toolchain-linaro/gcc: remove > DEFAULTTUNE settings that went to meta-ti > > Acked-by: Chase Maupin <[email protected]> > > >-----Original Message----- > >From: [email protected] [mailto:meta-arago- > >[email protected]] On Behalf Of Denys Dmytriyenko > >Sent: Friday, June 20, 2014 12:57 PM > >To: [email protected] > >Subject: [meta-arago] [PATCH 15/19] toolchain-linaro/gcc: remove > >DEFAULTTUNE settings that went to meta-ti > > > >From: Denys Dmytriyenko <[email protected]> > > > >Signed-off-by: Denys Dmytriyenko <[email protected]> > >--- > > 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 > >[email protected] > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
