Changes between Version 2 and Version 3 of Yocto/qt
- Timestamp:
- 02/08/2018 11:25:25 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Yocto/qt
v2 v3 27 27 DISTRO_FEATURES_remove = " x11 " 28 28 }}} 29 30 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 29 32 30 33