]> code.ossystems Code Review - openembedded-core.git/commit
base/staging: use HOST_PREFIX, not TARGET_PREFIX
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 24 Feb 2022 15:03:00 +0000 (16:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Feb 2022 15:30:00 +0000 (15:30 +0000)
commit03679622c5d1088e96d3d2a444c99021e5ae6ee6
tree39272fbc7c87f960b67bc88fda497c4e2c34d636
parent54ae2f647dc7dbafa5b90e9edbd62a0d355702f5
base/staging: use HOST_PREFIX, not TARGET_PREFIX

This matters when cross-compiling a cross-toolchain:
we need to specify the system where the toolchain
will run, not the system it will produce output for.

For everything else, HOST and TARGET are the same.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass
meta/classes/staging.bbclass