]> code.ossystems Code Review - openembedded-core.git/commit
uninative.bbclass: Choose the correct loader based on BUILD_ARCH
authorRandy Witt <randy.e.witt@linux.intel.com>
Wed, 9 Dec 2015 20:50:44 +0000 (12:50 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Dec 2015 12:11:22 +0000 (12:11 +0000)
commitb78fa0bcadd54bb29b6f1bb3a9308d4c454bf4e2
tree3a39c710d83fd93e368633ca35a8d3704799e6c6
parent697072130a3298aede7166f125aa982be23793ca
uninative.bbclass: Choose the correct loader based on BUILD_ARCH

Previously UNINATIVE_LOADER was always ld-linux-x86-64.so.2. That is
incorrect when the host is 32-bit.

This change also changes to using ?= so the user can override
UNINATIVE_LOADER if so desired.

[YOCTO #8124]

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/uninative.bbclass