Changes between Version 2 and Version 3 of Yocto/qt


Ignore:
Timestamp:
02/08/2018 11:25:25 PM (6 years ago)
Author:
Tim Harvey
Comment:

added additional note about DISTRO features

Legend:

Unmodified
Added
Removed
Modified
  • Yocto/qt

    v2 v3  
    2727DISTRO_FEATURES_remove = " x11 "
    2828}}}
     29
     30Note 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
    2932
    3033