Changes between Version 4 and Version 5 of Yocto/qt
- Timestamp:
- 05/04/2018 04:08:47 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Yocto/qt
v4 v5 28 28 }}} 29 29 30 You can specify what backend to use via the '-platform' cmdline argument. For example if you don't have X11 packages installed: 31 {{{#!bash 32 qtglviddemo -platform eglfs 33 }}} 34 30 35 Note 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}}}. 31 36 … … 51 56 52 57 == 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 58 You can find pre-built binary images for the {{{qtglviddemo-image}}} on the Gateworks [wiki:Yocto/Building#images ventana/Yocto] page. 59 60 Once booted you can run with: 61 {{{#!bash 62 qtglviddemo -platform eglfs -c /etc/qtglviddemo.cfg 63 }}} 64 65 Any changes you make via the GUI can be saved back the the config file you specified (/etc/qtglvviddemo.cfg) by hitting Save config. 54 66 55 67