Changes between Version 4 and Version 5 of Yocto/qt


Ignore:
Timestamp:
05/04/2018 04:08:47 PM (6 years ago)
Author:
Tim Harvey
Comment:

added -platform cmdline arg info

Legend:

Unmodified
Added
Removed
Modified
  • Yocto/qt

    v4 v5  
    2828}}}
    2929
     30You can specify what backend to use via the '-platform' cmdline argument. For example if you don't have X11 packages installed:
     31{{{#!bash
     32qtglviddemo -platform eglfs
     33}}}
     34
    3035Note that if you remove a DISTRO feature then any package requiring that feature (via REQUIRED_DISTRO_FEATURES in its recipe) will be skipped causing any images/packages depending on or requiring that to fail. For example if you remove {{{x11}}} you will not be able to build {{{gateworks-image-x11}}} and if you remove {{{weston}}} you will not be able to build {{{core-image-weston}}}.
    3136
     
    5156
    5257== Pre-Compiled Yocto Binaries ==
    53 You can find pre-built binary images for the {{{qtglviddemo-image}}} on the Gateworks [wiki:Yocto/Building#images ventana/Yocto] page
     58You can find pre-built binary images for the {{{qtglviddemo-image}}} on the Gateworks [wiki:Yocto/Building#images ventana/Yocto] page.
     59
     60Once booted you can run with:
     61{{{#!bash
     62qtglviddemo -platform eglfs -c /etc/qtglviddemo.cfg
     63}}}
     64
     65Any changes you make via the GUI can be saved back the the config file you specified (/etc/qtglvviddemo.cfg) by hitting Save config.
    5466
    5567