diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-02-22 02:21:42 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:08 +0000 |
commit | 033b9f70d63698cc46e62611a50b6ee8f2a2c63d (patch) | |
tree | e127005722876a2731677c92f6c78241cedb2a9b /meta-yocto/conf | |
parent | 7e6969bdc9566b5ba25d4ebcd47e03d2f681f223 (diff) | |
download | poky-033b9f70d63698cc46e62611a50b6ee8f2a2c63d.tar.gz |
bitbake.conf: fix ineffective include conf/target/${TARGET_SYS}.conf
TARGET_SYS is defined in terms of TARGET_ARCH, so it's not valid
until after TUNE_ARCH has been set by the machine config. The
original order of includes resulted in an attempt to include
non-existent files such as:
conf/target/INVALID-oe-linux.conf
(From OE-Core rev: b33e644da0d8b6edb97257b16430b545c289883a)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
0 files changed, 0 insertions, 0 deletions