> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Dmytriyenko, Denys > Sent: Tuesday, March 17, 2015 1:49 PM > To: [email protected] > Subject: Re: [meta-arago] [PATCH 7/7][RFC] packagegroup-*-tisdk-addons: > enable compiler and build essentials on omap-a15 > > All, > > I marked this as RFC to solicit feedback. As explained in the 0/7 cover letter > for the series, there are several methods to pull in gcc and build tools to > the > rootfs. This patch uses the least invasive one and enables minimal set of dev > tools and only for omap-a15 SOC platforms (need to repeat it for keystone > SOC). That covers Cortex-A15, but I know in the future we'd need target gcc > also on am3/4 platforms - would you have any preferences to enable this? [Franklin] My understanding was the only reason this was needed is to enable developers to be able to compile dsp code and opencl code on the target for some reason especially since those are very powerful processors with a lot of memory.
Unless something change this wasn't something we cared to enabled on 335x and 437x. No big deal doing it as long as the file system is bloated but I have no idea who really was going to use this/test this for those platforms. > > -- > Denys > > > On Mon, Mar 16, 2015 at 06:52:02PM -0400, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko <[email protected]> > > > > Signed-off-by: Denys Dmytriyenko <[email protected]> > > --- > > .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb | > 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup- > arago-tisdk-addons.bb b/meta-arago-distro/recipes- > core/packagegroups/packagegroup-arago-tisdk-addons.bb > > index 8d12018..be38378 100644 > > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago- > tisdk-addons.bb > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup- > arago-tisdk-addons.bb > > @@ -1,6 +1,6 @@ > > DESCRIPTION = "Task to install additional utilities/demos for SDKs" > > LICENSE = "MIT" > > -PR = "r22" > > +PR = "r23" > > > > inherit packagegroup > > > > @@ -43,6 +43,8 @@ UTILS_append_ti33x = " switch-config" > > UTILS_append_ti43x = " switch-config libdrm-omap" > > UTILS_append_omap-a15 = " switch-config libdrm-omap stream-openmp" > > > > +UTILS_append_omap-a15 = " packagegroup-core-buildessential" > > + > > RDEPENDS_${PN} = "\ > > ${UTILS} \ > > ${UTILS_UBOOT_FW} \ > > -- > > 2.2.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
