- Aug 15, 2016
-
-
Trevor Woerner authored
The unistd-2 patch was no longer being referenced by the recipe, so remove it. Signed-off-by:
Trevor Woerner <twoerner@gmail.com>
-
- Jun 15, 2016
-
-
Christopher N. Hesse authored
The correct dependencies on egl/wayland-egl are set in line 91: PACKAGECONFIG[use-egl] = ",,virtual/egl virtual/libgles2" We must not assign "" to the config in order not to break the build. Currently the 'bitbake chromium' task fails with the following message: Log data follows: | DEBUG: Executing python function sysroot_cleansstate | DEBUG: Python function sysroot_cleansstate finished | DEBUG: Executing shell function do_configure | Updating projects from gyp files... | Package egl was not found in the pkg-config search path. | Perhaps you should add the directory containing `egl.pc' | to the PKG_CONFIG_PATH environment variable | No package 'egl' found | Package wayland-egl was not found in the pkg-config search path. | Perhaps you should add the directory containing `wayland-egl.pc' | to the PKG_CONFIG_PATH environment variable | No package 'wayland-egl' found
-
- May 17, 2016
-
-
Carlos Rafael Giani authored
This eases the chromium browser upgrade process while ensuring that the chromium embedded framework is still supported. With this new structure, chromium.inc contains common code for cef3 and the browser, while chromium-browser.inc contains common code for browser releases (and itself includes chromium.inc). The actual .bb files then mainly set several values (and may contain release specific functions). Signed-off-by:
Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Carlos Rafael Giani authored
Signed-off-by:
Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Mar 16, 2016
-
-
Martin Jansa authored
Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Mar 07, 2016
-
-
Martin Jansa authored
* d.getVar now takes 2 parameters, not 1 Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Jan 07, 2016
-
-
Trevor Woerner authored
If you are creating a kiosk, then enable this PACKAGECONFIG and the browser will start up fullscreen and without menu bars etc. Signed-off-by:
Trevor Woerner <twoerner@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Trevor Woerner authored
If the chromium run-helper script (google-chrome) is run as part of a (sysvinit) init script, shell variables $USER and $HOME will not be set (leading to unwanted behaviour). Replace the use of $USER with `whoami` and replace the use of $HOME with the OE bitbake variable ROOT_HOME. In this way the chromium run-helper script will work as expected in both instances (as part of an init script and from the cmdline). Signed-off-by:
Trevor Woerner <twoerner@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Trevor Woerner authored
Add more information to the "disable-api-keys-info-bar" PACKAGECONFIG description regarding another way to disable the "Google API keys are missing" warning. Signed-off-by:
Trevor Woerner <twoerner@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Jan 04, 2016
-
-
Trevor Woerner authored
Improve the visual appearance of the PACKAGECONFIG options by adding a title to the PACKAGECONFIG option section, wrapping lines to 80 columns, aligning the left justification for subsequent lines, moving the default settings for each option to a more prominent location, and moving all the items affected by PACKAGECONFIG options to be closer to where these options are listed and explained. Signed-off-by:
Trevor Woerner <twoerner@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Dec 11, 2015
-
-
Andre McCurdy authored
Signed-off-by:
Andre McCurdy <armccurdy@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Nov 09, 2015
-
-
Max Krummenacher authored
A chromium build with gcc5 fails with warnings treated as errors. bignum.cc, image_util.cc: strict-overflow warning Compiles and runs on qemux86-64 with gcc 5.2.0 and still compiles on armv7a with gcc linaro-4.9.4. Signed-off-by:
Max Krummenacher <max.oss.09@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Oct 28, 2015
-
-
Max Krummenacher authored
Explicitely include a needed header to fix compile time error. sys/stat.h used to be indirectly included from another header but no longer is. Signed-off-by:
Max Krummenacher <max.oss.09@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Sep 23, 2015
-
-
Carlos Alberto Lopez Perez authored
* Remove the ENABLE_X11 variable and rename ENABLE_WAYLAND to CHROMIUM_ENABLE_WAYLAND. Make the old ENABLE_X11 be just "not CHROMIUM_ENABLE_WAYLAND". * Allow configuring this in the local.conf file. * Add a couple of sanity checks and two notes that will let the user be sure if the ozone-wayland patches will be applied or not. This will be checked before running the do_fetch step of Chromium. That way we avoid printing any warning or doing any check when parsing the recipe. So we only warn or abort when Chromium is actually going to be built. Signed-off-by:
Carlos Alberto Lopez Perez <clopez@igalia.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Carlos Alberto Lopez Perez authored
Signed-off-by:
Carlos Alberto Lopez Perez <clopez@igalia.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Carlos Alberto Lopez Perez authored
* Add also a patch that workarounds a build error when building in Debug mode and using GCC. This patch has no effect when building in Release mode because is guarded within ifdef(debug) blocks. Signed-off-by:
Carlos Alberto Lopez Perez <clopez@igalia.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Aug 18, 2015
-
-
Julien Brianceau \(jbriance\) authored
Do not let ninja choose the number of jobs to run in parallel. Signed-off-by:
Julien Brianceau <jbriance@cisco.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Jul 23, 2015
-
-
Carlos Alberto Lopez Perez authored
Otherwise chromium.inc will overwrite the list of DEPENDS. Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- May 14, 2015
-
-
Khem Raj authored
Use specific domains for installation, so they can be built and installed in a single build Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
- Apr 27, 2015
-
-
Khem Raj authored
in systemd >= 218 libudev deprecated support for udev_set_log_fn see https://github.com/systemd/systemd/commit/25e773eeb4f853804e1bf0dbd9a184f23e9b2a97 Change-Id: If6e3742bd2a70685f2521f134d5965bf2d1f8f72 Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
CEF is a framework to embed chromium based browsers into other applications Change-Id: Ieabae43042101331f67cf6e673391f6fe320561f Signed-off-by:
pnandyala <Pavan.Nandyala@LntTechservices.com> Signed-off-by:
knagabhirava <kalyankumar.nagabhirava@lnttechservices.com> Signed-off-by:
Zoltan Kuscsik <zoltan.kuscsik@linaro.org> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
- Jan 27, 2015
-
-
Carlos Rafael Giani authored
Signed-off-by:
Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-