diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-13 17:55:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-15 20:45:09 +0000 |
commit | 96db695f80e9fbb9d995e6251ae94c2002749fef (patch) | |
tree | 89b82dd7788d179b6d6c211e344849d5ab71227c /meta/recipes-multimedia/gstreamer/gst-examples | |
parent | 791d842a0eb4618793ecbb587bc3ca9f32a8e102 (diff) | |
download | poky-master-next.tar.gz |
base: Add virtual/cross-XXX recipe specific provider control handlingmaster-next
Currently, providers are set on a global config basis. This change allows
for a select set of providers configured in RECIPE_VIRTUAL_PROVIDERS to
be selected on a per recipe basis. This would allow for the selection of
virtual/cross-cc as gcc or clang for example.
Note that this only works for values in DEPENDS, values in task[depends]
flag values need to use the ${PREFERRED_PROVIDER_virtual/xxx} method, as
used in this patch in a handful of places.
The PROVIDERS are removed from the recipes so that if a version of the
dependency accidentally slips through, the build will fail and the user
can correct the issue.
(From OE-Core rev: c0d87f578ef1ca9ec69f807b1ab45453ae54d406)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-examples')
0 files changed, 0 insertions, 0 deletions