summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/musl
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2020-10-07 19:21:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-08 08:08:32 +0100
commit4a35bcc9d164ac038a31356a15a0f61ccdd38be2 (patch)
tree1799e0996f59ab2325e5a53240ac710156bbeeb5 /meta/recipes-core/musl
parentd6bc178f33179b2254533d486082a9b0de36477e (diff)
downloadpoky-4a35bcc9d164ac038a31356a15a0f61ccdd38be2.tar.gz
devtool: fix modify with patches in override directories
If a recipe applies patches which are in machine-specific override directories, devtool will fail to fetch the patches that don't match the default configuration. For example where there are patches at qemux86/x86.patch and qemuarm/arm.patch: SRC_URI = "file://source" SRC_URI_append_qemuarm = " file://arm.patch" SRC_URI_append_qemux86 = " file://x86.patch" The patch apply phase sets OVERRIDES but does not set FILESOVERRIDES, so it cannot find the patch files as the search path isn't correct. Fix this by setting FILESOVERRIDES too. Also when iterating through the overrides we need to be sure that other overrides that are used are not enabled, so extend no_overrides instead of simply appending the current override. Fixes most but not all of [ YOCTO #14060 ]. (From OE-Core rev: a372cdf8e175423c47faeecc98ad076ee26bbec8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/musl')
0 files changed, 0 insertions, 0 deletions