On Fri, Aug 17, 2018 at 10:25:53AM -0400, Jacob Stiffler wrote: > * disable SECONDARY_TOOLCHAIN by default > * For k3, configure the secondary toolchain as armv7a for the R5 > cores. > > Signed-off-by: Jacob Stiffler <[email protected]> > --- > meta-arago-distro/conf/distro/include/arago-prefs.inc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc > b/meta-arago-distro/conf/distro/include/arago-prefs.inc > index c839c9a..4e3e221 100644 > --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc > +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc > @@ -1,6 +1,9 @@ > # Set preferred Qt5 versions. Different namespace from Qt4, so no conflict > include conf/distro/include/qt5-versions.inc > > +SECONDARY_TARGET_ARCH = "" > +SECONDARY_TARGET_ARCH_k3 = "armv7a"
Just a tiny comment here - this should probably go to arago.conf I reserve arago-prefs.inc for all the PREFERRED_PROVIDER/VERSION settings. > # Use the latest version of ltp-ddt for kernel versions 3.8+ > PREFERRED_PROVIDER_ltp-ddt = "ltp-ddt" > > -- > 2.7.4 > > _______________________________________________ > 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
