diff options
author | Alejandro Enedino Hernandez Samaniego <alejandro.enedino.hernandez-samaniego@xilinx.com> | 2018-12-28 12:47:46 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-03 12:36:55 +0000 |
commit | 99f505422bc06ba26ac39baa6138669fabfb4fea (patch) | |
tree | f2a9bc85195b7cab6f14319a38fd9d50a3490205 /meta-poky/README.poky | |
parent | 001f23a868e5e601195579213c6c64c3f922d099 (diff) | |
download | poky-99f505422bc06ba26ac39baa6138669fabfb4fea.tar.gz |
bitbake: cooker: fix indirect multiconfig dependencies
When an indirect multiconfig dependency exists, such as:
A depends on B, B has a multiconfig dependency to C,and our build
target is A, the multiconfig dependency to C is not processed on
time, hence no providers are added for it, causing an exception in
the runqueue because the dependency does exist in it.
Call add_unresolved() for all available multiconfigs before processing
providers for multiconfig dependencies, detecting mcdepends on time so
providers for them can be added correctly.
(Bitbake rev: 8a6bc7584ad61b4de98af92a86066602006262f9)
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/README.poky')
0 files changed, 0 insertions, 0 deletions