]> code.ossystems Code Review - openembedded-core.git/commit
conf/bitbake.conf: Add MACHINEOVERRIDES variable
authorKhem Raj <raj.khem@gmail.com>
Fri, 13 May 2011 18:39:04 +0000 (11:39 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 May 2011 14:21:11 +0000 (15:21 +0100)
commita16f793dd6b2b1b61704c6a7082b30abfca5fb4d
tree20810070bd512cc8d866e299cd416336f71997f9
parentec3db64579a945c72da17a873174cb108870d05b
conf/bitbake.conf: Add MACHINEOVERRIDES variable

By defualt it points to $MACHINE but sometimes its desired
to have more than one overrides stemming out of a machine
then they can be added to MACHINEOVERRIDES.

e.g. MACHINEOVERRIDES = "${MACHINE}:nslu2"

Note that if you redefine MACHINEOVERRIDES then default
override for machine has to be added to it explicitly
otherwise it will get lost.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/conf/bitbake.conf