diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-13 14:56:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-14 22:20:05 +0100 |
commit | 37ffb1f7d812e40d6fa23b44782eaa8436d9ab76 (patch) | |
tree | f6f8ddaa3eb879b53fdf8fa70295d76b53062aa4 /meta/recipes-core/udev | |
parent | 29e99d7a57803e450920600b5d35c5b4e58a0ede (diff) | |
download | openembedded-core-contrib-37ffb1f7d812e40d6fa23b44782eaa8436d9ab76.tar.gz |
autotools: Correctly filter m4 files view to setscene dependencies
Currently when you run builds from sstate, you can see warnings like:
WARNING: systemd-1_230+gitAUTOINC+3a74d4fc90-r0 do_configure: /data/poky-master/tmp-glibc/sstate-control/manifest-intel-corei7-64-glibc-initial.populate_sysroot not found
WARNING: systemd-1_230+gitAUTOINC+3a74d4fc90-r0 do_configure: /data/poky-master/tmp-glibc/sstate-control/manifest-intel-corei7-64-libgcc-initial.populate_sysroot not found
This is due to co_configure wanting to copy a limited number of m4 macros,
only listed in a recipes DEPENDS but that set is still larger than the set of
recipes which get restored from sstate.
For build determinism and to avoid these warnings, we need to make this
function match what the sstate code does. We really don't want to duplicate
the functionality since keeping things in sync would be hard so we create
a data structure which can be passed into the same underlying function,
setscene_depvalid().
[YOCTO #10030]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev')
0 files changed, 0 insertions, 0 deletions