]> 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)
committerRobert Yang <liezhi.yang@windriver.com>
Mon, 28 Dec 2015 07:03:14 +0000 (23:03 -0800)
commitb901a3057ff511f4c8bc730b37b967a93995de2f
tree00cb1d783a08ac548fb9232181523e035959487e
parent7aab4744a329f5fd1aca221950ef629e9f92b456
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]

(From OE-Core master rev: b78fa0bcadd54bb29b6f1bb3a9308d4c454bf4e2)

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/uninative.bbclass