]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: fix ineffective include conf/target/${TARGET_SYS}.conf
authorAndre McCurdy <armccurdy@gmail.com>
Wed, 22 Feb 2017 10:21:42 +0000 (02:21 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2017 12:54:20 +0000 (12:54 +0000)
commitb33e644da0d8b6edb97257b16430b545c289883a
treef4f23bfef8b7544691265bad171b5a22a03ca5a0
parent4aca17e945c51c9ca1fff61c0ef7b512413dea81
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

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/bitbake.conf