]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: make OVERRIDES match what people expect
authorKoen Kooi <koen@dominion.thruhere.net>
Tue, 24 May 2011 14:04:20 +0000 (16:04 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 May 2011 07:31:53 +0000 (08:31 +0100)
commit83ce96f44516c8a4a44c8c0140949256f8422014
treeb19261c899fe19f3c8fe3f03a2b602ab5268fc8c
parent8a5117d54057987b9bf470e5e0011800ca221a8c
bitbake.conf: make OVERRIDES match what people expect

In the current situation TARGET_ARCH will override MACHINE, which is counter intuitive since the machine is more specific than the arch.

The order is now pn-$PN} -> arch -> machine -> distro as the machine is a set of defaults and the distro is the ultimate policy.

'failfast' has been removed since it's not used anymore, just like 'local'
meta/conf/bitbake.conf