[poky] Macro defined in .bb file: How use/add toolchain or target system macro in .bb file?

Jaymin D jaymin.linux at gmail.com
Tue Feb 20 22:47:28 PST 2018


I want to use/add my target system "aarch64-oe-linux" into .bb file, so can
assign or can use the target system name dynamically in .bb file.

E.g.:
Currently in .bb file its as below:

./aconfigure --host=aarch64-oe-linux

Requirement is as below:

./aconfigure --host=${macro_defined_for_target_sys}

Below is the output of my build configuration:

BB_VERSION        = "1.28.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "LinuxMint-18.3"
*TARGET_SYS        = "aarch64-oe-linux"*

What is the macro defined for "TARGET_SYS"?


-- 
Regards
- JAYMIN DABHI
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20180221/34ebcd40/attachment.html>


More information about the poky mailing list