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?
-- 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
