mirror of
https://git.yoctoproject.org/poky
synced 2026-05-22 08:27:55 +02:00
This also necessitated adding HOST_SYS so we can point to it being matched against by COMPATIBLE_HOST; similarly MACHINEOVERRIDES and SOC_FAMILY needed to be added for COMPATIBLE_MACHINE (and while we're at it, let's add DISTROOVERRIDES; however I've drawn the line at OVERRIDES since that ought to be covered by the BitBake manual). Quite a bit of rewriting here to clear up some ambiguity created through article use not specifically associated with subject matter. Also, some recasting to active voice and present tense. (From yocto-docs rev: 4090073899e3dfd0e0e6a17aea8210546f08a942) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>