There are some issues with the new toolchain still being debugged. The new toolchain ends up producing a huge corrupted binary several GB in size. In some cases (e.g. aarch64) it may run out of memory when compiling/linking. Moreover, the version of chromium we use is quote outdated (2+ years now). Until those issues are resolved, disable chromium.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../packagegroups/packagegroup-arago-tisdk-graphics.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb index e12c42a..ae70633 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb @@ -11,13 +11,13 @@ GRAPHICS_WAYLAND = "\ weston-examples \ " -GRAPHICS_WAYLAND_append_omap-a15 = "\ - chromium-wayland \ -" +#GRAPHICS_WAYLAND_append_omap-a15 = "\ +# chromium-wayland \ +#" -GRAPHICS_WAYLAND_append_k3 = "\ - chromium-wayland \ -" +#GRAPHICS_WAYLAND_append_k3 = "\ +# chromium-wayland \ +#" GRAPHICS_RDEPENDS = "\ libgbm \ -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
