]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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 23:27:08 +0000 (23:27 +0000)
commit033b9f70d63698cc46e62611a50b6ee8f2a2c63d
treee127005722876a2731677c92f6c78241cedb2a9b
parent7e6969bdc9566b5ba25d4ebcd47e03d2f681f223
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>
meta/conf/bitbake.conf