Hi,
Actually I am able to build both elf(for xloader uboot) and linux
toolchain(linux and userspace components) using tune mips32 and tune mips64-n32
with the required libgcc libraries and other required headers.
Glibc libraries were also build using tune-mips64-n32 with different
combinations of abi arch and endianness.
Now my issue is to combine both the toolchain in single meta-xtoolchain layer
so that both can be build in one yocto workspace using single meta-xtoolchain
layer by just changing a variable in local.conf and all is done.
Example say Toolchain_var ="elf"
DEFAULTTUNE="mips32"
Build using the same gcc recipes the elf toolchain
Toolchain_var="linux"
DEFAULTTUNE="mips64-n32"
Build using the same gcc recipes the linux toolchain
EXTRA_OECONF_append_mips32=
"${@bb.utils.contains(<mailto:$%[email protected](>"Toolchain_var ", "elf",
"put elf related extra_oeconf", "put linux related extra_oeconf", d)}"
Is this type of thing possible to put EXTRA_OECONF configure options on the
basis of toolchian variable ?????? and this EXTRA_OECONF_append_mips32 or
EXTRA_OECONF_append_mips64-n32 works???
Or tell me the way that I can add specific Configure options for gcc on the
basis of tune passed?????????????
Please help me out on the issue.
Thanks in advance!!!!
Regards,
Rohit Jindal
===============================================================================
Please refer to http://www.aricent.com/legal/email_disclaimer.html
for important disclosures regarding this electronic communication.
===============================================================================
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto